![]()  | 
  
    PandaRoot
    
   | 
 
Class for accessing PID detector information of FTS. More...
#include <PndPidFtsInfo.h>
  
 Public Member Functions | |
| PndPidFtsInfo () | |
| Default constructor.  More... | |
| ~PndPidFtsInfo () | |
| Default destructor.  More... | |
| void | SetGeoPar (FairRuntimeDb *db) | 
| Bool_t | SetParContainers (FairRuntimeDb *db) | 
| Int_t | SetDetectorHits (FairRootManager *manager) | 
| Fill detector hit TCAs and adjust detector mode.  More... | |
| Bool_t | Setup (FairRootManager *manager, PndPropagator *propagator, PndPidDetectorParams::DetectorParams *params) | 
| Setup FTS info.  More... | |
| Bool_t | GetInfo (PndTrack *track, PndPidCandidate *pidCand) | 
| Add FTS information to PidCandidate.  More... | |
  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) | 
| 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... | |
Protected Member Functions | |
| ClassDef (PndPidFtsInfo, 1) | |
  Protected Member Functions inherited from PndPidDetectorInfo | |
| ClassDef (PndPidDetectorInfo, 1) | |
Protected Attributes | |
| TClonesArray * | fFtsHit = nullptr | 
| Fts hit TCA.  More... | |
| PndGeoFtsPar * | fFtsParameters = new PndGeoFtsPar() | 
| Fts geometry parameters.  More... | |
  Protected Attributes inherited from PndPidDetectorInfo | |
| Short_t | fDetMode = -1 | 
| Detector Mode.  More... | |
| Bool_t | fUsePropagator = kFALSE | 
| kTRUE to use propagator like PndGeanePro.  More... | |
| PndPropagator * | fPropagator = 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::DetectorParams * | fDetectorParams = nullptr | 
| TNtuple * | fDetCorr = nullptr | 
| Debug ntuple.  More... | |
| PndPidCorrPar * | fCorrPar = new PndPidCorrPar() | 
| Correlation parameters.  More... | |
Class for accessing PID detector information of FTS.
Definition at line 24 of file PndPidFtsInfo.h.
| PndPidFtsInfo::PndPidFtsInfo | ( | ) | 
Default constructor.
| PndPidFtsInfo::~PndPidFtsInfo | ( | ) | 
Default destructor.
      
  | 
  protected | 
      
  | 
  virtual | 
Add FTS information to PidCandidate.
Get information on detector hits and energy loss from track.
| track | One of the detected tracks in current event. | 
| pidCand | PidCandidate belonging to track. | 
Implements PndPidDetectorInfo.
Referenced by SetParContainers().
      
  | 
  virtual | 
Fill detector hit TCAs and adjust detector mode.
| manager | Needed to get fFtsHit TCA of event. | 
Implements PndPidDetectorInfo.
Referenced by SetParContainers().
      
  | 
  inline | 
Definition at line 29 of file PndPidFtsInfo.h.
References fFtsParameters.
Referenced by SetParContainers().
      
  | 
  inlinevirtual | 
Reimplemented from PndPidDetectorInfo.
Definition at line 31 of file PndPidFtsInfo.h.
References GetInfo(), SetDetectorHits(), SetGeoPar(), and Setup().
      
  | 
  virtual | 
Setup FTS info.
| manager | Needed to get all relevant TCAs of event. | 
| propagator | Propagator to be used in track-hit correlation. | 
| params | Set of detector and track parameters that is passed from PndPidCorrelator. | 
Reimplemented from PndPidDetectorInfo.
Referenced by SetParContainers().
      
  | 
  protected | 
Fts hit TCA.
Definition at line 63 of file PndPidFtsInfo.h.
      
  | 
  protected |