PandaRoot
PndPidSttAssociatorTask Class Reference

#include <PndPidSttAssociatorTask.h>

Inheritance diagram for PndPidSttAssociatorTask:

Public Member Functions

 PndPidSttAssociatorTask ()
 
 PndPidSttAssociatorTask (const char *name, const char *title="Pnd Task")
 
virtual ~PndPidSttAssociatorTask ()
 
virtual InitStatus Init ()
 
virtual void Exec (Option_t *opt)
 
void SetVerbose (Bool_t verb)
 
void SetOutputBranch (TString branch)
 
void SetDefaultMassHypo (Bool_t hypo)
 
Bool_t IsDefaultMassHypo ()
 
 ClassDef (PndPidSttAssociatorTask, 1)
 

Public Attributes

Int_t fDefaultHypo
 

Protected Member Functions

void DoPidMatch (PndPidCandidate *pidcand, PndPidProbability *prob)
 
Double_t GetPdf (Double_t dedx, Double_t mean, Double_t sigma)
 
void ElectronDEDXMeanFunction ()
 
void MuonDEDXMeanFunction ()
 
void PionDEDXMeanFunction ()
 
void KaonDEDXMeanFunction ()
 
void ProtonDEDXMeanFunctionL ()
 
void ProtonDEDXMeanFunctionH ()
 
void ElectronDEDXSigmaFunction ()
 
void MuonDEDXSigmaFunction ()
 
void PionDEDXSigmaFunction ()
 
void KaonDEDXSigmaFunction ()
 
void ProtonDEDXSigmaFunctionL ()
 
void ProtonDEDXSigmaFunctionH ()
 

Protected Attributes

TClonesArray * fPidChargedCand
 
TClonesArray * fPidChargedProb
 charged candidates More...
 
TString fTrackBranchNamePidHypo
 
TF1 * fElectronDEDXMean
 
TF1 * fMuonDEDXMean
 
TF1 * fPionDEDXMean
 
TF1 * fKaonDEDXMean
 
TF1 * fProtonDEDXMeanL
 
TF1 * fProtonDEDXMeanH
 
TF1 * fElectronDEDXSigma
 
TF1 * fMuonDEDXSigma
 
TF1 * fPionDEDXSigma
 
TF1 * fKaonDEDXSigma
 
TF1 * fProtonDEDXSigmaL
 
TF1 * fProtonDEDXSigmaH
 

Detailed Description

Definition at line 28 of file PndPidSttAssociatorTask.h.

Constructor & Destructor Documentation

◆ PndPidSttAssociatorTask() [1/2]

PndPidSttAssociatorTask::PndPidSttAssociatorTask ( )

Default constructor

◆ PndPidSttAssociatorTask() [2/2]

PndPidSttAssociatorTask::PndPidSttAssociatorTask ( const char *  name,
const char *  title = "Pnd Task" 
)

◆ ~PndPidSttAssociatorTask()

virtual PndPidSttAssociatorTask::~PndPidSttAssociatorTask ( )
virtual

Destructor

Member Function Documentation

◆ ClassDef()

PndPidSttAssociatorTask::ClassDef ( PndPidSttAssociatorTask  ,
 
)

◆ DoPidMatch()

void PndPidSttAssociatorTask::DoPidMatch ( PndPidCandidate pidcand,
PndPidProbability prob 
)
protected

◆ ElectronDEDXMeanFunction()

void PndPidSttAssociatorTask::ElectronDEDXMeanFunction ( )
protected

◆ ElectronDEDXSigmaFunction()

void PndPidSttAssociatorTask::ElectronDEDXSigmaFunction ( )
protected

◆ Exec()

virtual void PndPidSttAssociatorTask::Exec ( Option_t *  opt)
virtual

Virtual method Exec

◆ GetPdf()

Double_t PndPidSttAssociatorTask::GetPdf ( Double_t  dedx,
Double_t  mean,
Double_t  sigma 
)
protected

◆ Init()

virtual InitStatus PndPidSttAssociatorTask::Init ( )
virtual

Virtual method Init

◆ IsDefaultMassHypo()

Bool_t PndPidSttAssociatorTask::IsDefaultMassHypo ( )
inline

Definition at line 89 of file PndPidSttAssociatorTask.h.

References fDefaultHypo.

◆ KaonDEDXMeanFunction()

void PndPidSttAssociatorTask::KaonDEDXMeanFunction ( )
protected

◆ KaonDEDXSigmaFunction()

void PndPidSttAssociatorTask::KaonDEDXSigmaFunction ( )
protected

◆ MuonDEDXMeanFunction()

void PndPidSttAssociatorTask::MuonDEDXMeanFunction ( )
protected

◆ MuonDEDXSigmaFunction()

