![]() |
ATLAS Offline Software
|
Functions | |
| standardReco (input) | |
| _trackParticleInputsExist (flags) | |
| List of standard input sources for jets. | |
| _muonSegmentInputsExist (flags) | |
| _unassocMuonSegmentInputsExist (flags) | |
| _largeRTracksExist (flags) | |
| getCaloClusterEnergyMLCalibAlgBuilder () | |
| getPFOClusterMLCorrectionAlgorithmBuilder () | |
| _getWeightPFOToolDefault (*l) | |
| List of standard constituent modifiers. | |
Variables | |
| stdInputExtDic = ldict() | |
| stdConstitDic = ldict() | |
| stdContitModifDic = ldict() | |
| list | _stdInputList |
| list | _truthFlavours |
| _locked | |
| list | _stdSeqList |
| 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 instantiation of this property tool to the time the modifier itself is instantiated.
Definition at line 596 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.
| getCaloClusterEnergyMLCalibAlgBuilder | ( | ) |
Definition at line 143 of file StandardJetConstits.py.
| getPFOClusterMLCorrectionAlgorithmBuilder | ( | ) |
Definition at line 148 of file StandardJetConstits.py.
| 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 47 of file StandardJetConstits.py.
|
protected |
Definition at line 422 of file StandardJetConstits.py.
|
protected |
Definition at line 156 of file StandardJetConstits.py.
|
protected |
Definition at line 607 of file StandardJetConstits.py.
|
protected |
List of standard constituent sequences This sequences uses the constit modifiers below
Definition at line 435 of file StandardJetConstits.py.
|
protected |
Definition at line 407 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 606 of file StandardJetConstits.py.
| str python.StandardJetConstits.vtxKey = "PrimaryVertices" |
Definition at line 605 of file StandardJetConstits.py.