EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <delphes_EIC/blob/master/SimpleAnalysis/ElectronPIDModule.h>
Public Member Functions | |
ElectronPIDModule (ExRootTreeReader *data) | |
~ElectronPIDModule () | |
void | initialize () override |
bool | execute (std::map< std::string, std::any > *DataStore) override |
void | finalize () override |
Public Member Functions inherited from Module | |
Module (ExRootTreeReader *data) | |
~Module () | |
ExRootTreeReader * | getData () |
void | setJets (TClonesArray *jets) |
void | setElectrons (TClonesArray *electrons) |
void | setPhotons (TClonesArray *photons) |
void | setNeutralHadrons (TClonesArray *neutralhadrons) |
void | setMuons (TClonesArray *muons) |
void | setTracks (TClonesArray *tracks) |
void | setEFlowTracks (TClonesArray *tracks) |
void | setMET (TClonesArray *met) |
void | setGenParticles (TClonesArray *particles) |
void | setGenJets (TClonesArray *genjets) |
TClonesArray * | getJets () |
TClonesArray * | getElectrons () |
TClonesArray * | getPhotons () |
TClonesArray * | getNeutralHadrons () |
TClonesArray * | getMuons () |
TClonesArray * | getEFlowTracks () |
TClonesArray * | getTracks () |
TClonesArray * | getMET () |
TClonesArray * | getGenParticles () |
TClonesArray * | getGenJets () |
Private Member Functions | |
bool | ElectronPID (Track *track, float eIDprob=0.90, float separation=3.0) |
Definition at line 8 of file ElectronPIDModule.h.
View newest version in sPHENIX GitHub at line 8 of file ElectronPIDModule.h
ElectronPIDModule::ElectronPIDModule | ( | ExRootTreeReader * | data | ) |
Definition at line 12 of file ElectronPIDModule.cc.
View newest version in sPHENIX GitHub at line 12 of file ElectronPIDModule.cc
ElectronPIDModule::~ElectronPIDModule | ( | ) |
Definition at line 18 of file ElectronPIDModule.cc.
View newest version in sPHENIX GitHub at line 18 of file ElectronPIDModule.cc
|
private |
Definition at line 96 of file ElectronPIDModule.cc.
View newest version in sPHENIX GitHub at line 96 of file ElectronPIDModule.cc
Referenced by execute().
|
overridevirtual |
Reimplemented from Module.
Definition at line 25 of file ElectronPIDModule.cc.
View newest version in sPHENIX GitHub at line 25 of file ElectronPIDModule.cc
References data, ElectronPID(), Module::getData(), Module::getEFlowTracks(), and t.
|
inlineoverridevirtual |
Reimplemented from Module.
Definition at line 18 of file ElectronPIDModule.h.
View newest version in sPHENIX GitHub at line 18 of file ElectronPIDModule.h
|
inlineoverridevirtual |
Reimplemented from Module.
Definition at line 16 of file ElectronPIDModule.h.
View newest version in sPHENIX GitHub at line 16 of file ElectronPIDModule.h