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
Fun4AllDstPileupMerger.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file Fun4AllDstPileupMerger.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4MAIN_Fun4AllDstPileupMerger_H
4
#define G4MAIN_Fun4AllDstPileupMerger_H
5
11
#include <map>
12
#include <string>
13
14
class
PHCompositeNode
;
15
class
PHG4HitContainer
;
16
class
PHG4TruthInfoContainer
;
17
class
PHHepMCGenEventMap
;
18
24
class
Fun4AllDstPileupMerger
final
25
{
26
27
public
:
28
30
Fun4AllDstPileupMerger
() =
default
;
31
33
~Fun4AllDstPileupMerger
() =
default
;
34
36
void
load_nodes
(
PHCompositeNode
*);
37
39
void
copy_background_event
(
PHCompositeNode
*,
double
delta_t)
const
;
40
41
private
:
42
44
PHHepMCGenEventMap
*
m_geneventmap
=
nullptr
;
45
47
std::map<std::string, PHG4HitContainer *>
m_g4hitscontainers
;
48
50
PHG4TruthInfoContainer
*
m_g4truthinfo
=
nullptr
;
51
52
};
53
54
#endif
coresoftware
blob
master
simulation
g4simulation
g4main
Fun4AllDstPileupMerger.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:43
using
1.8.2 with
ECCE GitHub integration