9#ifndef HALTRACKBASICMCCUT_H_
10#define HALTRACKBASICMCCUT_H_
12#include "TrackMCCut.h"
19 static const int fgStatusId;
20 static const int fgPdgId;
21 static const int fgPtId;
22 static const int fgEtaId;
44 void SetPtCut(Double_t min, Double_t max);
50 void SetEtaCut(Double_t min, Double_t max);
55 static Int_t
Status() {
return fgStatusId; };
60 static Int_t
Pdg() {
return fgPdgId; };
65 static Int_t
Pt() {
return fgPtId; };
70 static Int_t
Eta() {
return fgEtaId; };
void SetPdgCut(Int_t pdg)
Bool_t Pass(Track *track)
void SetEtaCut(Double_t min, Double_t max)
void SetStatusCut(Int_t stat)
void SetPtCut(Double_t min, Double_t max)