eic-smear
1.0.3
A collection of ROOT classes for Monte Carlo events and a fast-smearing code simulating detector effects for the Electron-Ion Collider task force
|
Realisation of hadronic::EventMC as an event with detector smearing. More...
#include <EventSmear.h>
Public Member Functions | |
virtual | ~EventSmear () |
Destructor. More... | |
EventSmear () | |
Constructor. More... | |
virtual const Smear::ParticleMCS * | GetTrack (UInt_t) const |
Returns the numbered track for the event. More... | |
virtual Smear::ParticleMCS * | GetTrack (UInt_t) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More... | |
virtual UInt_t | GetNTracks () const |
Returns the number of tracks in the event. More... | |
virtual void | AddLast (Smear::ParticleMCS *) |
Add a particle to the end of the list. More... | |
![]() | |
virtual | ~VirtualEvent () |
Destructor. More... | |
virtual void | HadronicFinalState (ParticlePtrList &) const |
Populate a track list with the hadronic final-state. More... | |
Protected Attributes | |
std::vector< Smear::ParticleMCS * > | particles |
Additional Inherited Members | |
![]() | |
typedef std::vector< const erhic::VirtualParticle * > | ParticlePtrList |
typedef for a track pointer collection. More... | |
Realisation of hadronic::EventMC as an event with detector smearing.
Definition at line 28 of file hadronic/EventSmear.h.
|
virtual |
Destructor.
Definition at line 14 of file hadronic/EventSmear.cxx.
erhic::hadronic::EventSmear::EventSmear | ( | ) |
Constructor.
Definition at line 21 of file hadronic/EventSmear.cxx.
|
virtual |
Add a particle to the end of the list.
Definition at line 36 of file hadronic/EventSmear.cxx.
|
virtual |
Returns the number of tracks in the event.
Implements erhic::VirtualEvent.
Definition at line 32 of file hadronic/EventSmear.cxx.
|
virtual |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Implements erhic::VirtualEvent.
Definition at line 28 of file hadronic/EventSmear.cxx.
|
virtual |
Returns the numbered track for the event.
Implements erhic::VirtualEvent.
Definition at line 24 of file hadronic/EventSmear.cxx.
|
protected |
Definition at line 61 of file hadronic/EventSmear.h.