File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments