![]() |
ATLAS Offline Software
|
Functions | |
| 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 550 of file StandardJetConstits.py.
|
protected |
Definition at line 124 of file StandardJetConstits.py.
|
protected |
Definition at line 103 of file StandardJetConstits.py.
|
protected |
List of standard input sources for jets.
Definition at line 93 of file StandardJetConstits.py.
|
protected |
Definition at line 112 of file StandardJetConstits.py.
| python.StandardJetConstits.getCaloClusterEnergyMLCalibAlgBuilder | ( | ) |
Definition at line 139 of file StandardJetConstits.py.
| python.StandardJetConstits.getPFOClusterMLCorrectionAlgorithmBuilder | ( | ) |
Definition at line 144 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 46 of file StandardJetConstits.py.
|
protected |
Definition at line 542 of file StandardJetConstits.py.
|
protected |
Definition at line 152 of file StandardJetConstits.py.
|
protected |
Definition at line 562 of file StandardJetConstits.py.
| python.StandardJetConstits.stdConstitDic = ldict() |
Definition at line 27 of file StandardJetConstits.py.
| python.StandardJetConstits.stdContitModifDic = ldict() |
Definition at line 28 of file StandardJetConstits.py.
| python.StandardJetConstits.stdInputExtDic = ldict() |
Definition at line 26 of file StandardJetConstits.py.
| str python.StandardJetConstits.tvaKey = "JetTrackVtxAssoc" |
Definition at line 561 of file StandardJetConstits.py.
| str python.StandardJetConstits.vtxKey = "PrimaryVertices" |
Definition at line 560 of file StandardJetConstits.py.