EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
track evaluation container base class More...
#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4eval/TrackEvaluationContainer.h>
Public Member Functions | |
TrackEvaluationContainer () | |
constructor | |
TrackEvaluationContainer (const TrackEvaluationContainer &)=delete | |
copy constructor | |
TrackEvaluationContainer & | operator= (const TrackEvaluationContainer &)=delete |
assignment operator | |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | CloneMe () const |
Virtual copy constructor. | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual void | identify (std::ostream &os=std::cout) const |
virtual void | Reset () |
Clear Event. | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
track evaluation container base class
this is the base class. Does nothing
Definition at line 16 of file TrackEvaluationContainer.h.
View newest version in sPHENIX GitHub at line 16 of file TrackEvaluationContainer.h
|
inlineexplicit |
constructor
Definition at line 22 of file TrackEvaluationContainer.h.
View newest version in sPHENIX GitHub at line 22 of file TrackEvaluationContainer.h
|
explicitdelete |
copy constructor
|
delete |
assignment operator