|
void | addDaughter (int i) |
|
const FSimTrack & | daughter (int i) const |
| ith daughter More...
|
|
const std::vector< int > & | daughters () const |
| The vector of daughter indices. More...
|
|
| FSimVertex () |
| Default constructor. More...
|
|
| FSimVertex (const math::XYZTLorentzVector &v, int im, int id, FBaseSimEvent *mom) |
| constructor from the embedded vertex index in the FBaseSimEvent More...
|
|
int | id () const |
| the index in FBaseSimEvent More...
|
|
int | nDaughters () const |
| The number of daughters. More...
|
|
bool | noDaughter () const |
| no Daughters More...
|
|
const FSimTrack & | parent () const |
| parent track More...
|
|
const math::XYZTLorentzVector & | position () const |
| Temporary (until CMSSW moves to Mathcore) - No ! Actually very useful. More...
|
|
void | setPosition (const math::XYZTLorentzVector &newPosition) |
| Reset the position (to be used with care) More...
|
|
const SimVertex & | simVertex () const |
| Simply returns the SimVertex. More...
|
|
bool | noParent () const |
|
int | parentIndex () const |
|
unsigned int | processType () const |
|
void | setProcessType (unsigned int ty) |
|
void | setVertexId (unsigned int n) |
|
| SimVertex () |
| constructor More...
|
|
| SimVertex (const CoreSimVertex &t, int it) |
| constructor from transient More...
|
|
| SimVertex (const math::XYZVectorD &v, float tof) |
|
| SimVertex (const math::XYZVectorD &v, float tof, int it) |
| full constructor (position, time, index of parent in final vector) More...
|
|
| SimVertex (const CoreSimVertex &t, int it, unsigned int vId) |
| constructor from transient More...
|
|
| SimVertex (const math::XYZVectorD &v, float tof, unsigned int vId) |
|
| SimVertex (const math::XYZVectorD &v, float tof, int it, unsigned int vId) |
| full constructor (position, time, index of parent in final vector) More...
|
|
unsigned int | vertexId () const |
|
| CoreSimVertex () |
| constructors More...
|
|
| CoreSimVertex (const math::XYZVectorD &v, float tof) |
|
| CoreSimVertex (const math::XYZTLorentzVectorD &v) |
|
EncodedEventId | eventId () const |
|
const math::XYZTLorentzVectorD & | position () const |
|
void | setEventId (EncodedEventId e) |
|
void | setTof (float tof) |
|
A class that mimics SimVertex, with enhanced features. Essentially an interface to SimVertex.
- Author
- Patrick Janot, CERN $Date: 9-Dec-2003
Definition at line 19 of file FSimVertex.h.