Public Member Functions | |
def | __init__ |
def | getConditions |
def | getRepMap |
def | restrictTo |
Public Attributes | |
color | |
conditions | |
condShorts | |
globaltag | |
mode | |
name | |
runGeomComp | |
style | |
title | |
Private Member Functions | |
def | __getConditions |
def | __shorthandExists |
def | __testDbExist |
Definition at line 6 of file alignment.py.
def alignment.Alignment.__init__ | ( | self, | |
name, | |||
config, | |||
runGeomComp = "1" |
|||
) |
Definition at line 7 of file alignment.py.
|
private |
Definition at line 70 of file alignment.py.
|
private |
Method which checks, if `theShorthand` is a valid shorthand for the given `theRcdName`. Arguments: - `theRcdName`: String which specifies the database record. - `theShorthand`: String which specifies the shorthand to check.
Definition at line 54 of file alignment.py.
|
private |
Definition at line 120 of file alignment.py.
def alignment.Alignment.getConditions | ( | self | ) |
This function creates the configuration snippet to override global tag conditions.
Definition at line 148 of file alignment.py.
def alignment.Alignment.getRepMap | ( | self | ) |
Definition at line 137 of file alignment.py.
Referenced by trackSplittingValidation.TrackSplittingValidation.appendToExtendedValidation(), zMuMuValidation.ZMuMuValidation.appendToExtendedValidation(), primaryVertexValidation.PrimaryVertexValidation.appendToExtendedValidation(), primaryVertexValidation.PrimaryVertexValidation.appendToMerge(), trackSplittingValidation.TrackSplittingValidation.appendToMerge(), trackSplittingValidation.TrackSplittingValidation.createConfiguration(), monteCarloValidation.MonteCarloValidation.createConfiguration(), primaryVertexValidation.PrimaryVertexValidation.createConfiguration(), and zMuMuValidation.ZMuMuValidation.createConfiguration().
def alignment.Alignment.restrictTo | ( | self, | |
restriction | |||
) |
Definition at line 129 of file alignment.py.
alignment.Alignment.color |
Definition at line 48 of file alignment.py.
alignment.Alignment.conditions |
Definition at line 46 of file alignment.py.
alignment.Alignment.condShorts |
Definition at line 8 of file alignment.py.
alignment.Alignment.globaltag |
Definition at line 45 of file alignment.py.
alignment.Alignment.mode |
Definition at line 135 of file alignment.py.
alignment.Alignment.name |
Definition at line 33 of file alignment.py.
Referenced by ElectronMVAID.ElectronMVAID.__call__(), counter.Counter.__str__(), average.Average.__str__(), trackSplittingValidation.TrackSplittingValidation.createConfiguration(), monteCarloValidation.MonteCarloValidation.createConfiguration(), primaryVertexValidation.PrimaryVertexValidation.createConfiguration(), zMuMuValidation.ZMuMuValidation.createConfiguration(), primaryVertexValidation.PrimaryVertexValidation.getRepMap(), zMuMuValidation.ZMuMuValidation.getRepMap(), VIDSelectorBase.VIDSelectorBase.initialize(), counter.Counter.write(), and average.Average.write().
alignment.Alignment.runGeomComp |
Definition at line 44 of file alignment.py.
alignment.Alignment.style |
Definition at line 49 of file alignment.py.
alignment.Alignment.title |
Definition at line 35 of file alignment.py.