ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrackEvaluationContainer.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TrackEvaluationContainer.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 
4 #ifndef G4EVAL_TRACKEVALUATIONCONTAINER_H
5 #define G4EVAL_TRACKEVALUATIONCONTAINER_H
6 
12 #include <phool/PHObject.h>
13 
15 
17 {
18 
19  public:
20 
23  {}
24 
26  explicit TrackEvaluationContainer(const TrackEvaluationContainer &) = delete;
27 
30 
31  ClassDefOverride(TrackEvaluationContainer,1)
32 
33 };
34 
35 #endif