#include <CoreSimVertex.h>
Public Member Functions | |
CoreSimVertex () | |
constructors | |
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) |
Private Attributes | |
EncodedEventId | eId |
math::XYZTLorentzVectorD | theVertex |
a generic Simulated Vertex
Definition at line 12 of file CoreSimVertex.h.
CoreSimVertex::CoreSimVertex | ( | ) | [inline] |
CoreSimVertex::CoreSimVertex | ( | const math::XYZVectorD & | v, |
float | tof | ||
) | [inline] |
CoreSimVertex::CoreSimVertex | ( | const math::XYZTLorentzVectorD & | v | ) | [inline] |
EncodedEventId CoreSimVertex::eventId | ( | ) | const [inline] |
Definition at line 30 of file CoreSimVertex.h.
References eId.
Referenced by edm::TestMix::analyze(), and TrackingTruthProducer::setTrackingVertex().
{return eId;}
const math::XYZTLorentzVectorD& CoreSimVertex::position | ( | void | ) | const [inline] |
Reimplemented in FSimVertex.
Definition at line 26 of file CoreSimVertex.h.
References theVertex.
Referenced by FWSimVertexProxyBuilder::build(), FBaseSimEvent::fill(), PizeroMCTruthFinder::find(), PhotonMCTruthFinder::find(), ElectronMCTruthFinder::find(), ContainmentCorrectionAnalyzer::findMcTruth(), HTrackAssociator::getFreeTrajectoryState(), TrackDetectorAssociator::getFreeTrajectoryState(), operator<<(), TrajectorySeedProducer::produce(), and TrackingTruthProducer::setTrackingVertex().
{ return theVertex; }
void CoreSimVertex::setEventId | ( | EncodedEventId | e | ) | [inline] |
Definition at line 28 of file CoreSimVertex.h.
References alignCSCRings::e, and eId.
Referenced by G4SimEvent::load().
void CoreSimVertex::setTof | ( | float | tof | ) | [inline] |
EncodedEventId CoreSimVertex::eId [private] |
Definition at line 37 of file CoreSimVertex.h.
Referenced by eventId(), and setEventId().
Definition at line 38 of file CoreSimVertex.h.
Referenced by CoreSimVertex(), position(), and setTof().