ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/framework/phool/PHOperation.h>
Public Member Functions | |
PHOperation () | |
virtual | ~PHOperation () |
virtual void | perform (T *)=0 |
void | operator() (T &o) |
void | operator() (T *o) |
Definition at line 9 of file PHOperation.h.
View newest version in sPHENIX GitHub at line 9 of file PHOperation.h
PHOperation< T >::PHOperation | ( | ) |
Definition at line 14 of file PHOperation.cc.
View newest version in sPHENIX GitHub at line 14 of file PHOperation.cc
|
virtual |
Definition at line 19 of file PHOperation.cc.
View newest version in sPHENIX GitHub at line 19 of file PHOperation.cc
|
inline |
Definition at line 18 of file PHOperation.h.
View newest version in sPHENIX GitHub at line 18 of file PHOperation.h
References PHOperation< T >::perform().
|
inline |
Definition at line 23 of file PHOperation.h.
View newest version in sPHENIX GitHub at line 23 of file PHOperation.h
References PHOperation< T >::perform().
|
pure virtual |