![]() |
ATLAS Offline Software
|
Classes | |
| class | JetConstitModifier |
| class | JetDefinition |
| class | JetInputConstit |
| class | JetInputConstitSeq |
| class | JetInputExternal |
| class | JetInputType |
| class | JetModifier |
Functions | |
| formatRvalue (parameter) | |
| buildJetAlgName (finder, mainParam, variableRMassScale=-1.0, variableRMinRadius=-1.0) | |
| _condAlwaysPass (condflags) | |
| buildNothing (*l) | |
Variables | |
| list | __all__ = [ "JetDefinition","xAODType", "JetModifier", "JetConstitModifier" , "JetInputConstitSeq", "JetInputExternal"] |
| jetlog = Logging.logging.getLogger('JetDefinition') | |
JetDefinition: A module for classes encoding definitions of jets and related objects for configuring jet reconstruction Various classes encode definitions of different types of components used in Jet Reco. They are : - JetInputExternal : describes how to build a source container, typically external to the jet domain. This includes input to jet finding (ex: CaloCluster, Track) but also other sources like EventDensity... - JetInputConstit : describes specifically an input constituents container (an input to a PseudoJetAlgorithm), thus referring to a JetInputExternal as the primary source. - JetInputConstitSeq : a subclass of JetInputConstit, describing how a constituents container is build from a JetConstituentModSequence (ex: PU or Origin correction). - JetConstitModifier : describes a constituent modifier tool to be used in a JetConstituentModSequence - JetDefinition : describes a full jet reco sequence. Uses a JetInputConstit and a list of JetModifier - JetModifier : describes a JetModifier c++ tool. Author: TJ Khoo, P-A Delsart
|
protected |
Definition at line 61 of file JetDefinition.py.
| python.JetDefinition.buildJetAlgName | ( | finder, | |
| mainParam, | |||
| variableRMassScale = -1.0, | |||
| variableRMinRadius = -1.0 ) |
variableRMassScale (Rho) in MeV
Definition at line 50 of file JetDefinition.py.
| python.JetDefinition.buildNothing | ( | * | l | ) |
Definition at line 659 of file JetDefinition.py.
| python.JetDefinition.formatRvalue | ( | parameter | ) |
Define the convention that we write R truncating the decimal point if R>=1, then we write R*10. (Code from JetRecUtils )
Definition at line 34 of file JetDefinition.py.
|
private |
Definition at line 24 of file JetDefinition.py.
| python.JetDefinition.jetlog = Logging.logging.getLogger('JetDefinition') |
Definition at line 27 of file JetDefinition.py.