void PndPidSttAssociatorTask::MuonDEDXSigmaFunction ( )
protected

◆ PionDEDXMeanFunction()

void PndPidSttAssociatorTask::PionDEDXMeanFunction ( )
protected

◆ PionDEDXSigmaFunction()

void PndPidSttAssociatorTask::PionDEDXSigmaFunction ( )
protected

◆ ProtonDEDXMeanFunctionH()

void PndPidSttAssociatorTask::ProtonDEDXMeanFunctionH ( )
protected

◆ ProtonDEDXMeanFunctionL()

void PndPidSttAssociatorTask::ProtonDEDXMeanFunctionL ( )
protected

◆ ProtonDEDXSigmaFunctionH()

void PndPidSttAssociatorTask::ProtonDEDXSigmaFunctionH ( )
protected

◆ ProtonDEDXSigmaFunctionL()

void PndPidSttAssociatorTask::ProtonDEDXSigmaFunctionL ( )
protected

◆ SetDefaultMassHypo()

void PndPidSttAssociatorTask::SetDefaultMassHypo ( Bool_t  hypo)
inline

Definition at line 88 of file PndPidSttAssociatorTask.h.

References fDefaultHypo.

◆ SetOutputBranch()

void PndPidSttAssociatorTask::SetOutputBranch ( TString  branch)
inline

Definition at line 86 of file PndPidSttAssociatorTask.h.

◆ SetVerbose()

void PndPidSttAssociatorTask::SetVerbose ( Bool_t  verb)
inline

Definition at line 85 of file PndPidSttAssociatorTask.h.

85 { fVerbose = verb; };

Member Data Documentation

◆ fDefaultHypo

Int_t PndPidSttAssociatorTask::fDefaultHypo

Definition at line 93 of file PndPidSttAssociatorTask.h.

Referenced by IsDefaultMassHypo(), and SetDefaultMassHypo().

◆ fElectronDEDXMean

TF1* PndPidSttAssociatorTask::fElectronDEDXMean
protected

Definition at line 56 of file PndPidSttAssociatorTask.h.

◆ fElectronDEDXSigma

TF1* PndPidSttAssociatorTask::fElectronDEDXSigma
protected

Definition at line 63 of file PndPidSttAssociatorTask.h.

◆ fKaonDEDXMean

TF1* PndPidSttAssociatorTask::fKaonDEDXMean
protected

Definition at line 59 of file PndPidSttAssociatorTask.h.

◆ fKaonDEDXSigma

TF1* PndPidSttAssociatorTask::fKaonDEDXSigma
protected

Definition at line 66 of file PndPidSttAssociatorTask.h.

◆ fMuonDEDXMean

TF1* PndPidSttAssociatorTask::fMuonDEDXMean
protected

Definition at line 57 of file PndPidSttAssociatorTask.h.

◆ fMuonDEDXSigma

TF1* PndPidSttAssociatorTask::fMuonDEDXSigma
protected

Definition at line 64 of file PndPidSttAssociatorTask.h.

◆ fPidChargedCand

TClonesArray* PndPidSttAssociatorTask::fPidChargedCand
protected

Definition at line 31 of file PndPidSttAssociatorTask.h.

◆ fPidChargedProb

TClonesArray* PndPidSttAssociatorTask::fPidChargedProb
protected

charged candidates

Definition at line 32 of file PndPidSttAssociatorTask.h.

◆ fPionDEDXMean

TF1* PndPidSttAssociatorTask::fPionDEDXMean
protected

Definition at line 58 of file PndPidSttAssociatorTask.h.

◆ fPionDEDXSigma

TF1* PndPidSttAssociatorTask::fPionDEDXSigma
protected

Definition at line 65 of file PndPidSttAssociatorTask.h.

◆ fProtonDEDXMeanH

TF1* PndPidSttAssociatorTask::fProtonDEDXMeanH
protected

Definition at line 61 of file PndPidSttAssociatorTask.h.

◆ fProtonDEDXMeanL

TF1* PndPidSttAssociatorTask::fProtonDEDXMeanL
protected

Definition at line 60 of file PndPidSttAssociatorTask.h.

◆ fProtonDEDXSigmaH

TF1* PndPidSttAssociatorTask::fProtonDEDXSigmaH
protected

Definition at line 68 of file PndPidSttAssociatorTask.h.

◆ fProtonDEDXSigmaL

TF1* PndPidSttAssociatorTask::fProtonDEDXSigmaL
protected

Definition at line 67 of file PndPidSttAssociatorTask.h.

◆ fTrackBranchNamePidHypo

TString PndPidSttAssociatorTask::fTrackBranchNamePidHypo
protected

Definition at line 34 of file PndPidSttAssociatorTask.h.


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