File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2575,7 +2575,7 @@ struct AnalysisDileptonTrack {
25752575 Service<o2::ccdb::BasicCCDBManager> fCCDB ;
25762576
25772577 // TODO: The filter expressions seem to always use the default value of configurables, not the values from the actual configuration file
2578- Filter eventFilter = aod::dqanalysisflags::isEventSelected > static_cast <uint8_t >(1 );
2578+ Filter eventFilter = aod::dqanalysisflags::isEventSelected > static_cast <uint8_t >(0 );
25792579 Filter dileptonFilter = aod::reducedpair::pt > fConfigDileptonpTCut && aod::reducedpair::mass > fConfigDileptonLowMass && aod::reducedpair::mass<fConfigDileptonHighMass && aod::reducedpair::sign == 0 && aod::reducedpair::lxy> fConfigDileptonLxyCut ;
25802580 Filter filterBarrel = aod::dqanalysisflags::isBarrelSelected > static_cast <uint32_t >(0 );
25812581 Filter filterMuon = aod::dqanalysisflags::isMuonSelected > static_cast <uint32_t >(0 );
You can’t perform that action at this time.
0 commit comments