Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrackProjectionTools.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TrackProjectionTools.h
1 #ifndef TRACKPROJECTIONTOOLS_H__2
2 #define TRACKPROJECTIONTOOLS_H__
3 
4 /* Fun4All includes */
5 #include <fun4all/SubsysReco.h>
6 #include <calobase/RawTowerDefs.h>
7 
8 /* STL includes */
9 #include <math.h>
10 
11 class PHCompositeNode;
12 
13 class CaloEvalStack;
14 class CaloRawTowerEval;
15 
16 class RawCluster;
17 class RawTowerContainer;
19 
20 class SvtxTrack;
21 class SvtxTrackMap;
22 
24 {
25 
26 public:
28 
29  virtual ~TrackProjectionTools() {}
30 
33 
36 
39  float getE33Barrel( std::string, float, float );
40 
43  float getE33Forward( std::string, float, float );
44 
45 protected:
46 
49 
50 };
51 
52 #endif