Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
;
18
class
RawTowerGeomContainer
;
19
20
class
SvtxTrack
;
21
class
SvtxTrackMap
;
22
23
class
TrackProjectionTools
24
{
25
26
public
:
27
TrackProjectionTools
(
PHCompositeNode
* );
28
29
virtual
~TrackProjectionTools
() {}
30
32
SvtxTrack
*
FindClosestTrack
(
RawCluster
*,
float
& );
33
35
RawCluster
*
getCluster
(
SvtxTrack
*,
std::string
);
36
39
float
getE33Barrel
(
std::string
,
float
,
float
);
40
43
float
getE33Forward
(
std::string
,
float
,
float
);
44
45
protected
:
46
48
PHCompositeNode
*
_topNode
;
49
50
};
51
52
#endif
analysis
blob
master
EICAnalysis
TrackProjectionTools.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:49
using
1.8.2 with
sPHENIX GitHub integration