#include <StV0Mc.hh>

Public Member Functions | |
| StV0Mc (StMcVertex *, StMcTrack *, StMcTrack *, StStrangeEvMuDst *) | |
| Int_t | decayMode () const |
| Int_t | geantIdParent () const |
| Int_t | geantIdPositive () const |
| Int_t | geantIdNegative () const |
| Float_t | parentMomentumX () const |
| Float_t | parentMomentumY () const |
| Float_t | parentMomentumZ () const |
| Float_t | positiveMomentumX () const |
| Float_t | positiveMomentumY () const |
| Float_t | positiveMomentumZ () const |
| Float_t | negativeMomentumX () const |
| Float_t | negativeMomentumY () const |
| Float_t | negativeMomentumZ () const |
| Float_t | positionX () const |
| Float_t | positionY () const |
| Float_t | positionZ () const |
| Int_t | positiveSimTpcHits () const |
| Int_t | positiveCommonTpcHits () const |
| Int_t | negativeSimTpcHits () const |
| Int_t | negativeCommonTpcHits () const |
| void | SetHitInfoPositive (Int_t commonHits) |
| void | SetHitInfoNegative (Int_t commonHits) |
| Float_t | decayVertexV0X () const |
| Float_t | decayVertexV0Y () const |
| Float_t | decayVertexV0Z () const |
| Coordinates of decay vertex. | |
| Float_t | momPosX () const |
| Float_t | momPosY () const |
| Float_t | momPosZ () const |
| Momentum components of pos. daughter. | |
| Float_t | momNegX () const |
| Float_t | momNegY () const |
| Float_t | momNegZ () const |
| Momentum components of neg. daughter. | |
| Float_t | momV0X () const |
| Float_t | momV0Y () const |
| Float_t | momV0Z () const |
| Momentum components of V0. | |
Protected Attributes | |
| Int_t | mPositiveSimTpcHits |
| Int_t | mPositiveCommonTpcHits |
| Int_t | mNegativeSimTpcHits |
| Int_t | mNegativeCommonTpcHits |
| Int_t | mDecayMode |
| Int_t | mParentGeantId |
| Int_t | mPositiveGeantId |
| Int_t | mNegativeGeantId |
| Float_t | mParentMomentumX |
| Float_t | mParentMomentumY |
| Float_t | mParentMomentumZ |
| Float_t | mPositiveMomentumX |
| Float_t | mPositiveMomentumY |
| Float_t | mPositiveMomentumZ |
| Float_t | mNegativeMomentumX |
| Float_t | mNegativeMomentumY |
| Float_t | mNegativeMomentumZ |
| Float_t | mPositionX |
| Float_t | mPositionY |
| Float_t | mPositionZ |
Definition at line 17 of file StV0Mc.hh.
| Int_t StV0Mc::decayMode | ( | ) | const [inline, virtual] |
Returns the decay process for the vertex, where the decay modes are enumerated in decayModeType
Reimplemented from StV0I.
1.5.9