Skip to content

Commit 5f1e467

Browse files
authored
Merge pull request #6 from alibuild/alibot-cleanup-13995
Please consider the following formatting changes to #13995
2 parents d5d0dae + 5f9b182 commit 5f1e467

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Detectors/ITSMFT/ITS/postprocessing/studies/src/Efficiency.cxx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class EfficiencyStudy : public Task
284284
std::unique_ptr<TH1D> numZFake[NLAYERS];
285285

286286
std::unique_ptr<TH1D> numLayers;
287-
std::unique_ptr<TH1D> denLayers;
287+
std::unique_ptr<TH1D> denLayers;
288288
std::unique_ptr<TH1D> numGoodLayers;
289289
std::unique_ptr<TH1D> numFakeLayers;
290290

@@ -2075,7 +2075,7 @@ void EfficiencyStudy::studyClusterSelectionMC()
20752075

20762076
/// all Z
20772077
std::unique_ptr<TCanvas> effZAll = std::make_unique<TCanvas>("effZAll");
2078-
auto numZGoodAll =std::unique_ptr<TH1D>((TH1D*)mNGoodMatchesZ[0]->Clone("numZGoodAll"));
2078+
auto numZGoodAll = std::unique_ptr<TH1D>((TH1D*)mNGoodMatchesZ[0]->Clone("numZGoodAll"));
20792079
numZGoodAll->Add(mNGoodMatchesZ[1].get());
20802080
numZGoodAll->Add(mNGoodMatchesZ[2].get());
20812081
numZGoodAll->Write();
@@ -2291,8 +2291,7 @@ void EfficiencyStudy::getEfficiency(bool isMC)
22912291
continue;
22922292
}
22932293

2294-
2295-
if (mUseMC){ //// excluding known bad chips in MC which are not bad in data --- to be checked based on the anchored run
2294+
if (mUseMC) { //// excluding known bad chips in MC which are not bad in data --- to be checked based on the anchored run
22962295
if (std::find(mExcludedChipMC.begin(), mExcludedChipMC.end(), clusOriginal.getChipID()) != mExcludedChipMC.end()) {
22972296
continue;
22982297
}
@@ -2494,8 +2493,7 @@ void EfficiencyStudy::process(o2::globaltracking::RecoContainer& recoData)
24942493
// studyClusterSelectionMC();
24952494
// countDuplicatedAfterCuts();
24962495
getEfficiency(mUseMC);
2497-
}
2498-
else{
2496+
} else {
24992497
getEfficiency(mUseMC);
25002498
}
25012499

0 commit comments

Comments
 (0)