![]() |
ATLAS Offline Software
|
Functions | |
| isMC (flags) | |
| standardReco (input) | |
| _trackParticleInputsExist (flags) | |
| List of standard input sources for jets. | |
| _muonSegmentInputsExist (flags) | |
| _unassocMuonSegmentInputsExist (flags) | |
| _largeRTracksExist (flags) | |
| getCaloClusterEnergyMLCalibAlgBuilder () | |
| getPFOClusterMLCorrectionAlgorithmBuilder () | |
| _getPFOTool (*l) | |
| List of standard constituent modifiers. | |
Variables | |
| stdInputExtDic = ldict() | |
| stdConstitDic = ldict() | |
| stdContitModifDic = ldict() | |
| list | _stdInputList |
| _locked | |
| str | vtxKey = "PrimaryVertices" |
| str | tvaKey = "JetTrackVtxAssoc" |
| list | _stdModList |
StandardJetConstits: A module containing standard definitions for jet inputs : external container and
constituents.
These can be copied and modified by users who want something a bit
different from what is provided.
Author: TJ Khoo, P-A Delsart
|
protected |
List of standard constituent modifiers.
One Property of the CorrectPFO constit modifier is a tool. we use this function as a placeholder, allowing to delay the intantiation of this property tool to the time the modifier itself is instantiated.
Definition at line 554 of file StandardJetConstits.py.
|
protected |
Definition at line 128 of file StandardJetConstits.py.
|
protected |
Definition at line 107 of file StandardJetConstits.py.
|
protected |
List of standard input sources for jets.
Definition at line 97 of file StandardJetConstits.py.
|
protected |
Definition at line 116 of file StandardJetConstits.py.
| python.StandardJetConstits.getCaloClusterEnergyMLCalibAlgBuilder | ( | ) |
Definition at line 143 of file StandardJetConstits.py.
| python.StandardJetConstits.getPFOClusterMLCorrectionAlgorithmBuilder | ( | ) |
Definition at line 148 of file StandardJetConstits.py.
| python.StandardJetConstits.isMC | ( | flags | ) |
A simple filter function for testing if we're running in MC returns (bool, str) where the str contains an explanation of why the bool is False. (probably worth re-allocating somehere else)
Definition at line 44 of file StandardJetConstits.py.
| python.StandardJetConstits.standardReco | ( | input | ) |
Returns a helper function which invokes the standard reco configuration for the container 'input' (where input is external to the jet domain). We group the definition of functions here rather than separately, so that we can change them automatically to a void function in case we're in an Analysis release and we can not import upstream packages.
Definition at line 50 of file StandardJetConstits.py.
|
protected |
Definition at line 546 of file StandardJetConstits.py.
|
protected |
Definition at line 156 of file StandardJetConstits.py.
|
protected |
Definition at line 566 of file StandardJetConstits.py.
| python.StandardJetConstits.stdConstitDic = ldict() |
Definition at line 25 of file StandardJetConstits.py.
| python.StandardJetConstits.stdContitModifDic = ldict() |
Definition at line 26 of file StandardJetConstits.py.
| python.StandardJetConstits.stdInputExtDic = ldict() |
Definition at line 24 of file StandardJetConstits.py.
| str python.StandardJetConstits.tvaKey = "JetTrackVtxAssoc" |
Definition at line 565 of file StandardJetConstits.py.
| str python.StandardJetConstits.vtxKey = "PrimaryVertices" |
Definition at line 564 of file StandardJetConstits.py.