![]()  | 
						
							 
								EIC Software
							  
							
								Reference for 
								EIC 
								simulation and reconstruction software on GitHub
							  
						 | 
					
#include <fun4all_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().
 Here is the call graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
      
  | 
  pure virtual |