ATLAS Offline Software
|
Functions | |
def | isMC (flags) |
def | standardReco (input) |
def | _trackParticleInputsExist (flags) |
List of standard input sources for jets. More... | |
def | _muonSegmentInputsExist (flags) |
def | _largeRTracksExist (flags) |
def | _getPFOTool (*l) |
List of standard constituent modifiers. More... | |
Variables | |
stdInputExtDic = ldict() | |
stdConstitDic = ldict() | |
stdContitModifDic = ldict() | |
list | _stdInputList |
_locked | |
string | vtxKey = "PrimaryVertices" |
string | tvaKey = "JetTrackVtxAssoc" |
list | _stdModList |
|
private |
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 504 of file StandardJetConstits.py.
|
private |
Definition at line 118 of file StandardJetConstits.py.
|
private |
Definition at line 109 of file StandardJetConstits.py.
|
private |
def 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.
def 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.
|
private |
Definition at line 496 of file StandardJetConstits.py.
|
private |
Definition at line 134 of file StandardJetConstits.py.
|
private |
Definition at line 516 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.
string python.StandardJetConstits.tvaKey = "JetTrackVtxAssoc" |
Definition at line 515 of file StandardJetConstits.py.
string python.StandardJetConstits.vtxKey = "PrimaryVertices" |
Definition at line 514 of file StandardJetConstits.py.