AliPhysics  ed8caee (ed8caee)
AliTrackContainerToyModel Class Reference

Allows to modify the tracks to implement toy models. More...

#include <AliTrackContainerToyModel.h>

Inheritance diagram for AliTrackContainerToyModel:

Public Member Functions

 AliTrackContainerToyModel ()
 
 AliTrackContainerToyModel (const char *name)
 
void SetTrackScalePt (Double_t t)
 
void SetRandomizeEtaPhi (Double_t t)
 
virtual Bool_t GetMomentumFromTrack (TLorentzVector &mom, const AliVTrack *track, Double_t mass) const
 
virtual Bool_t GetMomentum (TLorentzVector &mom, Int_t i) const
 
virtual Bool_t GetAcceptMomentum (TLorentzVector &mom, Int_t i) const
 
virtual Bool_t GetNextMomentum (TLorentzVector &mom)
 
virtual Bool_t GetNextAcceptMomentum (TLorentzVector &mom)
 
void ScalePtOfLorentzVector (TLorentzVector &mom) const
 
void SetRandomEtaPhiOfLorentzVector (TLorentzVector &mom) const
 
- Public Member Functions inherited from AliTrackContainer
 AliTrackContainer ()
 
 AliTrackContainer (const char *name, const char *period="")
 
virtual ~AliTrackContainer ()
 
virtual Bool_t ApplyTrackCuts (const AliVTrack *vp, UInt_t &rejectionReason) const
 
virtual Bool_t AcceptObject (Int_t i, UInt_t &rejectionReason) const
 
virtual Bool_t AcceptObject (const TObject *obj, UInt_t &rejectionReason) const
 
virtual Bool_t AcceptParticle (Int_t i, UInt_t &rejectionReason) const
 
virtual Bool_t AcceptParticle (const AliVParticle *vp, UInt_t &rejectionReason) const
 
virtual AliVParticle * GetParticle (Int_t i=-1) const
 
virtual AliVParticle * GetAcceptParticle (Int_t i=-1) const
 
virtual AliVParticle * GetNextAcceptParticle ()
 
virtual AliVParticle * GetNextParticle ()
 
virtual Bool_t AcceptTrack (const AliVTrack *vp, UInt_t &rejectionReason) const
 
virtual Bool_t AcceptTrack (Int_t i, UInt_t &rejectionReason) const
 
virtual AliVTrack * GetLeadingTrack (const char *opt="")
 
virtual AliVTrack * GetTrack (Int_t i=-1) const
 
virtual AliVTrack * GetAcceptTrack (Int_t i=-1) const
 
virtual AliVTrack * GetNextAcceptTrack ()
 
virtual AliVTrack * GetNextTrack ()
 
Char_t GetTrackType (const AliVTrack *track) const
 
virtual Bool_t GetMomentumFromTrack (TLorentzVector &mom, const AliVTrack *track) const
 
Int_t GetNTracks () const
 
Int_t GetNAcceptedTracks ()
 
ETrackFilterType_t GetTrackFilterType () const
 
Char_t GetTrackType (Int_t i) const
 
void SetArray (const AliVEvent *event)
 
void SetTrackFilterType (ETrackFilterType_t f)
 
void SetFilterHybridTracks (Bool_t f)
 
void SetITSHybridTrackDistinction (Bool_t doUse)
 
void SetTrackCutsPeriod (const char *period)
 
void AddTrackCuts (AliVCuts *cuts)
 
Int_t GetNumberOfCutObjects () const
 
AliVCuts * GetTrackCuts (Int_t icut)
 
void SetAODFilterBits (UInt_t bits)
 
void AddAODFilterBit (UInt_t bit)
 
UInt_t GetAODFilterBits () const
 
Bool_t IsHybridTrackSelection () const
 
void SetSelectionModeAny ()
 
void SetSelectionModeAll ()
 
void NextEvent (const AliVEvent *event)
 
const char * GetTitle () const
 
Bool_t CheckArrayConsistency () const
 Test function checking whether the entries in the track array are the same as in the input array. More...
 
const AliTrackIterableContainer all () const
 
