Skip to content
Snippets Groups Projects
Commit 55ef7b0d authored by Frank Gaede's avatar Frank Gaede Committed by Frank Gaede
Browse files

add dd4hep::rec::FixedPadSizeTPCData.zMinReadout

parent a6577c74
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,8 @@ namespace dd4hep { ...@@ -47,6 +47,8 @@ namespace dd4hep {
double rMax ; double rMax ;
/// driftLength in z (half length of active volume) /// driftLength in z (half length of active volume)
double driftLength ; double driftLength ;
/// start z of active Volume (typically cathode half thickness)
double zMinReadout ;
/// inner r of active volume /// inner r of active volume
double rMinReadout ; double rMinReadout ;
/// outer r of active volume /// outer r of active volume
......
...@@ -13,7 +13,8 @@ namespace dd4hep { ...@@ -13,7 +13,8 @@ namespace dd4hep {
io << " zHalf : " << d.zHalf << std::endl ; io << " zHalf : " << d.zHalf << std::endl ;
io << " rMin : " << d.rMin << std::endl ; io << " rMin : " << d.rMin << std::endl ;
io << " rMax : " << d.rMax << std::endl ; io << " rMax : " << d.rMax << std::endl ;
io << " driftLength : " << d.driftLength << std::endl ; io << " driftLength : " << d.driftLength << std::endl ;
io << " zMinReadout : " << d.zMinReadout << std::endl ;
io << " rMinReadout : " << d.rMinReadout << std::endl ; io << " rMinReadout : " << d.rMinReadout << std::endl ;
io << " rMaxReadout : " << d.rMaxReadout << std::endl ; io << " rMaxReadout : " << d.rMaxReadout << std::endl ;
io << " innerWallThickness : " << d.innerWallThickness << std::endl ; io << " innerWallThickness : " << d.innerWallThickness << std::endl ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment