FairRoot/PandaRoot
|
#include <PndPidMlAssociatorTask.h>
Public Member Functions | |
virtual void | Exec (Option_t *option) |
Tree Index. More... | |
virtual InitStatus | Init () |
void | Register () |
void | Reset () |
PndPidMlAssociatorTask (const char *name, const char *title="Pnd Task") | |
PndPidMlAssociatorTask (TFile *inFile=nullptr) | |
virtual | ~PndPidMlAssociatorTask () |
void | SetVerbose (Bool_t verb) |
virtual void | SetParContainers () |
virtual void | Finish () |
Protected Attributes | |
TClonesArray * | fPidChargedCand |
TClonesArray * | fPidAlgoMl = new TClonesArray("PndPidProbability") |
PndPidCandidate TCA for charged particles. More... | |
TClonesArray * | fPidChargedProb |
PndPidProbability TCA for charged particles. More... | |
TTree * | inTree |
PndPidProbability TCA for charged particles. More... | |
Int_t | i |
Input Tree for Ml outputs. More... | |
Definition at line 19 of file PndPidMlAssociatorTask.h.
PndPidMlAssociatorTask::PndPidMlAssociatorTask | ( | const char * | name, |
const char * | title = "Pnd Task" |
||
) |
Definition at line 35 of file PndPidMlAssociatorTask.cxx.
References fPidChargedProb, and SetTitle().
PndPidMlAssociatorTask::PndPidMlAssociatorTask | ( | TFile * | inFile = nullptr | ) |
Definition at line 19 of file PndPidMlAssociatorTask.cxx.
References exit(), fPidAlgoMl, fPidChargedProb, i, and inTree.
|
virtual |
Definition at line 12 of file PndPidMlAssociatorTask.cxx.
|
virtual |
Tree Index.
Definition at line 69 of file PndPidMlAssociatorTask.cxx.
References fPidAlgoMl, fPidChargedCand, fPidChargedProb, fVerbose, PndPidProbability::GetElectronPdf(), PndPidProbability::GetKaonPdf(), PndPidProbability::GetMuonPdf(), PndPidProbability::GetPionPdf(), PndPidProbability::GetProtonPdf(), i, inTree, PndPidProbability::SetElectronPdf(), PndPidProbability::SetIndex(), PndPidProbability::SetKaonPdf(), PndPidProbability::SetMuonPdf(), PndPidProbability::SetPionPdf(), and PndPidProbability::SetProtonPdf().
|
virtual |
Definition at line 99 of file PndPidMlAssociatorTask.cxx.
|
virtual |
Definition at line 43 of file PndPidMlAssociatorTask.cxx.
References fPidChargedCand, and Register().
void PndPidMlAssociatorTask::Register | ( | ) |
Definition at line 92 of file PndPidMlAssociatorTask.cxx.
References fPidChargedProb.
Referenced by Init().
void PndPidMlAssociatorTask::Reset | ( | ) |
Definition at line 103 of file PndPidMlAssociatorTask.cxx.
|
virtual |
Get parameter containers
Definition at line 65 of file PndPidMlAssociatorTask.cxx.
|
inline |
|
protected |
PndPidCandidate TCA for charged particles.
Definition at line 24 of file PndPidMlAssociatorTask.h.
Referenced by Exec(), and PndPidMlAssociatorTask().
|
protected |
Definition at line 23 of file PndPidMlAssociatorTask.h.
|
protected |
PndPidProbability TCA for charged particles.
Definition at line 25 of file PndPidMlAssociatorTask.h.
Referenced by Exec(), PndPidMlAssociatorTask(), and Register().
|
protected |
Input Tree for Ml outputs.
Definition at line 28 of file PndPidMlAssociatorTask.h.
Referenced by Exec(), and PndPidMlAssociatorTask().
|
protected |
PndPidProbability TCA for charged particles.
Definition at line 27 of file PndPidMlAssociatorTask.h.
Referenced by Exec(), and PndPidMlAssociatorTask().