Skip to content

Commit 48d02ce

Browse files
authored
Merge pull request #19 from alibuild/alibot-cleanup-16255
Please consider the following formatting changes to #16255
2 parents 5e8b088 + 0b02542 commit 48d02ce

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

PWGUD/TableProducer/UPCCandidateProducer.cxx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,10 @@ struct UpcCandProducer {
162162
// initialize RCT flag checker
163163
if (rctLabel.value != "none" && rctLabel.value != "muon" && rctLabel.value != "muon_glo") {
164164
myRCTChecker.init(rctLabel.value, checkZDC.value, useLAasBad.value);
165-
}
166-
else if (rctLabel.value == "none"){
165+
} else if (rctLabel.value == "none") {
167166
useRCTflags = false;
168167
myRCTChecker.init("CBT_muon");
169-
}
170-
else if (rctLabel.value == "muon") {
168+
} else if (rctLabel.value == "muon") {
171169
if (checkZDC.value && useLAasBad.value) {
172170
myRCTChecker.init({kFV0Bad, kMCHBad, kMIDBad, kZDCBad, kMCHLimAccMCRepr, kMIDLimAccMCRepr});
173171
} else if (checkZDC.value) {
@@ -177,8 +175,7 @@ struct UpcCandProducer {
177175
} else {
178176
myRCTChecker.init({kFV0Bad, kMCHBad, kMIDBad});
179177
}
180-
}
181-
else if (rctLabel.value == "muon_glo") {
178+
} else if (rctLabel.value == "muon_glo") {
182179
if (checkZDC.value && useLAasBad.value) {
183180
myRCTChecker.init({kFV0Bad, kMCHBad, kMIDBad, kMFTBad, kZDCBad, kMCHLimAccMCRepr, kMIDLimAccMCRepr, kMFTLimAccMCRepr});
184181
} else if (checkZDC.value) {
@@ -188,7 +185,7 @@ struct UpcCandProducer {
188185
} else {
189186
myRCTChecker.init({kFV0Bad, kMCHBad, kMIDBad, kMFTBad});
190187
}
191-
}
188+
}
192189

193190
const AxisSpec axisTrgCounters{10, 0.5, 10.5, ""};
194191
histRegistry.add("hCountersTrg", "", kTH1F, {axisTrgCounters});

0 commit comments

Comments
 (0)