File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4009,6 +4009,16 @@ AnalysisCut* o2::aod::dqcuts::GetAnalysisCut(const char* cutName)
40094009 return cut;
40104010 }
40114011
4012+ if (!nameStr.compare (" eventStandardSel8multAnalysis" )) {
4013+ cut->AddCut (VarManager::kVtxZ , -10.0 , 10.0 );
4014+ cut->AddCut (VarManager::kIsSel8 , 0.5 , 1.5 );
4015+ cut->AddCut (VarManager::kIsNoTFBorder , 0.5 , 1.5 );
4016+ cut->AddCut (VarManager::kIsNoITSROFBorder , 0.5 , 1.5 );
4017+ cut->AddCut (VarManager::kIsNoSameBunch , 0.5 , 1.5 );
4018+ cut->AddCut (VarManager::kIsVertexITSTPC , 0.5 , 1.5 );
4019+ return cut;
4020+ }
4021+
40124022 if (!nameStr.compare (" eventStandardSel8VtxQuality1" )) { // kIsSel8 = kIsTriggerTVX && kNoITSROFrameBorder && kNoTimeFrameBorder
40134023 cut->AddCut (VarManager::kVtxZ , -10.0 , 10.0 );
40144024 cut->AddCut (VarManager::kIsSel8 , 0.5 , 1.5 );
You can’t perform that action at this time.
0 commit comments