8 #ifndef ALIEMCALTRIGGERKINECUTS_H 9 #define ALIEMCALTRIGGERKINECUTS_H 31 class AliEMCalTriggerKineCuts:
public TObject {
33 AliEMCalTriggerKineCuts();
37 virtual ~AliEMCalTriggerKineCuts() {}
44 void SetPtRange(
double ptmin,
double ptmax) { fPtCut.SetLimits(ptmin, ptmax); }
50 void SetEtaRange(
double etamin,
double etamax) { fEtaCut.SetLimits(etamin, etamax); }
56 void SetPhiRange(
double phimin,
double phimax) { fPhiCut.SetLimits(phimin, phimax); }
58 bool IsSelected(
const AliVParticle *
const track)
const;
61 AliCutValueRange<double> fPtCut;
62 AliCutValueRange<double> fEtaCut;
63 AliCutValueRange<double> fPhiCut;
66 ClassDef(AliEMCalTriggerKineCuts, 1);
Analysis of high- tracks in triggered events.