X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG%2FFLOW%2FBase%2FAliFlowEventSimple.cxx;h=903f9aa2221819829c88efcb87265b50569ae9bf;hb=c2a07d6a50bf9e8a3a8f6e79926c3ac12e4bd3f8;hp=a921fb6f1b9306a5d7536e5d76e84be488e0e99e;hpb=edf8b2d403af3ebab01765b0b41d62d0b8e470a0;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG/FLOW/Base/AliFlowEventSimple.cxx b/PWG/FLOW/Base/AliFlowEventSimple.cxx index a921fb6f1b9..903f9aa2221 100644 --- a/PWG/FLOW/Base/AliFlowEventSimple.cxx +++ b/PWG/FLOW/Base/AliFlowEventSimple.cxx @@ -1023,6 +1023,13 @@ void AliFlowEventSimple::TagPOI( const AliFlowTrackSimpleCuts* cuts, Int_t poiTy } } +//_____________________________________________________________________________ +void AliFlowEventSimple::TagTracks( const AliFlowTrackSimpleCuts* cutsRP, const AliFlowTrackSimpleCuts* cutsPOI) +{ + // simple interface to tagging poi's and rp's + TagPOI(cutsRP, 0); + TagPOI(cutsPOI, 1); +} //_____________________________________________________________________________ void AliFlowEventSimple::DefineDeadZone( Double_t etaMin, Double_t etaMax,