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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
decayFinder
FermiMotionAfterburner
flowAfterburner
hijing
JETSCAPE
JEWEL
phhepmc
Fun4AllHepMCInputManager.cc
Fun4AllHepMCInputManager.h
Fun4AllHepMCOutputManager.cc
Fun4AllHepMCOutputManager.h
Fun4AllHepMCPileupInputManager.cc
Fun4AllHepMCPileupInputManager.h
Fun4AllOscarInputManager.cc
Fun4AllOscarInputManager.h
HepMCFlowAfterBurner.cc
HepMCFlowAfterBurner.h
PHGenIntegral.cc
PHGenIntegral.h
PHGenIntegralLinkDef.h
PHGenIntegralv1.cc
PHGenIntegralv1.h
PHGenIntegralv1LinkDef.h
PHHepMC_ioLinkDef.h
PHHepMCGenEvent.cc
PHHepMCGenEvent.h
PHHepMCGenEventLinkDef.h
PHHepMCGenEventMap.cc
PHHepMCGenEventMap.h
PHHepMCGenEventMapLinkDef.h
PHHepMCGenEventv1.cc
PHHepMCGenEventv1.h
PHHepMCGenEventv1LinkDef.h
PHHepMCGenHelper.cc
PHHepMCGenHelper.h
PHHepMCParticleSelectorDecayProductChain.cc
PHHepMCParticleSelectorDecayProductChain.h
PHPythia6
PHPythia8
PHSartre
sHEPGen
sHijing
offline
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHHepMCParticleSelectorDecayProductChain.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHHepMCParticleSelectorDecayProductChain.h
1
#ifndef PHHEPMC_PHHEPMCPARTICLESELECTORDECAYPRODUCTCHAIN_H
2
#define PHHEPMC_PHHEPMCPARTICLESELECTORDECAYPRODUCTCHAIN_H
3
4
#include <
fun4all/SubsysReco.h
>
5
6
#include <string>
// for string
7
#include <vector>
8
9
class
PHCompositeNode
;
10
11
namespace
HepMC
12
{
13
class
GenParticle;
14
class
GenEvent;
15
}
// namespace HepMC
20
class
PHHepMCParticleSelectorDecayProductChain
:
public
SubsysReco
21
{
22
public
:
23
PHHepMCParticleSelectorDecayProductChain
(
const
std::string&
name
=
"PARTICLESELECTOR"
);
24
~PHHepMCParticleSelectorDecayProductChain
()
override
{}
25
26
int
InitRun
(
PHCompositeNode
* topNode)
override
;
27
int
process_event
(
PHCompositeNode
* topNode)
override
;
28
30
virtual
void
SetParticle
(
const
int
pid
);
31
33
virtual
void
AddAncestor
(
const
int
pid
);
34
36
virtual
void
AddDaughter
(
const
int
pid
);
37
42
int
get_embedding_id
()
const
{
return
_embedding_id
; }
43
//
48
void
set_embedding_id
(
int
id
) {
_embedding_id
= id; }
49
50
protected
:
52
HepMC::GenParticle*
GetParent
(HepMC::GenParticle*
p
, HepMC::GenEvent* event);
53
55
int
_theParticle
;
58
std::vector<int>
_theDaughters
;
61
std::vector<int>
_theAncestors
;
62
66
int
_embedding_id
;
67
};
68
69
#endif
coresoftware
blob
master
generators
phhepmc
PHHepMCParticleSelectorDecayProductChain.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:33
using
1.8.2 with
ECCE GitHub integration