PandaRoot
PndPidGemInfo Class Reference

Class for accessing PID detector information of GEM. More...

#include <PndPidGemInfo.h>

Inheritance diagram for PndPidGemInfo:
PndPidTrackingDetectorInfo PndPidDetectorInfo

Public Member Functions

 PndPidGemInfo ()
 Default constructor. More...
 
 ~PndPidGemInfo ()
 Default Destructor. More...
 
Int_t SetDetectorHits (FairRootManager *)
 No detector hits needed here. More...
 
Bool_t GetInfo (PndTrack *track, PndPidCandidate *pidCand)
 Add GEM information to PidCandidate. More...
 
 ClassDef (PndPidGemInfo, 1)
 
- Public Member Functions inherited from PndPidTrackingDetectorInfo
 PndPidTrackingDetectorInfo ()
 
virtual ~PndPidTrackingDetectorInfo ()
 Default constructor. More...
 
Bool_t Setup (FairRootManager *manager, PndPropagator *propagator, PndPidDetectorParams::DetectorParams *params)
 Default destructor. More...
 
 ClassDef (PndPidTrackingDetectorInfo, 1)
 
- Public Member Functions inherited from PndPidDetectorInfo
 PndPidDetectorInfo ()
 Default constructor. More...
 
virtual ~PndPidDetectorInfo ()
 
virtual void GetNeutralInfo (Int_t, TClonesArray *)
 Include detector information in neutral PidCandidate. More...
 
virtual void ActivateDebugNtuple (Bool_t debug_mode)
 Set debug mode of detector. More...
 
void SetDetectorMode (Short_t detector_mode)
 
void SetUsePropagator (Bool_t use_propagator)
 
void SetPropagator (PndPropagator *propagator)
 
void SetIdeal (Bool_t is_ideal)
 
void SetPidHypo (Int_t pid_hyp)
 
void SetVerbose (Int_t verbose)
 
void SetCorrPar (PndPidCorrPar *pid_corr_par)
 
virtual Bool_t SetParContainers (FairRuntimeDb *)
 
TNtuple * GetDetCorr ()
 
Int_t GetDetectorMode ()
 
void Finish ()
 
virtual void Reset ()
 
virtual void Register ()
 
virtual Bool_t Propagate (TVector3 pos, FairTrackParH *helix, FairTrackParH *res, Int_t pdg_code, Int_t direction=1)
 Call propagator to propagate track to detector. More...
 
virtual Bool_t Propagate (std::string volume, FairTrackParH *helix, FairTrackParH *res, Int_t pdg_code)
 Call propagator to propagate track to detector. More...
 

Additional Inherited Members

- Protected Member Functions inherited from PndPidDetectorInfo
 ClassDef (PndPidDetectorInfo, 1)
 
- Protected Attributes inherited from PndPidDetectorInfo
Short_t fDetMode = -1
 Detector Mode. More...
 
Bool_t fUsePropagator = kFALSE
 kTRUE to use propagator like PndGeanePro. More...
 
PndPropagatorfPropagator = nullptr
 
Bool_t fIdeal = kFALSE
 Use MC information for ideal correlation. More...
 
Bool_t fDebugMode = kTRUE
 kTRUE to fill debug ntuples More...
 
Int_t fPidHyp = 0
 Particle Id hypothesis (pdg particle code) More...
 
Int_t fVerbose = 0
 Verbosity level. More...
 
Float_t fGLength = -1000
 
PndPidDetectorParams::DetectorParamsfDetectorParams = nullptr
 
TNtuple * fDetCorr = nullptr
 Debug ntuple. More...
 
PndPidCorrParfCorrPar = new PndPidCorrPar()
 Correlation parameters. More...
 

Detailed Description

Class for accessing PID detector information of GEM.

Author
Sarah Gaiser gaise.nosp@m.r@hi.nosp@m.skp.u.nosp@m.ni-b.nosp@m.onn.d.nosp@m.e, HISKP Bonn
Version
1.0
Date
Jan 2021

Definition at line 17 of file PndPidGemInfo.h.

Constructor & Destructor Documentation

◆ PndPidGemInfo()

PndPidGemInfo::PndPidGemInfo ( )

Default constructor.

◆ ~PndPidGemInfo()

PndPidGemInfo::~PndPidGemInfo ( )

Default Destructor.

Member Function Documentation

◆ ClassDef()

PndPidGemInfo::ClassDef ( PndPidGemInfo  ,
 
)

Referenced by SetDetectorHits().

◆ GetInfo()

Bool_t PndPidGemInfo::GetInfo ( PndTrack track,
PndPidCandidate pidCand 
)
virtual

Add GEM information to PidCandidate.

Get information on detector hits from track.

Parameters
trackOne of the detected tracks in current event.
pidCandPidCandidate belonging to track.
Returns
kTRUE if successful.

Implements PndPidDetectorInfo.

Referenced by SetDetectorHits().

◆ SetDetectorHits()

Int_t PndPidGemInfo::SetDetectorHits ( FairRootManager *  )
inlinevirtual

No detector hits needed here.

Implements PndPidDetectorInfo.

Definition at line 25 of file PndPidGemInfo.h.

References ClassDef(), and GetInfo().

25 { return 1; };

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