const AliTrackIterableContainer accepted () const
 
const AliTrackIterableMomentumContainer all_momentum () const
 
const AliTrackIterableMomentumContainer accepted_momentum () const
 
- Public Member Functions inherited from AliParticleContainer
 AliParticleContainer ()
 
 AliParticleContainer (const char *name)
 
virtual ~AliParticleContainer ()
 
virtual TObjectoperator[] (int index) const
 
virtual Bool_t ApplyParticleCuts (const AliVParticle *vp, UInt_t &rejectionReason) const
 
virtual Bool_t ApplyKinematicCuts (const AliTLorentzVector &mom, UInt_t &rejectionReason) const
 
Double_t GetParticlePtCut () const
 
Double_t GetParticleEtaMin () const
 
Double_t GetParticleEtaMax () const
 
Double_t GetParticlePhiMin () const
 
Double_t GetParticlePhiMax () const
 
void SetParticlePtCut (Double_t cut)
 
void SetParticleEtaLimits (Double_t min, Double_t max)
 
void SetParticlePhiLimits (Double_t min, Double_t max)
 
virtual AliVParticle * GetLeadingParticle (const char *opt="")
 
virtual Bool_t GetMomentumFromParticle (TLorentzVector &mom, const AliVParticle *part, Double_t mass) const
 
virtual Bool_t GetMomentumFromParticle (TLorentzVector &mom, const AliVParticle *part) const
 
Int_t GetNParticles () const
 
Int_t GetNAcceptedParticles () const
 
void SetMinDistanceTPCSectorEdge (Double_t min)
 
void SetCharge (EChargeCut_t c)
 
void SelectHIJING (Bool_t s)
 
void SetGeneratorIndex (Short_t i)
 
void SetArray (const AliVEvent *event)
 
const char * GetTitle () const
 
const AliParticleIterableContainer all () const
 
const AliParticleIterableContainer accepted () const
 
const AliParticleIterableMomentumContainer all_momentum () const
 
const AliParticleIterableMomentumContainer accepted_momentum () const
 

Protected Member Functions

void ExecOnce ()
 
- Protected Member Functions inherited from AliTrackContainer
virtual TString GetDefaultArrayName (const AliVEvent *const ev) const
 
PWG::EMCAL::AliEmcalTrackSelResultHybrid::HybridType_t GetHybridDefinition (const PWG::EMCAL::AliEmcalTrackSelResultPtr &selectionResult) const
 

Protected Attributes

Double_t fTrackScalePt
 
Double_t fTrackEtaWindow
 
Double_t fRandomizeEtaPhi
 
- Protected Attributes inherited from AliTrackContainer
ETrackFilterType_t fTrackFilterType
 track filter type More...
 
TObjArrayfListOfCuts
 list of track cut objects More...
 
Bool_t fSelectionModeAny
 accept track if any of the cuts is fulfilled More...
 
Bool_t fITSHybridTrackDistinction
 Distinct hybrid tracks via SPD information. More...
 
UInt_t fAODFilterBits
 track filter bits More...
 
TString fTrackCutsPeriod
 period string used to generate track cuts More...
 
AliEmcalTrackSelectionfEmcalTrackSelection
 ! track selection object More...
 
TrackOwnerHandler fFilteredTracks
 ! tracks filtered using fEmcalTrackSelection More...
 
TArrayC fTrackTypes
 ! track types More...
 
- Protected Attributes inherited from AliParticleContainer
Double_t fMinDistanceTPCSectorEdge
 require minimum distance to edge of TPC sector edge More...
 
EChargeCut_t fChargeCut
 select particles according to their charge More...
 
Short_t fGeneratorIndex
 select MC particles with generator index (default = -1 = switch off selection) More...
 

Additional Inherited Members

- Public Types inherited from AliTrackContainer
enum  ETrackType_t {
  kRejected = -1, kUndefined = 0, kHybridGlobal = 0, kHybridConstrainedTrue = 1,
  kHybridConstrainedFake = 2, kHybridConstrainedNoITSrefit = 3
}
 Status of a track after track selection. More...
 
