![]() |
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 584 of file StandardJetConstits.py.
|
protected |
Definition at line 127 of file StandardJetConstits.py.
|
protected |
Definition at line 106 of file StandardJetConstits.py.
|
protected |
List of standard input sources for jets.
Definition at line 96 of file StandardJetConstits.py.
|
protected |
Definition at line 115 of file StandardJetConstits.py.
| getCaloClusterEnergyMLCalibAlgBuilder | ( | ) |
Definition at line 142 of file StandardJetConstits.py.
| getPFOClusterMLCorrectionAlgorithmBuilder | ( | ) |
Definition at line 147 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 46 of file StandardJetConstits.py.
|
protected |
Definition at line 408 of file StandardJetConstits.py.
|
protected |
Definition at line 155 of file StandardJetConstits.py.
|
protected |
Definition at line 595 of file StandardJetConstits.py.
|
protected |
List of standard constituent sequences This sequences uses the constit modifiers below
Definition at line 421 of file StandardJetConstits.py.
|
protected |
Definition at line 393 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 594 of file StandardJetConstits.py.
| str python.StandardJetConstits.vtxKey = "PrimaryVertices" |
Definition at line 593 of file StandardJetConstits.py.