![]() |
Belle II Software prerelease-11-00-00a
|
Class to store the quantities determined in the TOPBackSplashTiming module and relate to corresponding ECL clusters, namely the fitted peak timing of TOP digits closest neutral hadron ECL clusters, the number of recorded Cherenkov photons used in the fit and the fit quality.
More...
#include <TOPBackSplashFitResult.h>


Public Member Functions | |
| TOPBackSplashFitResult ()=default | |
| Empty constructor for ROOT. | |
| TOPBackSplashFitResult (double time, double chisqdof, int nPhotons, int nTracksInSlot) | |
| Basic constructor with minimal information. | |
| TOPBackSplashFitResult (double time, double timeErr, double deltaT, double deltaTerr, double frac, double fracErr, double signalPhotons, double signalPhotonsErr, double chisqdof, int nPhotons, int nTracksInSlot) | |
| Full constructor for development studies. | |
| double | getTime () const |
| Return time of extracted fit time. | |
| double | getTimeErr () const |
| Return time of extracted fit time error. | |
| double | getDelta () const |
| Return time difference between the direct and reflected light peaks. | |
| double | getDeltaErr () const |
| Return error on time difference between the direct and reflected light peaks. | |
| double | getFrac () const |
| Return the relative fraction of the direct peak with respect to the total. | |
| double | getFracErr () const |
| Return the error on the relative fraction of the direct peak with respect to the total. | |
| double | getSignalPhotons () const |
| Return the normalization of the signal PDF. | |
| double | getSignalPhotonsErr () const |
| Return error on the normalization of the signal PDF. | |
| double | getChisqdof () const |
| Return chi/d.o.f. | |
| int | getNphotons () const |
| Return no. | |
| int | getNtracksInSlot () const |
| Return no. | |
| void | addRelationTo (const RelationsInterface< TObject > *object, float weight=1.0, const std::string &namedRelation="") const |
| Add a relation from this object to another object (with caching). | |
| void | addRelationTo (const TObject *object, float weight=1.0, const std::string &namedRelation="") const |
| Add a relation from this object to another object (no caching, can be quite slow). | |
| void | addRelationTo (const RelationsInterface< TObject > *object, float weight=1.0, const std::string &namedRelation="") const |
| Add a relation from this object to another object (with caching). | |
| void | addRelationTo (const TObject *object, float weight=1.0, const std::string &namedRelation="") const |
| Add a relation from this object to another object (no caching, can be quite slow). | |
| void | copyRelations (const RelationsInterface< TObject > *sourceObj) |
| Copies all relations of sourceObj (pointing from or to sourceObj) to this object (including weights). | |
| void | copyRelations (const RelationsInterface< TObject > *sourceObj) |
| Copies all relations of sourceObj (pointing from or to sourceObj) to this object (including weights). | |
| RelationVector< TO > | getRelationsTo (const std::string &name="", const std::string &namedRelation="") const |
| Get the relations that point from this object to another store array. | |
| RelationVector< TO > | getRelationsTo (const std::string &name="", const std::string &namedRelation="") const |
| Get the relations that point from this object to another store array. | |
| RelationVector< FROM > | getRelationsFrom (const std::string &name="", const std::string &namedRelation="") const |
| Get the relations that point from another store array to this object. | |
| RelationVector< FROM > | getRelationsFrom (const std::string &name="", const std::string &namedRelation="") const |
| Get the relations that point from another store array to this object. | |
| RelationVector< T > | getRelationsWith (const std::string &name="", const std::string &namedRelation="") const |
| Get the relations between this object and another store array. | |
| RelationVector< T > | getRelationsWith (const std::string &name="", const std::string &namedRelation="") const |
| Get the relations between this object and another store array. | |
| TO * | getRelatedTo (const std::string &name="", const std::string &namedRelation="") const |
| Get the object to which this object has a relation. | |
| TO * | getRelatedTo (const std::string &name="", const std::string &namedRelation="") const |
| Get the object to which this object has a relation. | |
| FROM * | getRelatedFrom (const std::string &name="", const std::string &namedRelation="") const |
| Get the object from which this object has a relation. | |
| FROM * | getRelatedFrom (const std::string &name="", const std::string &namedRelation="") const |
| Get the object from which this object has a relation. | |
| T * | getRelated (const std::string &name="", const std::string &namedRelation="") const |
| Get the object to or from which this object has a relation. | |
| T * | getRelated (const std::string &name="", const std::string &namedRelation="") const |
| Get the object to or from which this object has a relation. | |
| std::pair< TO *, float > | getRelatedToWithWeight (const std::string &name="", const std::string &namedRelation="") const |
| Get first related object & weight of relation pointing to an array. | |
| std::pair< TO *, float > | getRelatedToWithWeight (const std::string &name="", const std::string &namedRelation="") const |
| Get first related object & weight of relation pointing to an array. | |
| std::pair< FROM *, float > | getRelatedFromWithWeight (const std::string &name="", const std::string &namedRelation="") const |
| Get first related object & weight of relation pointing from an array. | |
| std::pair< FROM *, float > | getRelatedFromWithWeight (const std::string &name="", const std::string &namedRelation="") const |
| Get first related object & weight of relation pointing from an array. | |
| std::pair< T *, float > | getRelatedWithWeight (const std::string &name="", const std::string &namedRelation="") const |
| Get first related object & weight of relation pointing from/to an array. | |
| std::pair< T *, float > | getRelatedWithWeight (const std::string &name="", const std::string &namedRelation="") const |
| Get first related object & weight of relation pointing from/to an array. | |
| virtual std::string | getName () const |
| Return a short name that describes this object, e.g. | |
| virtual std::string | getName () const |
| Return a short name that describes this object, e.g. | |
| virtual std::string | getInfoHTML () const |
| Return a short summary of this object's contents in HTML format. | |
| virtual std::string | getInfoHTML () const |
| Return a short summary of this object's contents in HTML format. | |
| std::string | getInfo () const |
| Return a short summary of this object's contents in raw text format. | |
| std::string | getInfo () const |
| Return a short summary of this object's contents in raw text format. | |
| std::string | getArrayName () const |
| Get name of array this object is stored in, or "" if not found. | |
| std::string | getArrayName () const |
| Get name of array this object is stored in, or "" if not found. | |
| int | getArrayIndex () const |
| Returns this object's array index (in StoreArray), or -1 if not found. | |
| int | getArrayIndex () const |
| Returns this object's array index (in StoreArray), or -1 if not found. | |
Protected Member Functions | |
| TClonesArray * | getArrayPointer () const |
| Returns the pointer to the raw DataStore array holding this object (protected since these arrays are easy to misuse). | |
| TClonesArray * | getArrayPointer () const |
| Returns the pointer to the raw DataStore array holding this object (protected since these arrays are easy to misuse). | |
Private Member Functions | |
| ClassDef (TOPBackSplashFitResult, 1) | |
| Make this a ROOT class. | |
Private Attributes | |
| float | m_time {0.0} |
| fitted timing from TOP | |
| float | m_timeErr {0.0} |
| error fitted timing from TOP | |
| float | m_deltaT {0.0} |
| time difference between direct and reflected peaks | |
| float | m_deltaTerr {0.0} |
| error on the time difference between direct and reflected peaks | |
| float | m_frac {0.0} |
| fractional yield of the first peak | |
| float | m_fracErr {0.0} |
| error on the fractional yield of the first peak | |
| float | m_signalPhotons {0.0} |
| fitted number of photons | |
| float | m_signalPhotonsErr {0.0} |
| error on the fitted number of photons | |
| float | m_chisqdof {0.0} |
| chi2 per d.o.f. | |
| int | m_nPhotons {0} |
| no. | |
| int | m_nTracksInSlot {0} |
| no. | |
| DataStore::StoreEntry * | m_cacheDataStoreEntry |
| Cache of the data store entry to which this object belongs. | |
| DataStore::StoreEntry * | m_cacheDataStoreEntry |
| Cache of the data store entry to which this object belongs. | |
| int | m_cacheArrayIndex |
| Cache of the index in the TClonesArray to which this object belongs. | |
| int | m_cacheArrayIndex |
| Cache of the index in the TClonesArray to which this object belongs. | |
Class to store the quantities determined in the TOPBackSplashTiming module and relate to corresponding ECL clusters, namely the fitted peak timing of TOP digits closest neutral hadron ECL clusters, the number of recorded Cherenkov photons used in the fit and the fit quality.
Definition at line 26 of file TOPBackSplashFitResult.h.
|
inline |
Basic constructor with minimal information.
| time | extracted TOP timing from fit |
| chisqdof | chi2 per degrees of freedom associated with fit |
| nPhotons | no. of Cherenkov photons recorded by TOP and used in fit |
| nTracksInSlot | no. of tracks in the same slot as neutral cluster |
Definition at line 41 of file TOPBackSplashFitResult.h.
|
inline |
Full constructor for development studies.
| time | fitted timing from TOP |
| timeErr | error fitted timing from TOP |
| deltaT | time difference between direct and reflected peaks |
| deltaTerr | error on the time difference between direct and reflected peaks |
| frac | fractional yield of the first peak |
| fracErr | error on the fractional yield of the first peak |
| signalPhotons | fitted number of photons |
| signalPhotonsErr | error on the fitted number of photons |
| chisqdof | chi2 per degrees of freedom associated with fit |
| nPhotons | no. of Cherenkov photons recorded by TOP and used in fit |
| nTracksInSlot | no. of tracks in the same slot as neutral cluster |
Definition at line 62 of file TOPBackSplashFitResult.h.
|
inlineinherited |
Add a relation from this object to another object (with caching).
| object | The object to which the relation should point. |
| weight | The weight of the relation. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 142 of file RelationsObject.h.
|
inlineinherited |
Add a relation from this object to another object (with caching).
| object | The object to which the relation should point. |
| weight | The weight of the relation. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 142 of file RelationsObject.h.
|
inlineinherited |
Add a relation from this object to another object (no caching, can be quite slow).
| object | The object to which the relation should point. |
| weight | The weight of the relation. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 155 of file RelationsObject.h.
|
inlineinherited |
Add a relation from this object to another object (no caching, can be quite slow).
| object | The object to which the relation should point. |
| weight | The weight of the relation. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 155 of file RelationsObject.h.
|
inlineinherited |
Copies all relations of sourceObj (pointing from or to sourceObj) to this object (including weights).
Useful if you want to make a complete copy of a StoreArray object to make modifications to it, but retain all information on linked objects.
Note: this only works if sourceObj inherits from the same base (e.g. RelationsObject), and only for related objects that also inherit from the same base.
Definition at line 170 of file RelationsObject.h.
|
inlineinherited |
Copies all relations of sourceObj (pointing from or to sourceObj) to this object (including weights).
Useful if you want to make a complete copy of a StoreArray object to make modifications to it, but retain all information on linked objects.
Note: this only works if sourceObj inherits from the same base (e.g. RelationsObject), and only for related objects that also inherit from the same base.
Definition at line 170 of file RelationsObject.h.
|
inlineinherited |
Returns this object's array index (in StoreArray), or -1 if not found.
Definition at line 385 of file RelationsObject.h.
|
inlineinherited |
Returns this object's array index (in StoreArray), or -1 if not found.
Definition at line 385 of file RelationsObject.h.
|
inlineinherited |
Get name of array this object is stored in, or "" if not found.
Definition at line 377 of file RelationsObject.h.
|
inlineinherited |
Get name of array this object is stored in, or "" if not found.
Definition at line 377 of file RelationsObject.h.
|
inlineprotectedinherited |
Returns the pointer to the raw DataStore array holding this object (protected since these arrays are easy to misuse).
Definition at line 418 of file RelationsObject.h.
|
inlineprotectedinherited |
Returns the pointer to the raw DataStore array holding this object (protected since these arrays are easy to misuse).
Definition at line 418 of file RelationsObject.h.
|
inline |
Return chi/d.o.f.
Definition at line 138 of file TOPBackSplashFitResult.h.
|
inline |
Return time difference between the direct and reflected light peaks.
Definition at line 102 of file TOPBackSplashFitResult.h.
|
inline |
Return error on time difference between the direct and reflected light peaks.
Definition at line 108 of file TOPBackSplashFitResult.h.
|
inline |
Return the relative fraction of the direct peak with respect to the total.
Definition at line 114 of file TOPBackSplashFitResult.h.
|
inline |
Return the error on the relative fraction of the direct peak with respect to the total.
Definition at line 120 of file TOPBackSplashFitResult.h.
|
inlineinherited |
Return a short summary of this object's contents in raw text format.
Returns the contents of getInfoHTML() while translating line-breaks etc.
Definition at line 370 of file RelationsObject.h.
|
inlineinherited |
Return a short summary of this object's contents in raw text format.
Returns the contents of getInfoHTML() while translating line-breaks etc.
Definition at line 370 of file RelationsObject.h.
|
inlinevirtualinherited |
Return a short summary of this object's contents in HTML format.
Reimplement this in your own class to provide useful output for display or debugging purposes. For example, you might do something like:
Reimplemented in Cluster, MCParticle, Particle, PIDLikelihood, RecoTrack, SoftwareTriggerResult, Track, TrackFitResult, and TRGSummary.
Definition at line 362 of file RelationsObject.h.
|
inlinevirtualinherited |
Return a short summary of this object's contents in HTML format.
Reimplement this in your own class to provide useful output for display or debugging purposes. For example, you might do something like:
Reimplemented in Cluster, MCParticle, Particle, PIDLikelihood, RecoTrack, SoftwareTriggerResult, Track, TrackFitResult, and TRGSummary.
Definition at line 362 of file RelationsObject.h.
|
inlinevirtualinherited |
Return a short name that describes this object, e.g.
pi+ for an MCParticle.
Reimplemented in MCParticle, Particle, and SpacePoint.
Definition at line 344 of file RelationsObject.h.
|
inlinevirtualinherited |
Return a short name that describes this object, e.g.
pi+ for an MCParticle.
Reimplemented in MCParticle, Particle, and SpacePoint.
Definition at line 344 of file RelationsObject.h.
|
inline |
Return no.
of Cherenkov photons in fit
Definition at line 144 of file TOPBackSplashFitResult.h.
|
inline |
Return no.
of tracks in same slot as neutral cluster
Definition at line 150 of file TOPBackSplashFitResult.h.
|
inlineinherited |
Get the object to or from which this object has a relation.
| T | The class of objects to or from which the relation points. |
| name | The name of the store array to or from which the relation points. If empty the default store array name for class T will be used. If the special name "ALL" is given all store arrays containing objects of type T are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 278 of file RelationsObject.h.
|
inlineinherited |
Get the object to or from which this object has a relation.
| T | The class of objects to or from which the relation points. |
| name | The name of the store array to or from which the relation points. If empty the default store array name for class T will be used. If the special name "ALL" is given all store arrays containing objects of type T are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 278 of file RelationsObject.h.
|
inlineinherited |
Get the object from which this object has a relation.
| FROM | The class of objects from which the relation points. |
| name | The name of the store array from which the relation points. If empty the default store array name for class FROM will be used. If the special name "ALL" is given all store arrays containing objects of type FROM are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 263 of file RelationsObject.h.
|
inlineinherited |
Get the object from which this object has a relation.
| FROM | The class of objects from which the relation points. |
| name | The name of the store array from which the relation points. If empty the default store array name for class FROM will be used. If the special name "ALL" is given all store arrays containing objects of type FROM are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 263 of file RelationsObject.h.
|
inlineinherited |
Get first related object & weight of relation pointing from an array.
| FROM | The class of objects from which the relation points. |
| name | The name of the store array from which the relation points. If empty the default store array name for class FROM will be used. If the special name "ALL" is given all store arrays containing objects of type FROM are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 314 of file RelationsObject.h.
|
inlineinherited |
Get first related object & weight of relation pointing from an array.
| FROM | The class of objects from which the relation points. |
| name | The name of the store array from which the relation points. If empty the default store array name for class FROM will be used. If the special name "ALL" is given all store arrays containing objects of type FROM are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 314 of file RelationsObject.h.
|
inlineinherited |
Get the object to which this object has a relation.
| TO | The class of objects to which the relation points. |
| name | The name of the store array to which the relation points. If empty the default store array name for class TO will be used. If the special name "ALL" is given all store arrays containing objects of type TO are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 248 of file RelationsObject.h.
|
inlineinherited |
Get the object to which this object has a relation.
| TO | The class of objects to which the relation points. |
| name | The name of the store array to which the relation points. If empty the default store array name for class TO will be used. If the special name "ALL" is given all store arrays containing objects of type TO are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 248 of file RelationsObject.h.
|
inlineinherited |
Get first related object & weight of relation pointing to an array.
| TO | The class of objects to which the relation points. |
| name | The name of the store array to which the relation points. If empty the default store array name for class TO will be used. If the special name "ALL" is given all store arrays containing objects of type TO are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 297 of file RelationsObject.h.
|
inlineinherited |
Get first related object & weight of relation pointing to an array.
| TO | The class of objects to which the relation points. |
| name | The name of the store array to which the relation points. If empty the default store array name for class TO will be used. If the special name "ALL" is given all store arrays containing objects of type TO are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 297 of file RelationsObject.h.
|
inlineinherited |
Get first related object & weight of relation pointing from/to an array.
| T | The class of objects to or from which the relation points. |
| name | The name of the store array to or from which the relation points. If empty the default store array name for class T will be used. If the special name "ALL" is given all store arrays containing objects of type T are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 331 of file RelationsObject.h.
|
inlineinherited |
Get first related object & weight of relation pointing from/to an array.
| T | The class of objects to or from which the relation points. |
| name | The name of the store array to or from which the relation points. If empty the default store array name for class T will be used. If the special name "ALL" is given all store arrays containing objects of type T are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 331 of file RelationsObject.h.
|
inlineinherited |
Get the relations that point from another store array to this object.
| FROM | The class of objects from which the relations point. |
| name | The name of the store array from which the relations point. If empty the default store array name for class FROM will be used. If the special name "ALL" is given all store arrays containing objects of type FROM are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 212 of file RelationsObject.h.
|
inlineinherited |
Get the relations that point from another store array to this object.
| FROM | The class of objects from which the relations point. |
| name | The name of the store array from which the relations point. If empty the default store array name for class FROM will be used. If the special name "ALL" is given all store arrays containing objects of type FROM are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 212 of file RelationsObject.h.
|
inlineinherited |
Get the relations that point from this object to another store array.
| TO | The class of objects to which the relations point. |
| name | The name of the store array to which the relations point. If empty the default store array name for class TO will be used. If the special name "ALL" is given all store arrays containing objects of type TO are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 197 of file RelationsObject.h.
|
inlineinherited |
Get the relations that point from this object to another store array.
| TO | The class of objects to which the relations point. |
| name | The name of the store array to which the relations point. If empty the default store array name for class TO will be used. If the special name "ALL" is given all store arrays containing objects of type TO are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 197 of file RelationsObject.h.
|
inlineinherited |
Get the relations between this object and another store array.
Relations in both directions are returned.
| T | The class of objects to or from which the relations point. |
| name | The name of the store array to or from which the relations point. If empty the default store array name for class T will be used. If the special name "ALL" is given all store arrays containing objects of type T are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 230 of file RelationsObject.h.
|
inlineinherited |
Get the relations between this object and another store array.
Relations in both directions are returned.
| T | The class of objects to or from which the relations point. |
| name | The name of the store array to or from which the relations point. If empty the default store array name for class T will be used. If the special name "ALL" is given all store arrays containing objects of type T are considered. |
| namedRelation | Additional name for the relation, or "" for the default naming |
Definition at line 230 of file RelationsObject.h.
|
inline |
Return the normalization of the signal PDF.
Definition at line 126 of file TOPBackSplashFitResult.h.
|
inline |
Return error on the normalization of the signal PDF.
Definition at line 132 of file TOPBackSplashFitResult.h.
|
inline |
Return time of extracted fit time.
Definition at line 90 of file TOPBackSplashFitResult.h.
|
inline |
Return time of extracted fit time error.
Definition at line 96 of file TOPBackSplashFitResult.h.
|
mutableprivateinherited |
Cache of the index in the TClonesArray to which this object belongs.
Definition at line 432 of file RelationsObject.h.
|
mutableprivateinherited |
Cache of the index in the TClonesArray to which this object belongs.
Definition at line 432 of file RelationsObject.h.
|
mutableprivateinherited |
Cache of the data store entry to which this object belongs.
Definition at line 429 of file RelationsObject.h.
|
mutableprivateinherited |
Cache of the data store entry to which this object belongs.
Definition at line 429 of file RelationsObject.h.
|
private |
|
private |
time difference between direct and reflected peaks
Definition at line 160 of file TOPBackSplashFitResult.h.
|
private |
error on the time difference between direct and reflected peaks
Definition at line 163 of file TOPBackSplashFitResult.h.
|
private |
fractional yield of the first peak
Definition at line 166 of file TOPBackSplashFitResult.h.
|
private |
error on the fractional yield of the first peak
Definition at line 169 of file TOPBackSplashFitResult.h.
|
private |
no.
of recorded Cherenkov photons used in fit
Definition at line 181 of file TOPBackSplashFitResult.h.
|
private |
|
private |
|
private |
error on the fitted number of photons
Definition at line 175 of file TOPBackSplashFitResult.h.
|
private |
|
private |