ATLAS Offline Software
|
Functions | |
def | buildFileName (jobPropFlag) |
def | checkEgammaAuthor (egammaCand, authorName="either") |
A small function that checks the author of the egamma object. More... | |
def | checkElectronIsEM (electronCand, isemName="None") |
A small function that checks the IsEM particle ID for electrons. More... | |
def | checkPhotonIsEM (photonCand, isemName="None") |
A small function that checks the IsEM particle ID for photons. More... | |
def | checkMuonAuthor (muonCandidate, authorName="all") |
A small function that checks the author of the mu object. More... | |
Variables | |
msg = logging.getLogger( 'PrimaryDPDHelpers' ) | |
ROOT = ru.import_root() | |
def python.PrimaryDPDHelpers.buildFileName | ( | jobPropFlag | ) |
Definition at line 27 of file PrimaryDPDHelpers.py.
def python.PrimaryDPDHelpers.checkEgammaAuthor | ( | egammaCand, | |
authorName = "either" |
|||
) |
A small function that checks the author of the egamma object.
Definition at line 43 of file PrimaryDPDHelpers.py.
def python.PrimaryDPDHelpers.checkElectronIsEM | ( | electronCand, | |
isemName = "None" |
|||
) |
A small function that checks the IsEM particle ID for electrons.
Definition at line 127 of file PrimaryDPDHelpers.py.
def python.PrimaryDPDHelpers.checkMuonAuthor | ( | muonCandidate, | |
authorName = "all" |
|||
) |
A small function that checks the author of the mu object.
Definition at line 237 of file PrimaryDPDHelpers.py.
def python.PrimaryDPDHelpers.checkPhotonIsEM | ( | photonCand, | |
isemName = "None" |
|||
) |
A small function that checks the IsEM particle ID for photons.
Definition at line 191 of file PrimaryDPDHelpers.py.
python.PrimaryDPDHelpers.msg = logging.getLogger( 'PrimaryDPDHelpers' ) |
Definition at line 16 of file PrimaryDPDHelpers.py.
python.PrimaryDPDHelpers.ROOT = ru.import_root() |
Definition at line 21 of file PrimaryDPDHelpers.py.