ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tools.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file Tools.h
1 
7 #ifndef PHGENFIT_TOOLS_H
8 #define PHGENFIT_TOOLS_H
9 
10 //STL
11 #include <memory>
12 #include <vector>
13 
14 namespace genfit
15 {
16 class AbsTrackRep;
17 class StateOnPlane;
18 class Track;
19 class MeasuredStateOnPlane;
20 
21 } // namespace genfit
22 
23 namespace PHGenFit
24 {
26  const genfit::MeasuredStateOnPlane* state,
27  double radius, TVector3 line_point, TVector3 line_direction,
28  const int pdg_code = 211, const int direction = 1,
29  const int verbosity = 0);
30 
31 } // namespace PHGenFit
32 
33 #endif //__PHGenFit_Tools__