#include <CoreSimVertex.h>
Public Member Functions | |
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) |
Private Attributes | |
EncodedEventId | eId |
math::XYZTLorentzVectorD | theVertex |
a generic Simulated Vertex
Definition at line 12 of file CoreSimVertex.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 25 of file CoreSimVertex.h.
References eId.
Referenced by edm::TestMix::analyze(), and ntupleDataFormat.Event::eventIdStr().
|
inline |
Definition at line 21 of file CoreSimVertex.h.
References theVertex.
Referenced by HLTVertexPerformanceAnalyzer::analyze(), TestPythiaDecays::analyze(), FWSimVertexProxyBuilder::build(), ElectronMCTruthFinder::find(), PizeroMCTruthFinder::find(), PhotonMCTruthFinder::find(), ContainmentCorrectionAnalyzer::findMcTruth(), and EcalDetailedTimeRecHitProducer::produce().
|
inline |
|
inline |
|
private |
Definition at line 30 of file CoreSimVertex.h.
Referenced by eventId(), and setEventId().
|
private |
Definition at line 31 of file CoreSimVertex.h.
Referenced by CoreSimVertex(), position(), and setTof().