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
FastPid_RICH.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FastPid_RICH.h
1
#ifndef __FastPid_RICH_H__
2
#define __FastPid_RICH_H__
3
4
#include <
fun4all/SubsysReco.h
>
5
#include <math.h>
6
7
class
PHCompositeNode
;
8
class
PHG4TruthInfoContainer
;
9
class
SvtxTrackMap
;
10
class
SvtxTrack
;
11
12
class
PidInfoContainer
;
13
class
TrackProjectorPid
;
14
class
SetupDualRICHAnalyzer
;
15
20
class
FastPid_RICH
:
public
SubsysReco
21
{
22
23
public
:
24
25
FastPid_RICH
(
std::string
richname,
std::string
tracksname);
26
27
int
28
Init
(
PHCompositeNode
*);
29
int
30
InitRun
(
PHCompositeNode
*);
31
int
32
process_event
(
PHCompositeNode
*);
33
int
34
End
(
PHCompositeNode
*);
35
36
private
:
37
38
void
CreateNodes
(
PHCompositeNode
*topNode);
39
40
bool
_verbose
;
41
42
int
_ievent
;
43
44
/* RICH detector name */
45
std::string
_detector
;
46
47
/* Collection storing track information */
48
std::string
_trackmap_name
;
49
50
/* Node name for node to store PID infos */
51
std::string
_pidinfo_node_name
;
52
53
/* Collection to store PidInfos for each track on node tree */
54
PidInfoContainer
*
_pidinfos
;
55
56
/* track projector object */
57
TrackProjectorPid
*
_trackproj
;
58
59
/* Radius for track extrapolation */
60
float
_radius
;
61
};
62
63
#endif // __FastPid_RICH_H__
analysis
blob
master
ParticleID
RICHAnalysis
FastPid_RICH.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:54
using
1.8.2 with
sPHENIX GitHub integration