typedef AliEmcalTrackSelection::ETrackFilterType_t ETrackFilterType_t
 
- Public Types inherited from AliParticleContainer
enum  EChargeCut_t {
  kNoChargeCut, kCharged, kNeutral, kPositiveCharge,
  kNegativeCharge
}
 
- Static Public Member Functions inherited from AliTrackContainer
static void SetDefTrackCutsPeriod (const char *period)
 
static TString GetDefTrackCutsPeriod ()
 
- Static Public Member Functions inherited from AliParticleContainer
static const AliEmcalContainerIndexMap< TClonesArray, AliVParticle > & GetEmcalContainerIndexMap ()
 Get the EMCal container utils associated with particle containers. More...
 
- Static Public Attributes inherited from AliTrackContainer
static const std::map< std::string, AliEmcalTrackSelection::ETrackFilterType_tfgkTrackFilterTypeMap
 Relates string to the track filter enumeration for YAML configuration. More...
 
- Static Protected Attributes inherited from AliTrackContainer
static TString fgDefTrackCutsPeriod = ""
 ! default period string used to generate track cuts More...
 
- Static Protected Attributes inherited from AliParticleContainer
static AliEmcalContainerIndexMap< TClonesArray, AliVParticle > fgEmcalContainerIndexMap
 ! Mapping from containers to indices More...
 

Detailed Description

Allows to modify the tracks to implement toy models.

This class derives from AliTrackContainer. It allows to select tracks based and modify their momenta according to some toy modeling. At the moment only pt scaling is implemented

Author
Salvatore Aiola salva.nosp@m.tore.nosp@m..aiol.nosp@m.a@ce.nosp@m.rn.ch, Yale University
Leticia Conqueiro Mendez letic.nosp@m.ia.c.nosp@m.unque.nosp@m.iro..nosp@m.mende.nosp@m.z@ce.nosp@m.rn.ch
Date
Jul 22, 2016

Definition at line 37 of file AliTrackContainerToyModel.h.

Constructor & Destructor Documentation

AliTrackContainerToyModel::AliTrackContainerToyModel ( )

This is the default constructor, used for ROOT I/O purposes.

Definition at line 26 of file AliTrackContainerToyModel.cxx.

AliTrackContainerToyModel::AliTrackContainerToyModel ( const char *  name)

This is the standard named constructor.

Parameters
nameName of the particle collection

Definition at line 38 of file AliTrackContainerToyModel.cxx.

Member Function Documentation

void AliTrackContainerToyModel::ExecOnce ( )
protected

Definition at line 174 of file AliTrackContainerToyModel.cxx.

Referenced by SetRandomizeEtaPhi().

Bool_t AliTrackContainerToyModel::GetAcceptMomentum ( TLorentzVector &  mom,
Int_t  i 
) const
virtual

Fills a TLorentzVector with the monentum infomation of the \( i^{th} \) accepted particle in the container, using a global mass hypothesis. In case the provided index is out of range, or the particle under the index is not accepted, false is returned as return value. Overrides the AliTrackContainer methods by applying a pT scaling factor to the TLorentzVector.

Parameters
[out]momMomentum vector of the accepted particle
[in]iIndex to check
Returns
True if the request was successfull, false otherwise

Reimplemented from AliTrackContainer.

Definition at line 93 of file AliTrackContainerToyModel.cxx.

Referenced by SetRandomizeEtaPhi().

Bool_t AliTrackContainerToyModel::GetMomentum ( TLorentzVector &  mom,
Int_t  i 
) const
virtual

Fills a TLorentzVector with the momentum information of the \( i^{th} \) particle in the container, using a global mass hypothesis. In case the provided index is out of range, false is returned as return value. Overrides the AliTrackContainer methods by applying a pT scaling factor to the TLorentzVector.

Parameters
[out]momMomentum vector of the \( i^{th} \) particle in the array
[in]iIndex of the particle to check
Returns
True if the request was successful, false otherwise

Reimplemented from AliTrackContainer.

Definition at line 74 of file AliTrackContainerToyModel.cxx.

Referenced by SetRandomizeEtaPhi().

