PandaRoot
PndPidFtofAssociatorTask Class Reference

#include <PndPidFtofAssociatorTask.h>

Inheritance diagram for PndPidFtofAssociatorTask:

Public Member Functions

virtual void Exec (Option_t *option)
 
virtual InitStatus Init ()
 
void Register ()
 
void Reset ()
 
 PndPidFtofAssociatorTask (const char *name, const char *title="Pnd Task")
 
 PndPidFtofAssociatorTask ()
 
virtual ~PndPidFtofAssociatorTask ()
 
void SetVerbose (Bool_t verb)
 
virtual void SetParContainers ()
 
virtual void Finish ()
 
void SetOutputBranch (TString branch)
 

Protected Member Functions

void DoPidMatch (PndPidCandidate *pidcand, PndPidProbability *prob)
 
Double_t GetPdf (Double_t mass2, Double_t mom, Double_t mass, Double_t sigma)
 

Protected Attributes

TClonesArray * fPidChargedCand
 
TClonesArray * fPidChargedProb
 PndPidCandidate TCA for charged particles. More...
 
TString fTrackBranchNamePidHypo
 PndPidProbability TCA for charged particles. More...
 

Detailed Description

Definition at line 11 of file PndPidFtofAssociatorTask.h.

Constructor & Destructor Documentation

◆ PndPidFtofAssociatorTask() [1/2]

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

◆ PndPidFtofAssociatorTask() [2/2]

PndPidFtofAssociatorTask::PndPidFtofAssociatorTask ( )

◆ ~PndPidFtofAssociatorTask()

virtual PndPidFtofAssociatorTask::~PndPidFtofAssociatorTask ( )
virtual

Member Function Documentation

◆ DoPidMatch()

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

◆ Exec()

virtual void PndPidFtofAssociatorTask::Exec ( Option_t *  option)
virtual

◆ Finish()

virtual void PndPidFtofAssociatorTask::Finish ( )
virtual

Referenced by SetVerbose().

◆ GetPdf()

Double_t PndPidFtofAssociatorTask::GetPdf ( Double_t  mass2,
Double_t  mom,
Double_t  mass,
Double_t  sigma 
)
protected

◆ Init()

virtual InitStatus PndPidFtofAssociatorTask::Init ( )
virtual

◆ Register()

void PndPidFtofAssociatorTask::Register ( )

◆ Reset()

void PndPidFtofAssociatorTask::Reset ( )

◆ SetOutputBranch()

void PndPidFtofAssociatorTask::SetOutputBranch ( TString  branch)
inline

Definition at line 40 of file PndPidFtofAssociatorTask.h.

40 { fTrackBranchNamePidHypo = branch; };
TString fTrackBranchNamePidHypo
PndPidProbability TCA for charged particles.

◆ SetParContainers()

virtual void PndPidFtofAssociatorTask::SetParContainers ( )
virtual

Get parameter containers

Referenced by SetVerbose().

◆ SetVerbose()

void PndPidFtofAssociatorTask::SetVerbose ( Bool_t  verb)
inline

Definition at line 34 of file PndPidFtofAssociatorTask.h.

References Finish(), and SetParContainers().

34 { fVerbose = verb; };

Member Data Documentation

◆ fPidChargedCand

TClonesArray* PndPidFtofAssociatorTask::fPidChargedCand
protected

Definition at line 14 of file PndPidFtofAssociatorTask.h.

◆ fPidChargedProb

TClonesArray* PndPidFtofAssociatorTask::fPidChargedProb
protected

PndPidCandidate TCA for charged particles.

Definition at line 15 of file PndPidFtofAssociatorTask.h.

◆ fTrackBranchNamePidHypo

TString PndPidFtofAssociatorTask::fTrackBranchNamePidHypo
protected

PndPidProbability TCA for charged particles.

Definition at line 17 of file PndPidFtofAssociatorTask.h.


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