#include <GeneratorSelector.h>
Definition at line 14 of file GeneratorSelector.h.
◆ CUT_STATUS
◆ GeneratorSelector()
| GeneratorSelector::GeneratorSelector |
( |
| ) |
|
|
default |
◆ ~GeneratorSelector()
| GeneratorSelector::~GeneratorSelector |
( |
| ) |
|
|
default |
◆ GetGeneratorLevel()
Definition at line 22 of file GeneratorSelector.h.
23 {
24 std::vector< TLorentzVector > generic_stable_parton;
25
26 for(const auto vcont: *cont){
28 TLorentzVector tlv (vcont->px(), vcont->py(), vcont->pz(), vcont->e());
29 generic_stable_parton.push_back(tlv);
30 }
31
32 return generic_stable_parton;
33 }
bool isGenStable(const T &p)
Determine if the particle is stable at the generator (not det-sim) level,.
◆ GetSimulationLevel()
Definition at line 35 of file GeneratorSelector.h.
36 {
37 std::vector< TLorentzVector > generic_stable_parton;
38
39 for(const auto vcont: *cont){
41 TLorentzVector tlv (vcont->px(), vcont->py(), vcont->pz(), vcont->e());
42 generic_stable_parton.push_back(tlv);
43
44 }
45
46 return generic_stable_parton;
47 }
bool isSimStable(const T &p)
Identify if the particle is considered stable at the post-detector-sim stage.
The documentation for this class was generated from the following file: