ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
CreateCZHitContainer.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CreateCZHitContainer.h
1
#ifndef CREATECZHITCONTAINER_H
2
#define CREATECZHITCONTAINER_H
3
4
#include <
fun4all/SubsysReco.h
>
5
6
#include <map>
7
#include <set>
8
#include <string>
9
#include <vector>
10
11
class
PHG4TruthInfoContainer
;
12
class
PHG4Hit
;
13
14
class
CreateCZHitContainer
:
public
SubsysReco
15
{
16
public
:
18
CreateCZHitContainer
(
const
std::string&
name
=
"BMT"
);
19
21
virtual
~CreateCZHitContainer
();
22
24
int
InitRun
(
PHCompositeNode
*);
25
27
int
process_event
(
PHCompositeNode
*);
28
30
//int End(PHCompositeNode *);
31
32
PHG4Hit
*
merge_hits
(
PHG4Hit
*,
PHG4Hit
*);
33
34
private
:
35
std::string
_node_postfix
;
36
PHG4TruthInfoContainer
*
_truth_container
;
37
PHG4Hit
*
_hit_C
;
38
PHG4Hit
*
_hit_Z
;
39
PHG4Hit
*
_hit_CZ
;
40
};
41
42
#endif
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4barrelmmg
CreateCZHitContainer.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:46
using
1.8.2 with
ECCE GitHub integration