Bool_t AliTrackContainerToyModel::GetMomentumFromTrack ( TLorentzVector &  mom,
const AliVTrack *  track,
Double_t  mass 
) const
virtual

Retrieve momentum information of a track and fill a TLorentzVector with it. In case the optional parameter mass is provided, it is used as mass hypothesis, otherwise the mass hypothesis from the particle itself is used. Overrides the AliTrackContainer methods by applying a pT scaling factor to the TLorentzVector.

Parameters
[out]momMomentum vector to be filled
[in]trackTrack from which the momentum information is obtained.
[in]mass(Optional) Mass hypothesis
Returns

Reimplemented from AliTrackContainer.

Definition at line 56 of file AliTrackContainerToyModel.cxx.

Referenced by SetRandomizeEtaPhi().

Bool_t AliTrackContainerToyModel::GetNextAcceptMomentum ( TLorentzVector &  mom)
virtual

Fills a TLorentzVector with the monentum infomation of the next accepted particle in the container, using a global mass hypothesis. In case the iteration reached the end of the array, false is returned as return value. Overrides the AliTrackContainer methods by applying a pT scaling factor to the TLorentzVector.

Deprecated:
Old style iterator - use accept_iterator instead
Parameters
[out]momMomentum vector of the next particle in the array
Returns
True if the request was successfull, false (no more entries) otherwise

Reimplemented from AliTrackContainer.

Definition at line 129 of file AliTrackContainerToyModel.cxx.

Referenced by SetRandomizeEtaPhi().

Bool_t AliTrackContainerToyModel::GetNextMomentum ( TLorentzVector &  mom)
virtual

Fills a TLorentzVector with the momentum information of the next particle in the container, using a global mass hypothesis. In case the iterator reached the end of the array, false is returned as return value. Overrides the AliTrackContainer methods by applying a pT scaling factor to the TLorentzVector.

Deprecated:
Old style iterator - use all_iterator instead
Parameters
[out]momMomentum vector of the next particle
Returns
True if the request was successful, false otherwise

Reimplemented from AliTrackContainer.

Definition at line 111 of file AliTrackContainerToyModel.cxx.

Referenced by SetRandomizeEtaPhi().

void AliTrackContainerToyModel::ScalePtOfLorentzVector ( TLorentzVector &  mom) const

Scales the pt of a TLorentzVector with a constant factor.

Parameters
momTLorentzVector object reference to be scaled.

Definition at line 141 of file AliTrackContainerToyModel.cxx.

Referenced by GetAcceptMomentum(), GetMomentum(), GetMomentumFromTrack(), GetNextAcceptMomentum(), GetNextMomentum(), and SetRandomizeEtaPhi().

void AliTrackContainerToyModel::SetRandomEtaPhiOfLorentzVector ( TLorentzVector &  mom) const

Assigns random phi,eta to thetracks,keeping their momentum

Parameters
momTLorentzVector object reference to be scaled.

Definition at line 158 of file AliTrackContainerToyModel.cxx.

Referenced by GetAcceptMomentum(), GetMomentum(), GetMomentumFromTrack(), GetNextAcceptMomentum(), GetNextMomentum(), and SetRandomizeEtaPhi().

void AliTrackContainerToyModel::SetRandomizeEtaPhi ( Double_t  t)
inline

Definition at line 43 of file AliTrackContainerToyModel.h.

void AliTrackContainerToyModel::SetTrackScalePt ( Double_t  t)
inline

Definition at line 42 of file AliTrackContainerToyModel.h.

Member Data Documentation

Double_t AliTrackContainerToyModel::fRandomizeEtaPhi
protected
Double_t AliTrackContainerToyModel::fTrackEtaWindow
protected

Definition at line 55 of file AliTrackContainerToyModel.h.

Referenced by SetRandomEtaPhiOfLorentzVector().

Double_t AliTrackContainerToyModel::fTrackScalePt
protected

Definition at line 54 of file AliTrackContainerToyModel.h.

Referenced by ScalePtOfLorentzVector(), and SetTrackScalePt().


The documentation for this class was generated from the following files: