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
FilterEventsUpsilon.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FilterEventsUpsilon.h
1
2
#ifndef __FILTEREVENTSUPSILON_H__
3
#define __FILTEREVENTSUPSILON_H__
4
5
#include <
fun4all/SubsysReco.h
>
6
7
#include <TVector3.h>
8
9
class
SvtxTrack
;
10
class
SvtxTrackMap
;
11
class
SvtxVertexMap
;
12
class
GlobalVertexMap
;
13
class
RawCluster
;
14
class
RawClusterContainer
;
15
class
TrackSeedContainer
;
16
class
TrkrClusterContainer
;
17
18
class
FilterEventsUpsilon
:
public
SubsysReco
{
19
20
public
:
21
22
FilterEventsUpsilon
(
const
std::string
&
name
=
"FilterEventsUpsilon"
);
23
virtual
~FilterEventsUpsilon
() {}
24
25
int
Init
(
PHCompositeNode
*topNode);
26
int
InitRun
(
PHCompositeNode
*topNode);
27
int
process_event
(
PHCompositeNode
*topNode);
28
int
End
(
PHCompositeNode
*topNode);
29
30
protected
:
31
32
int
GetNodes
(
PHCompositeNode
*topNode);
33
TVector3
GetProjectionCEMC
(
SvtxTrack
* track);
34
RawCluster
*
MatchClusterCEMC
(
SvtxTrack
* track,
RawClusterContainer
* cemc_clusters,
double
&
dphi
,
double
&deta,
double
Zvtx);
35
36
PHCompositeNode
*
_topNode
;
37
SvtxTrackMap
*
_trackmap
;
38
SvtxVertexMap
*
_vtxmap
;
39
//GlobalVertexMap* _global_vtxmap;
40
RawClusterContainer
*
_cemc_clusters
;
41
TrackSeedContainer
*
_trackseedcontainer_svtx
;
42
TrackSeedContainer
*
_trackseedcontainer_silicon
;
43
TrackSeedContainer
*
_trackseedcontainer_tpc
;
44
TrkrClusterContainer
*
_trkrclusters
;
45
46
SvtxTrackMap
*
_trackmap_ee
;
47
RawClusterContainer
*
_cemc_clusters_ee
;
48
49
std::string
outnodename_trackmap
;
50
std::string
outnodename_cemc_clusters
;
51
52
int
EventNumber
;
53
int
goodEventNumber
;
54
55
};
56
57
#endif
58
analysis
blob
master
FilterEventsUpsilon
src
FilterEventsUpsilon.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:52
using
1.8.2 with
sPHENIX GitHub integration