Skip to content

Commit 32e0959

Browse files
authored
Remove trailing spaces
1 parent 2857267 commit 32e0959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGDQ/Tasks/dqEfficiency.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ struct AnalysisDileptonTrack {
10481048
Configurable<bool> fNoCorr{"cfgNoCorrFwdProp", false, "Do not correct for MCS effects in track propagation"};
10491049
Configurable<std::string> lutPath{"lutPath", "GLO/Param/MatLUT", "Path of the Lut parametrization"};
10501050
Configurable<std::string> geoPath{"geoPath", "GLO/Config/GeometryAligned", "Path of the geometry file"};
1051-
1051+
10521052
Filter eventFilter = aod::dqanalysisflags::isEventSelected == 1;
10531053
// Filter dileptonFilter = aod::reducedpair::mass > 2.92f && aod::reducedpair::mass < 3.16f && aod::reducedpair::sign == 0;
10541054
// Filter dileptonFilter = aod::reducedpair::mass > 2.6f && aod::reducedpair::mass < 3.5f && aod::reducedpair::sign == 0;
@@ -1095,7 +1095,7 @@ struct AnalysisDileptonTrack {
10951095
lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->get<o2::base::MatLayerCylSet>(lutPath));
10961096
VarManager::SetupMatLUTFwdDCAFitter(lut);
10971097
}
1098-
1098+
10991099
TString sigNamesStr = fConfigMCRecSignals.value;
11001100
std::unique_ptr<TObjArray> objRecSigArray(sigNamesStr.Tokenize(","));
11011101
TString histNames;

0 commit comments

Comments
 (0)