File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -3953,6 +3953,17 @@ AnalysisCut* o2::aod::dqcuts::GetAnalysisCut(const char* cutName)
39533953 return cut;
39543954 }
39553955
3956+ if (!nameStr.compare (" eventStandardSel8ppQualityNoVtxZ" )) {
3957+ cut->AddCut (VarManager::kIsSel8 , 0.5 , 1.5 );
3958+ cut->AddCut (VarManager::kIsNoTFBorder , 0.5 , 1.5 );
3959+ cut->AddCut (VarManager::kIsNoITSROFBorder , 0.5 , 1.5 );
3960+ cut->AddCut (VarManager::kIsNoSameBunch , 0.5 , 1.5 );
3961+ cut->AddCut (VarManager::kIsGoodZvtxFT0vsPV , 0.5 , 1.5 );
3962+ cut->AddCut (VarManager::kIsVertexITSTPC , 0.5 , 1.5 );
3963+ cut->AddCut (VarManager::kIsVertexTOFmatched , 0.5 , 1.5 );
3964+ return cut;
3965+ }
3966+
39563967 if (!nameStr.compare (" eventStandardSel8multAnalysis" )) {
39573968 cut->AddCut (VarManager::kVtxZ , -10.0 , 10.0 );
39583969 cut->AddCut (VarManager::kIsSel8 , 0.5 , 1.5 );
You can’t perform that action at this time.
0 commit comments