Skip to content

Commit 514eefd

Browse files
authored
Merge pull request #25 from alibuild/alibot-cleanup-15621
Please consider the following formatting changes to #15621
2 parents eff6bc6 + 18fd5a9 commit 514eefd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Generators/src/TPCLoopers.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
142142
constexpr double kTPCActiveRMin = kFcLxIn - kLooperRadialReach;
143143
constexpr 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
}

0 commit comments

Comments
 (0)