Belle II Software development
|
TagVertex data object: contains Btag Vertex and DeltaT. More...
#include <TagVertex.h>
Public Member Functions | |
TagVertex () | |
Default constructor. | |
B2Vector3D | getTagVertex () const |
Returns BTag Vertex. | |
TMatrixDSym | getTagVertexErrMatrix () const |
Returns BTag Vertex (3x3) error matrix. | |
float | getTagVertexPval () const |
Returns BTag Vertex P value. | |
const Particle * | getVtxFitParticle (unsigned int trackIndex) const |
Returns a ptr to the particle constructed from the tag vtx track indexed by trackIndex. | |
const MCParticle * | getVtxFitMCParticle (unsigned int trackIndex) const |
Returns a ptr to the MC particle matched to the tag vtx track indexed by trackIndex. | |
float | getDeltaT () const |
Returns DeltaT. | |
float | getDeltaTErr () const |
Returns DeltaTErr. | |
B2Vector3D | getMCTagVertex () const |
Returns generated BTag Vertex. | |
int | getMCTagBFlavor () const |
Returns generated Btag PDG code. | |
float | getMCDeltaTau () const |
Returns generated DeltaTau. | |
float | getMCDeltaT () const |
Returns mc DeltaT (in kin. | |
int | getFitType () const |
Returns fit algo type. | |
std::string | getConstraintType () const |
get the constraint type used in the tag fit | |
int | getNTracks () const |
Returns number of tracks used in the fit. | |
int | getNFitTracks () const |
Returns number of tracks used in the fit (not counting the ones removed because they come from Kshorts) | |
float | getTagVl () const |
Returns the tagV component in the boost direction. | |
float | getTruthTagVl () const |
Returns the MC tagV component in the boost direction. | |
float | getTagVlErr () const |
Returns the error of the tagV component in the boost direction. | |
float | getTagVol () const |
Returns the tagV component in the direction orthogonal to the boost. | |
float | getTruthTagVol () const |
Returns the MC tagV component in the direction orthogonal to the boost. | |
float | getTagVolErr () const |
Returns the error of the tagV component in the direction orthogonal to the boost. | |
float | getTagVNDF () const |
Returns the number of degrees of freedom in the tag vertex fit. | |
float | getTagVChi2 () const |
Returns the chi^2 value of the tag vertex fit result. | |
float | getTagVChi2IP () const |
Returns the IP component of the chi^2 value of the tag vertex fit result. | |
B2Vector3D | getConstraintCenter () const |
Returns the position of the constraint, ie centre of the constraint ellipse. | |
TMatrixDSym | getConstraintCov () const |
Get the covariance matrix of the constraint for the tag fit. | |
ROOT::Math::XYZVector | getVtxFitTrackP (unsigned int trackIndex) const |
Returns the momentum vector of the tag track indexed by trackindex. | |
double | getVtxFitTrackZ0 (unsigned int trackIndex) const |
Returns the longitudinal distance from the IP to the POCA of the tag track indexed by trackIndex. | |
double | getVtxFitTrackD0 (unsigned int trackIndex) const |
Returns the radial distance from the IP to the POCA of the tag track indexed by trackIndex. | |
double | getRaveWeight (unsigned int trackIndex) const |
Returns the weight assigned by Rave to the track indexed by trackIndex. | |
int | getFitTruthStatus () const |
Get the status of the fit performed with the truth info of the tracks. | |
int | getRollBackStatus () const |
Get the status of the fit performed with the rolled back tracks. | |
void | setTagVertex (const B2Vector3D &TagVertex) |
Set BTag Vertex. | |
void | setTagVertexErrMatrix (const TMatrixDSym &TagVertexErrMatrix) |
Set BTag Vertex (3x3) error matrix. | |
void | setTagVertexPval (float TagVertexPval) |
Set BTag Vertex P value. | |
void | setDeltaT (float DeltaT) |
Set DeltaT. | |
void | setDeltaTErr (float DeltaTErr) |
Set DeltaTErr. | |
void | setMCTagVertex (const B2Vector3D &mcTagVertex) |
Set generated BTag Vertex. | |
void | setMCTagBFlavor (int mcTagBFlavor) |
Set generated Btag PDG code. | |
void | setMCDeltaTau (float mcDeltaTau) |
Set generated DeltaT. | |
void | setMCDeltaT (float mcDeltaT) |
Set generated DeltaT (in kin. | |
void | setFitType (float FitType) |
Set fit algo type. | |
void | setNTracks (int nTracks) |
Set number of tracks used in the fit. | |
void | setTagVl (float TagVl) |
Set the tagV component in the boost direction. | |
void | setTruthTagVl (float TruthTagVl) |
Set the MC tagV component in the boost direction. | |
void | setTagVlErr (float TagVlErr) |
Set the error of the tagV component in the boost direction. | |
void | setTagVol (float TagVol) |
Set the tagV component in the direction orthogonal to the boost. | |
void | setTruthTagVol (float TruthTagVol) |
Set the tagV component in the direction orthogonal to the boost. | |
void | setTagVolErr (float TagVolErr) |
Set the error of the tagV component in the direction orthogonal to the boost. | |
void | setTagVNDF (float TagVNDF) |
Set the number of degrees of freedom in the tag vertex fit. | |
void | setTagVChi2 (float TagVChi2) |
Set the chi^2 value of the tag vertex fit result. | |
void | setTagVChi2IP (float TagVChi2IP) |
Set the IP component of the chi^2 value of the tag vertex fit result. | |
void | setVertexFitParticles (const std::vector< const Particle * > &vtxFitParticles) |
Set a vector of pointers to the tracks used in the tag vtx fit. | |
void | setVertexFitMCParticles (const std::vector< const MCParticle * > &vtxFitMCParticles) |
Set a vector of pointers to the MC p'cles corresponding to the tracks in the tag vtx fit. | |
void | setRaveWeights (const std::vector< double > &raveWeights) |
Set the weights used by Rave in the tag vtx fit. | |
void | setConstraintCenter (const B2Vector3D &constraintCenter) |
Set the centre of the constraint for the tag fit. | |
void | setConstraintCov (const TMatrixDSym &constraintCov) |
Set the covariance matrix of the constraint for the tag fit. | |
void | setConstraintType (const std::string &constraintType) |
Set the type of the constraint for the tag fit. | |
void | setFitTruthStatus (int truthStatus) |
Set the status of the fit performed with the truth info of the tracks. | |
void | setRollBackStatus (int backStatus) |
Set the status of the fit performed with the rolled back tracks. | |
void | addRelationTo (const RelationsInterface< BASE > *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< BASE > *sourceObj) |
Copies all relations of sourceObj (pointing from or to sourceObj) to this object (including weights). | |
template<class TO > | |
RelationVector< TO > | getRelationsTo (const std::string &name="", const std::string &namedRelation="") const |
Get the relations that point from this object to another store array. | |
template<class FROM > | |
RelationVector< FROM > | getRelationsFrom (const std::string &name="", const std::string &namedRelation="") const |
Get the relations that point from another store array to this object. | |
template<class T > | |
RelationVector< T > | getRelationsWith (const std::string &name="", const std::string &namedRelation="") const |
Get the relations between this object and another store array. | |
template<class TO > | |
TO * | getRelatedTo (const std::string &name="", const std::string &namedRelation="") const |
Get the object to which this object has a relation. | |
template<class FROM > | |
FROM * | getRelatedFrom (const std::string &name="", const std::string &namedRelation="") const |
Get the object from which this object has a relation. | |
template<class T > | |
T * | getRelated (const std::string &name="", const std::string &namedRelation="") const |
Get the object to or from which this object has a relation. | |
template<class TO > | |
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. | |
template<class FROM > | |
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. | |
template<class T > | |
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 | 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 | 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. | |
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). | |
Private Member Functions | |
void | resetTagVertexErrorMatrix () |
Resets 3x3 tag vertex error matrix All elements are set to 0.0. | |
void | resetConstraintCov () |
Resets 3x3 constraint error matrix All elements are set to 0.0. | |
ClassDef (RelationsInterface, 0) | |
defines interface for accessing relations of objects in StoreArray. | |
Private Attributes | |
B2Vector3D | m_tagVertex |
Btag vertex. | |
TMatrixDSym | m_tagVertexErrMatrix |
Btag vertex (3x3) error matrix. | |
float | m_tagVertexPval |
Btag vertex P value. | |
float | m_deltaT |
Delta t. | |
float | m_deltaTErr |
Delta t error. | |
B2Vector3D | m_mcTagV |
generated Btag vertex | |
int | m_mcPDG |
generated tag side B flavor (PDG code) | |
float | m_mcDeltaTau |
generated Delta t: difference between signal and tag flight times | |
float | m_mcDeltaT |
generated Delta t approximated: true Delta L divided by Upsilon(4S)'s boost | |
int | m_FitType |
Fit algo used. | |
int | m_NTracks |
Number of tracks used in the fit. | |
float | m_tagVl |
tagV component in the boost direction | |
float | m_truthTagVl |
MC tagV component in the boost direction | |
float | m_tagVlErr |
Error of the tagV component in the boost direction | |
float | m_tagVol |
tagV component in the direction orthogonal to the boost | |
float | m_truthTagVol |
MC tagV component in the direction orthogonal to the boost. | |
float | m_tagVolErr |
Error of the tagV component in the direction orthogonal to the boost. | |
float | m_tagVNDF |
Number of degrees of freedom in the tag vertex fit. | |
float | m_tagVChi2 |
chi^2 value of the tag vertex fit result | |
float | m_tagVChi2IP |
IP component of chi^2 value of the tag vertex fit result. | |
std::vector< const Particle * > | m_vtxFitParticles |
pointers to the tracks used by rave to fit the vertex | |
std::vector< const MCParticle * > | m_vtxFitMCParticles |
pointers to the MC p'cles corresponding to the tracks in the tag vtx fit | |
int | m_NFitTracks |
Number of tracks used by Rave to fit the vertex. | |
std::vector< double > | m_raveWeights |
weights of each track in the Rave tag vtx fit | |
std::string | m_constraintType |
Type of the constraint used for the tag vertex fit (noConstraint, IP, Boost, Tube) | |
B2Vector3D | m_constraintCenter |
centre of the constraint | |
TMatrixDSym | m_constraintCov |
covariance matrix associated to the constraint, ie size of the constraint | |
int | m_fitTruthStatus |
status of the fit when fitted with the truth info of the tracks | |
int | m_rollbackStatus |
status of the fit when fitted with rolled back tracks | |
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. | |
TagVertex data object: contains Btag Vertex and DeltaT.
Definition at line 34 of file TagVertex.h.
|
inline |
Default constructor.
All private members are set to 0 (all vectors are empty).
Definition at line 42 of file TagVertex.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 |
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 |
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.
B2Vector3D getConstraintCenter | ( | ) | const |
Returns the position of the constraint, ie centre of the constraint ellipse.
Definition at line 85 of file TagVertex.cc.
TMatrixDSym getConstraintCov | ( | ) | const |
Get the covariance matrix of the constraint for the tag fit.
Definition at line 91 of file TagVertex.cc.
std::string getConstraintType | ( | ) | const |
get the constraint type used in the tag fit
Definition at line 80 of file TagVertex.cc.
float getDeltaT | ( | ) | const |
float getDeltaTErr | ( | ) | const |
int getFitTruthStatus | ( | ) | const |
Get the status of the fit performed with the truth info of the tracks.
Definition at line 175 of file TagVertex.cc.
int getFitType | ( | ) | const |
|
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 Particle, Cluster, MCParticle, PIDLikelihood, SoftwareTriggerResult, Track, TrackFitResult, TRGSummary, and RecoTrack.
Definition at line 362 of file RelationsObject.h.
float getMCDeltaT | ( | ) | const |
float getMCDeltaTau | ( | ) | const |
Returns generated DeltaTau.
Definition at line 65 of file TagVertex.cc.
int getMCTagBFlavor | ( | ) | const |
Returns generated Btag PDG code.
Definition at line 60 of file TagVertex.cc.
B2Vector3D getMCTagVertex | ( | ) | const |
Returns generated BTag Vertex.
Definition at line 55 of file TagVertex.cc.
|
inlinevirtualinherited |
Return a short name that describes this object, e.g.
pi+ for an MCParticle.
Reimplemented in Particle, MCParticle, and SpacePoint.
Definition at line 344 of file RelationsObject.h.
int getNFitTracks | ( | ) | const |
Returns number of tracks used in the fit (not counting the ones removed because they come from Kshorts)
Definition at line 101 of file TagVertex.cc.
int getNTracks | ( | ) | const |
Returns number of tracks used in the fit.
Definition at line 96 of file TagVertex.cc.
double getRaveWeight | ( | unsigned int | trackIndex | ) | const |
Returns the weight assigned by Rave to the track indexed by trackIndex.
Definition at line 169 of file TagVertex.cc.
|
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 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 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 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 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.
int getRollBackStatus | ( | ) | const |
Get the status of the fit performed with the rolled back tracks.
Definition at line 180 of file TagVertex.cc.
float getTagVChi2 | ( | ) | const |
Returns the chi^2 value of the tag vertex fit result.
Definition at line 141 of file TagVertex.cc.
float getTagVChi2IP | ( | ) | const |
Returns the IP component of the chi^2 value of the tag vertex fit result.
Definition at line 146 of file TagVertex.cc.
B2Vector3D getTagVertex | ( | ) | const |
TMatrixDSym getTagVertexErrMatrix | ( | ) | const |
Returns BTag Vertex (3x3) error matrix.
Definition at line 21 of file TagVertex.cc.
float getTagVertexPval | ( | ) | const |
Returns BTag Vertex P value.
Definition at line 26 of file TagVertex.cc.
float getTagVl | ( | ) | const |
Returns the tagV component in the boost direction.
Definition at line 106 of file TagVertex.cc.
float getTagVlErr | ( | ) | const |
Returns the error of the tagV component in the boost direction.
Definition at line 116 of file TagVertex.cc.
float getTagVNDF | ( | ) | const |
Returns the number of degrees of freedom in the tag vertex fit.
Definition at line 136 of file TagVertex.cc.
float getTagVol | ( | ) | const |
Returns the tagV component in the direction orthogonal to the boost.
Definition at line 121 of file TagVertex.cc.
float getTagVolErr | ( | ) | const |
Returns the error of the tagV component in the direction orthogonal to the boost.
Definition at line 131 of file TagVertex.cc.
float getTruthTagVl | ( | ) | const |
Returns the MC tagV component in the boost direction.
Definition at line 111 of file TagVertex.cc.
float getTruthTagVol | ( | ) | const |
Returns the MC tagV component in the direction orthogonal to the boost.
Definition at line 126 of file TagVertex.cc.
const MCParticle * getVtxFitMCParticle | ( | unsigned int | trackIndex | ) | const |
Returns a ptr to the MC particle matched to the tag vtx track indexed by trackIndex.
Definition at line 38 of file TagVertex.cc.
const Particle * getVtxFitParticle | ( | unsigned int | trackIndex | ) | const |
Returns a ptr to the particle constructed from the tag vtx track indexed by trackIndex.
Definition at line 31 of file TagVertex.cc.
double getVtxFitTrackD0 | ( | unsigned int | trackIndex | ) | const |
Returns the radial distance from the IP to the POCA of the tag track indexed by trackIndex.
Definition at line 163 of file TagVertex.cc.
ROOT::Math::XYZVector getVtxFitTrackP | ( | unsigned int | trackIndex | ) | const |
Returns the momentum vector of the tag track indexed by trackindex.
Definition at line 151 of file TagVertex.cc.
double getVtxFitTrackZ0 | ( | unsigned int | trackIndex | ) | const |
Returns the longitudinal distance from the IP to the POCA of the tag track indexed by trackIndex.
Definition at line 157 of file TagVertex.cc.
|
private |
Resets 3x3 constraint error matrix All elements are set to 0.0.
Definition at line 324 of file TagVertex.cc.
|
private |
Resets 3x3 tag vertex error matrix All elements are set to 0.0.
Definition at line 317 of file TagVertex.cc.
void setConstraintCenter | ( | const B2Vector3D & | constraintCenter | ) |
Set the centre of the constraint for the tag fit.
Definition at line 301 of file TagVertex.cc.
void setConstraintCov | ( | const TMatrixDSym & | constraintCov | ) |
Set the covariance matrix of the constraint for the tag fit.
Definition at line 306 of file TagVertex.cc.
void setConstraintType | ( | const std::string & | constraintType | ) |
Set the type of the constraint for the tag fit.
Definition at line 312 of file TagVertex.cc.
void setDeltaT | ( | float | DeltaT | ) |
void setDeltaTErr | ( | float | DeltaTErr | ) |
void setFitTruthStatus | ( | int | truthStatus | ) |
Set the status of the fit performed with the truth info of the tracks.
Definition at line 331 of file TagVertex.cc.
void setFitType | ( | float | FitType | ) |
void setMCDeltaT | ( | float | mcDeltaT | ) |
void setMCDeltaTau | ( | float | mcDeltaTau | ) |
Set generated DeltaT.
Definition at line 220 of file TagVertex.cc.
void setMCTagBFlavor | ( | int | mcTagBFlavor | ) |
Set generated Btag PDG code.
Definition at line 215 of file TagVertex.cc.
void setMCTagVertex | ( | const B2Vector3D & | mcTagVertex | ) |
Set generated BTag Vertex.
Definition at line 210 of file TagVertex.cc.
void setNTracks | ( | int | nTracks | ) |
Set number of tracks used in the fit.
Definition at line 235 of file TagVertex.cc.
void setRaveWeights | ( | const std::vector< double > & | raveWeights | ) |
Set the weights used by Rave in the tag vtx fit.
Definition at line 296 of file TagVertex.cc.
void setRollBackStatus | ( | int | backStatus | ) |
Set the status of the fit performed with the rolled back tracks.
Definition at line 336 of file TagVertex.cc.
void setTagVChi2 | ( | float | TagVChi2 | ) |
Set the chi^2 value of the tag vertex fit result.
Definition at line 275 of file TagVertex.cc.
void setTagVChi2IP | ( | float | TagVChi2IP | ) |
Set the IP component of the chi^2 value of the tag vertex fit result.
Definition at line 280 of file TagVertex.cc.
void setTagVertex | ( | const B2Vector3D & | TagVertex | ) |
Set BTag Vertex.
Definition at line 185 of file TagVertex.cc.
void setTagVertexErrMatrix | ( | const TMatrixDSym & | TagVertexErrMatrix | ) |
Set BTag Vertex (3x3) error matrix.
Definition at line 190 of file TagVertex.cc.
void setTagVertexPval | ( | float | TagVertexPval | ) |
Set BTag Vertex P value.
Definition at line 195 of file TagVertex.cc.
void setTagVl | ( | float | TagVl | ) |
Set the tagV component in the boost direction.
Definition at line 240 of file TagVertex.cc.
void setTagVlErr | ( | float | TagVlErr | ) |
Set the error of the tagV component in the boost direction.
Definition at line 250 of file TagVertex.cc.
void setTagVNDF | ( | float | TagVNDF | ) |
Set the number of degrees of freedom in the tag vertex fit.
Definition at line 270 of file TagVertex.cc.
void setTagVol | ( | float | TagVol | ) |
Set the tagV component in the direction orthogonal to the boost.
Definition at line 255 of file TagVertex.cc.
void setTagVolErr | ( | float | TagVolErr | ) |
Set the error of the tagV component in the direction orthogonal to the boost.
Definition at line 265 of file TagVertex.cc.
void setTruthTagVl | ( | float | TruthTagVl | ) |
Set the MC tagV component in the boost direction.
Definition at line 245 of file TagVertex.cc.
void setTruthTagVol | ( | float | TruthTagVol | ) |
Set the tagV component in the direction orthogonal to the boost.
Definition at line 260 of file TagVertex.cc.
void setVertexFitMCParticles | ( | const std::vector< const MCParticle * > & | vtxFitMCParticles | ) |
Set a vector of pointers to the MC p'cles corresponding to the tracks in the tag vtx fit.
Definition at line 291 of file TagVertex.cc.
void setVertexFitParticles | ( | const std::vector< const Particle * > & | vtxFitParticles | ) |
Set a vector of pointers to the tracks used in the tag vtx fit.
Definition at line 285 of file TagVertex.cc.
|
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.
|
private |
centre of the constraint
Definition at line 413 of file TagVertex.h.
|
private |
covariance matrix associated to the constraint, ie size of the constraint
Definition at line 414 of file TagVertex.h.
|
private |
Type of the constraint used for the tag vertex fit (noConstraint, IP, Boost, Tube)
Definition at line 412 of file TagVertex.h.
|
private |
Delta t.
Definition at line 391 of file TagVertex.h.
|
private |
Delta t error.
Definition at line 392 of file TagVertex.h.
|
private |
status of the fit when fitted with the truth info of the tracks
Definition at line 415 of file TagVertex.h.
|
private |
Fit algo used.
Definition at line 397 of file TagVertex.h.
|
private |
generated Delta t approximated: true Delta L divided by Upsilon(4S)'s boost
Definition at line 396 of file TagVertex.h.
|
private |
generated Delta t: difference between signal and tag flight times
Definition at line 395 of file TagVertex.h.
|
private |
generated tag side B flavor (PDG code)
Definition at line 394 of file TagVertex.h.
|
private |
generated Btag vertex
Definition at line 393 of file TagVertex.h.
|
private |
Number of tracks used by Rave to fit the vertex.
Definition at line 410 of file TagVertex.h.
|
private |
Number of tracks used in the fit.
Definition at line 398 of file TagVertex.h.
|
private |
weights of each track in the Rave tag vtx fit
Definition at line 411 of file TagVertex.h.
|
private |
status of the fit when fitted with rolled back tracks
Definition at line 416 of file TagVertex.h.
|
private |
chi^2 value of the tag vertex fit result
Definition at line 406 of file TagVertex.h.
|
private |
IP component of chi^2 value of the tag vertex fit result.
Definition at line 407 of file TagVertex.h.
|
private |
Btag vertex.
Definition at line 388 of file TagVertex.h.
|
private |
Btag vertex (3x3) error matrix.
Definition at line 389 of file TagVertex.h.
|
private |
Btag vertex P value.
Definition at line 390 of file TagVertex.h.
|
private |
tagV component in the boost direction
Definition at line 399 of file TagVertex.h.
|
private |
Error of the tagV component in the boost direction
Definition at line 401 of file TagVertex.h.
|
private |
Number of degrees of freedom in the tag vertex fit.
Definition at line 405 of file TagVertex.h.
|
private |
tagV component in the direction orthogonal to the boost
Definition at line 402 of file TagVertex.h.
|
private |
Error of the tagV component in the direction orthogonal to the boost.
Definition at line 404 of file TagVertex.h.
|
private |
MC tagV component in the boost direction
Definition at line 400 of file TagVertex.h.
|
private |
MC tagV component in the direction orthogonal to the boost.
Definition at line 403 of file TagVertex.h.
|
private |
pointers to the MC p'cles corresponding to the tracks in the tag vtx fit
Definition at line 409 of file TagVertex.h.
|
private |
pointers to the tracks used by rave to fit the vertex
Definition at line 408 of file TagVertex.h.