ATLAS Offline Software
|
Classes | |
class | LargeRJetAnalysisConfig |
class | PreJetAnalysisConfig |
class | RScanJetAnalysisConfig |
class | SmallRJetAnalysisConfig |
Functions | |
def | _largeLCTopoConfigFile (config, self) |
def | makeJetAnalysisConfig (seq, containerName, jetCollection, runGhostMuonAssociation=None) |
def | makeSmallRJetAnalysisConfig (seq, containerName, jetCollection, jetInput, runJvtUpdate=None, runNNJvtUpdate=None, runFJvtUpdate=None, runJvtSelection=None, runFJvtSelection=None, jvtWP=None, fJvtWP=None, runJvtEfficiency=None, runFJvtEfficiency=None, systematicsModelJES=None, systematicsModelJER=None) |
def | makeRScanJetAnalysisConfig (seq, containerName, jetCollection, jetInput, radius) |
def | makeLargeRJetAnalysisConfig (seq, containerName, jetCollection, jetInput, largeRMass=None) |
Variables | |
largeRMass | |
|
private |
Definition at line 482 of file JetAnalysisConfig.py.
def python.JetAnalysisConfig.makeJetAnalysisConfig | ( | seq, | |
containerName, | |||
jetCollection, | |||
runGhostMuonAssociation = None |
|||
) |
Create a jet analysis algorithm sequence The jet collection is interpreted and selects the correct function to call, makeSmallRJetAnalysisConfig, makeRScanJetAnalysisConfig or makeLargeRJetAnalysisConfig Keyword arguments jetCollection -- The jet container to run on.
Definition at line 744 of file JetAnalysisConfig.py.
def python.JetAnalysisConfig.makeLargeRJetAnalysisConfig | ( | seq, | |
containerName, | |||
jetCollection, | |||
jetInput, | |||
largeRMass = None |
|||
) |
Add algorithms for the R=1.0 jets. Keyword arguments seq -- The sequence to add the algorithms to jetCollection -- The jet container to run on. jetInput -- The type of input used, read from the collection name. largeRMass -- Which large-R mass definition to use. Ignored if not running on large-R jets ("Comb", "Calo", "TA")
Definition at line 870 of file JetAnalysisConfig.py.
def python.JetAnalysisConfig.makeRScanJetAnalysisConfig | ( | seq, | |
containerName, | |||
jetCollection, | |||
jetInput, | |||
radius | |||
) |
Add algorithms for the R-scan jets. Keyword arguments seq -- The sequence to add the algorithms to jetCollection -- The jet container to run on. jetInput -- The type of input used, read from the collection name. radius -- The radius of the r-scan jets.
Definition at line 853 of file JetAnalysisConfig.py.
def python.JetAnalysisConfig.makeSmallRJetAnalysisConfig | ( | seq, | |
containerName, | |||
jetCollection, | |||
jetInput, | |||
runJvtUpdate = None , |
|||
runNNJvtUpdate = None , |
|||
runFJvtUpdate = None , |
|||
runJvtSelection = None , |
|||
runFJvtSelection = None , |
|||
jvtWP = None , |
|||
fJvtWP = None , |
|||
runJvtEfficiency = None , |
|||
runFJvtEfficiency = None , |
|||
systematicsModelJES = None , |
|||
systematicsModelJER = None |
|||
) |
Add algorithms for the R=0.4 jets. Keyword arguments seq -- The sequence to add the algorithms to jetCollection -- The jet container to run on. jetInput -- The type of input used, read from the collection name. runJvtUpdate -- Determines whether or not to update JVT on the jets runNNJvtUpdate -- Determines whether or not to update NN JVT on the jets runFJvtUpdate -- Determines whether or not to update forward JVT on the jets runJvtSelection -- Determines whether or not to run JVT selection on the jets runFJvtSelection -- Determines whether or not to run forward JVT selection on the jets jvtWP -- Defines the NNJvt WP to apply on the jets fJvtWP -- Defines the fJvt WP to apply on the jets runJvtEfficiency -- Determines whether or not to calculate the JVT efficiency runFJvtEfficiency -- Determines whether or not to calculate the forward JVT efficiency systematicsModelJES -- Which NP systematicsModelJES scheme should be used (All, Global, Category, Scenario) systematicsModelJER -- Which variant of the systematicsModelJES should be used (All, Full, Simple). Note that not all combinations of systematicsModelJES and systematicsModelJER are valid!
Definition at line 809 of file JetAnalysisConfig.py.
python.JetAnalysisConfig.largeRMass |
Definition at line 484 of file JetAnalysisConfig.py.