Heavy ion Analysis Libriares
|
#include <TrackDeltaMomentumCut.h>
Public Member Functions | |
TrackDeltaMomCut (Int_t params=5) | |
virtual Bool_t | Pass (Track *track) |
Public Member Functions inherited from Hal::TrackDeltaMomentumCut | |
TrackDeltaMomentumCut (Int_t params=1) | |
Bool_t | Init (Int_t format_id=0) |
Public Member Functions inherited from Hal::TrackCut | |
TrackCut (const Int_t i=1) | |
TrackComplexCut * | MakeComplexCut (Option_t *opt) const |
virtual Package * | Report () const |
Public Member Functions inherited from Hal::Cut | |
Cut (const Int_t size=1, ECutUpdate update=ECutUpdate::kNo, TString groupFlag="") | |
Cut (const Cut &cut) | |
Cut & | operator= (const Cut &other) |
void | SetLabel (Int_t label) |
void | Finish () |
void | Reset () |
void | SetMinAndMax (Double_t val, Int_t i=0) |
void | SetMinMax (Double_t min, Double_t max, Int_t i=0) |
TString | GetGroupFlag () const |
ECutUpdate | GetUpdateRatio () const |
Cut ** | MultiClone (Int_t no, Bool_t increment_collections=kFALSE) |
void | SetMinimum (Double_t min, Int_t i=0) |
void | SetMaximum (Double_t max, Int_t i=0) |
void | SetValue (Double_t val, Int_t i=0) |
void | SetUnitName (TString name, Int_t i=0) |
void | SetCollectionID (Int_t i) |
Int_t | GetCutSize () const |
Int_t | GetCollectionID () const |
Bool_t | HasPassed () const |
Bool_t | IsCloned () const |
Double_t | GetMin (Int_t i=0) const |
Double_t | GetMax (Int_t i=0) const |
Double_t | GetValue (Int_t i=0) const |
Double_t | GetWeight () |
ULong64_t | GetPassed () const |
ULong64_t | GetTotal () const |
ULong64_t | GetFailed () const |
TString | GetUnit (Int_t i) const |
virtual Cut * | MakeCopy () const |
virtual void | Print (Option_t *option="") const |
TObjArray * | Split (Int_t n, Int_t i=0, Double_t shift=0) const |
virtual TString | CutName (Option_t *opt="") const |
virtual std::vector< std::pair< TString, Double_t > > | GetBinLabels (Int_t par=0) const |
Protected Member Functions | |
Bool_t | GetMom (Track *track) |
Protected Member Functions inherited from Hal::Cut | |
Bool_t | Validate () |
Bool_t | AntiValidate () |
Bool_t | ValidateAbs () |
Bool_t | ForcedUpdate (Bool_t state) |
Bool_t | FormatEquals (TString format, Int_t format_id, EFormatDepth depth=EFormatDepth::kAll) const |
Bool_t | FormatInhertis (TString format, Int_t format_id, EFormatDepth depth=EFormatDepth::kAll) const |
Bool_t | InLimits (Int_t par) const |
Bool_t | OutLimits (Int_t par) const |
Additional Inherited Members | |
Static Public Member Functions inherited from Hal::TrackDeltaMomentumCut | |
static Int_t | P () |
static Int_t | Pt () |
static Int_t | Phi () |
static Int_t | Theta () |
static Int_t | Pz () |
Protected Attributes inherited from Hal::TrackDeltaMomentumCut | |
Track * | fTrackRe |
Track * | fTrackIm |
Protected Attributes inherited from Hal::Cut | |
const Int_t | fCutSize |
Bool_t | fInit |
Int_t | fIsCloned |
Int_t | fState |
Int_t | fCollectionID |
Int_t | fLabel |
const ECutUpdate | fUpdateRatio |
Double_t | fWeight |
const TString | fGroupFlag |
standard cut for analysis of differences betwen reconstructed and MC momenta using differences between given values e.g pt_reco-pt_sim
Definition at line 36 of file TrackDeltaMomentumCut.h.
Hal::TrackDeltaMomCut::TrackDeltaMomCut | ( | Int_t | params = 5 | ) |
Definition at line 42 of file TrackDeltaMomentumCut.cxx.
|
virtual |
Definition at line 68 of file TrackDeltaMomentumCut.cxx.
|
protected |
fill momentum fields
track |
Definition at line 60 of file TrackDeltaMomentumCut.cxx.
|
virtual |
track |
Implements Hal::TrackCut.
Reimplemented in Hal::TrackDeltaPCut, Hal::TrackDeltaPhiCut, Hal::TrackDeltaPtCut, Hal::TrackDeltaPzCut, and Hal::TrackDeltaThetaCut.
Definition at line 44 of file TrackDeltaMomentumCut.cxx.