File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,9 +136,9 @@ namespace
136136//
137137// No cut is applied on z because loopers spiral the field lines and a vertex as far as |z| = 283 cm
138138// feeds hits into the gas. A cut here would discard loopers that produce TPC signals.
139- constexpr double kFcLxIn = 82.428409 ; // cm, inner field cage strips
140- constexpr double kRodROut = 254.25 + 2.2 ; // cm, outer field cage rods plus their radial size
141- constexpr double kLooperRadialReach = 10 .; // cm, margin for the helix sweep
139+ constexpr double kFcLxIn = 82.428409 ; // cm, inner field cage strips
140+ constexpr double kRodROut = 254.25 + 2.2 ; // cm, outer field cage rods plus their radial size
141+ constexpr double kLooperRadialReach = 10 .; // cm, margin for the helix sweep
142142constexpr double kTPCActiveRMin = kFcLxIn - kLooperRadialReach ;
143143constexpr double kTPCActiveRMax = kRodROut + kLooperRadialReach ;
144144} // namespace
@@ -154,7 +154,7 @@ void GenTPCLoopers::setGeomProtection(bool protect)
154154 mGeomProtection = protect;
155155 if (mGeomProtection ) {
156156 LOG (debug) << " TPC loopers geometrical protection: ON (accepting vertices with "
157- << kTPCActiveRMin << " <= Vt <= " << kTPCActiveRMax << " cm)" ;
157+ << kTPCActiveRMin << " <= Vt <= " << kTPCActiveRMax << " cm)" ;
158158 } else {
159159 LOG (warning) << " TPC loopers geometrical protection: OFF - loopers will be generated outside the TPC active volume as well." ;
160160 }
You can’t perform that action at this time.
0 commit comments