![]() |
Belle II Software development
|
KLM cluster data. More...
#include <KLMCluster.h>
Public Member Functions | |
KLMCluster () | |
Constructor. | |
KLMCluster (float x, float y, float z, float time, int nLayers, int nInnermostLayer, float p) | |
Constructor. | |
~KLMCluster () | |
Destructor. | |
float | getTime () const |
Get time. | |
int | getLayers () const |
Get number of layers with hits. | |
int | getInnermostLayer () const |
Get number of the innermost layer with hits. | |
ROOT::Math::XYZVector | getClusterPosition () const |
Get global position (ROOT::Math::XYZVector version). | |
ROOT::Math::XYZVector | getPosition () const |
Get global position (ROOT::Math::XYZVector version) of the origin of KLMCluster (always return (0,0,0) since we believe all KLMClusters to originate at or near primary vertex). | |
float | getMomentumMag () const |
Get momentum magnitude. | |
float | getEnergy () const |
Get energy. | |
ROOT::Math::PxPyPzEVector | getMomentum () const |
Get momentum. | |
TMatrixDSym | getError4x4 () const |
Get KLM cluster momentum error matrix. | |
TMatrixDSym | getError7x7 () const |
Get KLM cluster momentum error matrix. | |
bool | getAssociatedEclClusterFlag () const |
Check for associated ECL clusters. | |
bool | getAssociatedTrackFlag () const |
Check for associated tracks. | |
float | getClusterTrackRotationAngle () const |
Get KLM cluster-track rotation angle. | |
float | getClusterTrackSeparationAngle () const |
Get KLM cluster-track separation angle. | |
float | getClusterTrackSeparation () const |
Get KLM cluster-track distance. | |
float | getShapeStdDev1 () const |
Get std deviation of the 1st axis from PCA. | |
float | getShapeStdDev2 () const |
Get KLM std deviation of the 2nd axis from PCA. | |
float | getShapeStdDev3 () const |
Get std deviation of the 3rd axis from PCA. | |
void | setClusterTrackRotationAngle (float rotation) |
Set KLM cluster-track rotation angle. | |
void | setClusterTrackSeparationAngle (float separation) |
Set KLM cluster-track separation angle. | |
void | setClusterTrackSeparation (float dist) |
Set KLM cluster-track distance. | |
void | setShapeStdDev1 (float std1) |
Set std deviation of the 1st axis, from PCA. | |
void | setShapeStdDev2 (float std2) |
Set std deviation of the 2nd axis, from PCA. | |
void | setShapeStdDev3 (float std3) |
Set std deviation of the 3rd axis, from PCA. | |
void | setTime (float time) |
Set time. | |
void | setLayers (int layers) |
Set number of layers with hits. | |
void | setInnermostLayer (int innermostLayer) |
Set number of the innermost layer with hits. | |
void | setClusterPosition (float globalX, float globalY, float globalZ) |
Set global position. | |
void | setMomentumMag (float momentumMag) |
Set momentum magnitude. | |
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 (Belle2::KLMCluster, 4) | |
Needed to make objects storable. | |
Private Attributes | |
float | m_time |
Decay time. | |
int | m_layers |
Number of layers with hits. | |
int | m_innermostLayer |
Number of the innermost layer with hits. | |
float | m_globalX |
Global position X coordinate. | |
float | m_globalY |
Global position Y coordinate. | |
float | m_globalZ |
Global position Z coordinate. | |
float | m_p |
Absolute value of momentum, 0 means unknown. | |
float | m_clusterTrackRotationAngle = Const::floatNaN |
Track-cluster rotation angle. | |
float | m_clusterTrackSeparationAngle = Const::floatNaN |
Track-cluster separation angle. | |
float | m_clusterTrackSeparation = Const::floatNaN |
Track-cluster separation (distance). | |
float | m_shapeStdDev1 = 0 |
Std deviation of axis 1 (from Cluster Shape PCA). | |
float | m_shapeStdDev2 = 0 |
Std deviation of axis 2 (from Cluster Shape PCA). | |
float | m_shapeStdDev3 = 0 |
Std deviation of axis 3 (from Cluster Shape PCA). | |
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. | |
KLM cluster data.
Definition at line 29 of file KLMCluster.h.
KLMCluster | ( | ) |
Constructor.
Definition at line 22 of file KLMCluster.cc.
KLMCluster | ( | float | x, |
float | y, | ||
float | z, | ||
float | time, | ||
int | nLayers, | ||
int | nInnermostLayer, | ||
float | p ) |
Constructor.
[in] | x | Vertex X coordinate. |
[in] | y | Vertex Y coordinate. |
[in] | z | Vertex Z coordinate. |
[in] | time | Decay (interaction) time. |
[in] | nLayers | Number of layers with signal. |
[in] | nInnermostLayer | First layer. |
[in] | p | Absolute value of 3-momentum. |
Definition at line 27 of file KLMCluster.cc.
~KLMCluster | ( | ) |
|
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.
bool getAssociatedEclClusterFlag | ( | ) | const |
Check for associated ECL clusters.
Definition at line 56 of file KLMCluster.cc.
bool getAssociatedTrackFlag | ( | ) | const |
Check for associated tracks.
Definition at line 62 of file KLMCluster.cc.
|
inline |
Get global position (ROOT::Math::XYZVector version).
Definition at line 81 of file KLMCluster.h.
|
inline |
Get KLM cluster-track rotation angle.
Definition at line 139 of file KLMCluster.h.
|
inline |
Get KLM cluster-track distance.
Definition at line 151 of file KLMCluster.h.
|
inline |
Get KLM cluster-track separation angle.
Definition at line 145 of file KLMCluster.h.
float getEnergy | ( | ) | const |
TMatrixDSym getError4x4 | ( | ) | const |
Get KLM cluster momentum error matrix.
Definition at line 68 of file KLMCluster.cc.
TMatrixDSym getError7x7 | ( | ) | const |
Get KLM cluster momentum error matrix.
Definition at line 95 of file KLMCluster.cc.
|
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.
|
inline |
Get number of the innermost layer with hits.
Definition at line 74 of file KLMCluster.h.
|
inline |
Get number of layers with hits.
Definition at line 67 of file KLMCluster.h.
ROOT::Math::PxPyPzEVector getMomentum | ( | ) | const |
float getMomentumMag | ( | ) | const |
Get momentum magnitude.
Definition at line 38 of file KLMCluster.cc.
|
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 |
Get global position (ROOT::Math::XYZVector version) of the origin of KLMCluster (always return (0,0,0) since we believe all KLMClusters to originate at or near primary vertex).
Definition at line 90 of file KLMCluster.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 |
Get std deviation of the 1st axis from PCA.
Definition at line 157 of file KLMCluster.h.
|
inline |
Get KLM std deviation of the 2nd axis from PCA.
Definition at line 163 of file KLMCluster.h.
|
inline |
Get std deviation of the 3rd axis from PCA.
Definition at line 169 of file KLMCluster.h.
|
inline |
|
inline |
Set global position.
[in] | globalX | X coordinate [cm]. |
[in] | globalY | Y coordinate [cm]. |
[in] | globalZ | Z coordinate [cm]. |
Definition at line 258 of file KLMCluster.h.
|
inline |
Set KLM cluster-track rotation angle.
[in] | rotation | angle to the nearest track. |
Definition at line 175 of file KLMCluster.h.
|
inline |
Set KLM cluster-track distance.
[in] | dist | distance to the nearest track. |
Definition at line 193 of file KLMCluster.h.
|
inline |
Set KLM cluster-track separation angle.
[in] | separation | angle to the nearest track. |
Definition at line 184 of file KLMCluster.h.
|
inline |
Set number of the innermost layer with hits.
[in] | innermostLayer | Number of the innermost layer with hits. |
Definition at line 247 of file KLMCluster.h.
|
inline |
Set number of layers with hits.
[in] | layers | Number of layers with hits. |
Definition at line 238 of file KLMCluster.h.
|
inline |
Set momentum magnitude.
[in] | momentumMag | Momentum magnitude. |
Definition at line 269 of file KLMCluster.h.
|
inline |
Set std deviation of the 1st axis, from PCA.
[in] | std1 | : std deviation of the 1st axis from PCA [cm]. |
Definition at line 202 of file KLMCluster.h.
|
inline |
Set std deviation of the 2nd axis, from PCA.
[in] | std2 | : std deviation of the 2nd axis from PCA [cm]. |
Definition at line 211 of file KLMCluster.h.
|
inline |
Set std deviation of the 3rd axis, from PCA.
[in] | std3 | : std deviation of the 3rd axis from PCA [cm]. |
Definition at line 220 of file KLMCluster.h.
|
inline |
Set time.
[in] | time | Time [ns]. |
Definition at line 229 of file KLMCluster.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 |
Track-cluster rotation angle.
Definition at line 298 of file KLMCluster.h.
|
private |
Track-cluster separation (distance).
Definition at line 304 of file KLMCluster.h.
|
private |
Track-cluster separation angle.
Definition at line 301 of file KLMCluster.h.
|
private |
Global position X coordinate.
Definition at line 286 of file KLMCluster.h.
|
private |
Global position Y coordinate.
Definition at line 289 of file KLMCluster.h.
|
private |
Global position Z coordinate.
Definition at line 292 of file KLMCluster.h.
|
private |
Number of the innermost layer with hits.
Definition at line 283 of file KLMCluster.h.
|
private |
Number of layers with hits.
Definition at line 280 of file KLMCluster.h.
|
private |
Absolute value of momentum, 0 means unknown.
Definition at line 295 of file KLMCluster.h.
|
private |
Std deviation of axis 1 (from Cluster Shape PCA).
Definition at line 307 of file KLMCluster.h.
|
private |
Std deviation of axis 2 (from Cluster Shape PCA).
Definition at line 310 of file KLMCluster.h.
|
private |
Std deviation of axis 3 (from Cluster Shape PCA).
Definition at line 313 of file KLMCluster.h.
|
private |
Decay time.
Definition at line 277 of file KLMCluster.h.