Belle II Software development
|
A collection of PDF's of charged stable particles for a given track. More...
Public Member Functions | |
PDFCollection (const TOP::TOPTrack &trk, bool deltaRayModeling) | |
Constructor. | |
void | deletePDFs () |
Release memory allocated in the constructor. | |
void | setMostProbable () |
Sets most probable hypothesis. | |
void | appendPDFOther (const TOP::PDFConstructor *pdfOther) |
Append most probable PDF of other track in the same module. | |
void | clearPDFOther () |
Clear the containers of PDF's of other tracks. | |
Public Attributes | |
const TOP::TOPTrack * | topTrack = 0 |
track | |
std::vector< TOP::PDFConstructor * > | PDFs |
PDF's of charged stable particles. | |
const TOP::PDFConstructor * | mostProbable = 0 |
PDF of most probable particle hypothesis. | |
bool | isValid = false |
true if all PDF's are provided | |
A collection of PDF's of charged stable particles for a given track.
Definition at line 69 of file TOPReconstructorModule.h.
|
inline |
Constructor.
trk | given track |
deltaRayModeling | include or exclude delta-ray modeling in log likelihood calculation |
Definition at line 81 of file TOPReconstructorModule.h.
|
inline |
Append most probable PDF of other track in the same module.
pdfOther | PDF of other track |
Definition at line 128 of file TOPReconstructorModule.h.
|
inline |
Clear the containers of PDF's of other tracks.
Definition at line 137 of file TOPReconstructorModule.h.
|
inline |
Release memory allocated in the constructor.
Definition at line 101 of file TOPReconstructorModule.h.
|
inline |
Sets most probable hypothesis.
Definition at line 111 of file TOPReconstructorModule.h.
bool isValid = false |
true if all PDF's are provided
Definition at line 74 of file TOPReconstructorModule.h.
const TOP::PDFConstructor* mostProbable = 0 |
PDF of most probable particle hypothesis.
Definition at line 73 of file TOPReconstructorModule.h.
std::vector<TOP::PDFConstructor*> PDFs |
PDF's of charged stable particles.
Definition at line 72 of file TOPReconstructorModule.h.
const TOP::TOPTrack* topTrack = 0 |
track
Definition at line 71 of file TOPReconstructorModule.h.