 |
ATLAS Offline Software
|
|
| def | CalibrationCalculatorCfg (name="CalibrationCalculator", **kwargs) |
| |
| def | EMECPosInnerWheelCalibrationCalculatorCfg (flags, name="EMECPosInnerWheelCalibrationCalculator", **kwargs) |
| |
| def | EMECNegInnerWheelCalibrationCalculatorCfg (flags, name="EMECNegInnerWheelCalibrationCalculator", **kwargs) |
| |
| def | EMECPosOuterWheelCalibrationCalculatorCfg (flags, name="EMECPosOuterWheelCalibrationCalculator", **kwargs) |
| |
| def | EMECNegOuterWheelCalibrationCalculatorCfg (flags, name="EMECNegOuterWheelCalibrationCalculator", **kwargs) |
| |
| def | EMECPosBackOuterBarretteCalibrationCalculatorCfg (flags, name="EMECPosBackOuterBarretteCalibrationCalculator", **kwargs) |
| |
| def | EMECNegBackOuterBarretteCalibrationCalculatorCfg (flags, name="EMECNegBackOuterBarretteCalibrationCalculator", **kwargs) |
| |
| def | EMECPresamplerCalibrationCalculatorCfg (flags, name="EMECPresamplerCalibrationCalculator", **kwargs) |
| |
| def | EndcapCryostatCalibrationCalculatorCfg (flags, name="EndcapCryostatCalibrationCalculator", **kwargs) |
| |
| def | EndcapCryostatCalibrationLArCalculatorCfg (flags, name="EndcapCryostatCalibrationLArCalculator", **kwargs) |
| |
| def | EndcapCryostatCalibrationMixedCalculatorCfg (flags, name="EndcapCryostatCalibrationMixedCalculator", **kwargs) |
| |
| def | EMECSupportCalibrationCalculatorCfg (flags, name="EMECSupportCalibrationCalculator", **kwargs) |
| |
| def | EnergyCalculatorCfg (flags, name="EnergyCalculator", **kwargs) |
| |
| def | EMECPosInnerWheelCalculatorCfg (flags, name="EMECPosInnerWheelCalculator", **kwargs) |
| |
| def | EMECNegInnerWheelCalculatorCfg (flags, name="EMECNegInnerWheelCalculator", **kwargs) |
| |
| def | EMECPosOuterWheelCalculatorCfg (flags, name="EMECPosOuterWheelCalculator", **kwargs) |
| |
| def | EMECNegOuterWheelCalculatorCfg (flags, name="EMECNegOuterWheelCalculator", **kwargs) |
| |
| def | EMECPosBackOuterBarretteCalculatorCfg (flags, name="EMECPosBackOuterBarretteCalculator", **kwargs) |
| |
| def | EMECNegBackOuterBarretteCalculatorCfg (flags, name="EMECNegBackOuterBarretteCalculator", **kwargs) |
| |
| def | EMECPosInnerWheelCorrOffCalculatorCfg (flags, name="EMECPosInnerWheelCorrOffCalculator", **kwargs) |
| |
| def | EMECNegInnerWheelCorrOffCalculatorCfg (flags, name="EMECNegInnerWheelCorrOffCalculator", **kwargs) |
| |
| def | EMECPosOuterWheelCorrOffCalculatorCfg (flags, name="EMECPosOuterWheelCorrOffCalculator", **kwargs) |
| |
| def | EMECNegOuterWheelCorrOffCalculatorCfg (flags, name="EMECNegOuterWheelCorrOffCalculator", **kwargs) |
| |
| def | EMECPosBackOuterBarretteCorrOffCalculatorCfg (flags, name="EMECPosBackOuterBarretteCorrOffCalculator", **kwargs) |
| |
| def | EMECNegBackOuterBarretteCorrOffCalculatorCfg (flags, name="EMECNegBackOuterBarretteCorrOffCalculator", **kwargs) |
| |
| def | EMECPresamplerCalculatorCfg (flags, name="EMECPresamplerCalculator", **kwargs) |
| |
| def | EMECPresamplerGeometryCfg (flags, name="EMECPresamplerGeometry", **kwargs) |
| |
◆ CalibrationCalculatorCfg()
| def LArG4ECConfig.CalibrationCalculatorCfg |
( |
|
name = "CalibrationCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 8 of file LArG4ECConfig.py.
10 result.addService(CompFactory.LArG4.EC.CalibrationCalculator(name, **kwargs), primary=
True)
◆ EMECNegBackOuterBarretteCalculatorCfg()
| def LArG4ECConfig.EMECNegBackOuterBarretteCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECNegBackOuterBarretteCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 127 of file LArG4ECConfig.py.
128 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.BackOuterBarretteWheel)
130 kwargs.setdefault(
"zSide", -1)
◆ EMECNegBackOuterBarretteCalibrationCalculatorCfg()
| def LArG4ECConfig.EMECNegBackOuterBarretteCalibrationCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECNegBackOuterBarretteCalibrationCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 53 of file LArG4ECConfig.py.
54 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.BackOuterBarretteWheelCalib)
55 kwargs.setdefault(
"zSide", -1)
58 result.addService(CompFactory.LArG4.EC.CalibrationCalculator(name, **kwargs), primary=
True)
◆ EMECNegBackOuterBarretteCorrOffCalculatorCfg()
| def LArG4ECConfig.EMECNegBackOuterBarretteCorrOffCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECNegBackOuterBarretteCorrOffCalculator", |
|
|
** |
kwargs |
|
) |
| |
◆ EMECNegInnerWheelCalculatorCfg()
| def LArG4ECConfig.EMECNegInnerWheelCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECNegInnerWheelCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 104 of file LArG4ECConfig.py.
105 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.InnerAbsorberWheel)
107 kwargs.setdefault(
"zSide", -1)
◆ EMECNegInnerWheelCalibrationCalculatorCfg()
| def LArG4ECConfig.EMECNegInnerWheelCalibrationCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECNegInnerWheelCalibrationCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 21 of file LArG4ECConfig.py.
22 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.InnerAbsorberWheel)
23 kwargs.setdefault(
"zSide", -1)
26 result.addService(CompFactory.LArG4.EC.CalibrationCalculator(name, **kwargs), primary=
True)
◆ EMECNegInnerWheelCorrOffCalculatorCfg()
| def LArG4ECConfig.EMECNegInnerWheelCorrOffCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECNegInnerWheelCorrOffCalculator", |
|
|
** |
kwargs |
|
) |
| |
◆ EMECNegOuterWheelCalculatorCfg()
| def LArG4ECConfig.EMECNegOuterWheelCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECNegOuterWheelCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 116 of file LArG4ECConfig.py.
117 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.OuterAbsorberWheel)
119 kwargs.setdefault(
"zSide", -1)
◆ EMECNegOuterWheelCalibrationCalculatorCfg()
| def LArG4ECConfig.EMECNegOuterWheelCalibrationCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECNegOuterWheelCalibrationCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 37 of file LArG4ECConfig.py.
38 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.OuterAbsorberWheel)
39 kwargs.setdefault(
"zSide", -1)
42 result.addService(CompFactory.LArG4.EC.CalibrationCalculator(name, **kwargs), primary=
True)
◆ EMECNegOuterWheelCorrOffCalculatorCfg()
| def LArG4ECConfig.EMECNegOuterWheelCorrOffCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECNegOuterWheelCorrOffCalculator", |
|
|
** |
kwargs |
|
) |
| |
◆ EMECPosBackOuterBarretteCalculatorCfg()
| def LArG4ECConfig.EMECPosBackOuterBarretteCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPosBackOuterBarretteCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 122 of file LArG4ECConfig.py.
123 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.BackOuterBarretteWheel)
◆ EMECPosBackOuterBarretteCalibrationCalculatorCfg()
| def LArG4ECConfig.EMECPosBackOuterBarretteCalibrationCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPosBackOuterBarretteCalibrationCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 45 of file LArG4ECConfig.py.
46 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.BackOuterBarretteWheelCalib)
47 kwargs.setdefault(
"zSide", 1)
50 result.addService(CompFactory.LArG4.EC.CalibrationCalculator(name, **kwargs), primary=
True)
◆ EMECPosBackOuterBarretteCorrOffCalculatorCfg()
| def LArG4ECConfig.EMECPosBackOuterBarretteCorrOffCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPosBackOuterBarretteCorrOffCalculator", |
|
|
** |
kwargs |
|
) |
| |
◆ EMECPosInnerWheelCalculatorCfg()
| def LArG4ECConfig.EMECPosInnerWheelCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPosInnerWheelCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 98 of file LArG4ECConfig.py.
99 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.InnerAbsorberWheel)
101 kwargs.setdefault(
"zSide", 1)
◆ EMECPosInnerWheelCalibrationCalculatorCfg()
| def LArG4ECConfig.EMECPosInnerWheelCalibrationCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPosInnerWheelCalibrationCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 13 of file LArG4ECConfig.py.
14 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.InnerAbsorberWheel)
15 kwargs.setdefault(
"zSide", 1)
18 result.addService(CompFactory.LArG4.EC.CalibrationCalculator(name, **kwargs), primary=
True)
◆ EMECPosInnerWheelCorrOffCalculatorCfg()
| def LArG4ECConfig.EMECPosInnerWheelCorrOffCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPosInnerWheelCorrOffCalculator", |
|
|
** |
kwargs |
|
) |
| |
◆ EMECPosOuterWheelCalculatorCfg()
| def LArG4ECConfig.EMECPosOuterWheelCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPosOuterWheelCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 110 of file LArG4ECConfig.py.
111 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.OuterAbsorberWheel)
113 kwargs.setdefault(
"zSide", 1)
◆ EMECPosOuterWheelCalibrationCalculatorCfg()
| def LArG4ECConfig.EMECPosOuterWheelCalibrationCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPosOuterWheelCalibrationCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 29 of file LArG4ECConfig.py.
30 kwargs.setdefault(
"WheelType", LArWheelCalculatorEnum.OuterAbsorberWheel)
31 kwargs.setdefault(
"zSide", 1)
34 result.addService(CompFactory.LArG4.EC.CalibrationCalculator(name, **kwargs), primary=
True)
◆ EMECPosOuterWheelCorrOffCalculatorCfg()
| def LArG4ECConfig.EMECPosOuterWheelCorrOffCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPosOuterWheelCorrOffCalculator", |
|
|
** |
kwargs |
|
) |
| |
◆ EMECPresamplerCalculatorCfg()
| def LArG4ECConfig.EMECPresamplerCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPresamplerCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 157 of file LArG4ECConfig.py.
160 result.addService(CompFactory.LArEndcapPresamplerCalculator(name, **kwargs), primary=
True)
◆ EMECPresamplerCalibrationCalculatorCfg()
| def LArG4ECConfig.EMECPresamplerCalibrationCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECPresamplerCalibrationCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 61 of file LArG4ECConfig.py.
63 result.addService(CompFactory.LArG4.EC.PresamplerCalibrationCalculator(name, **kwargs), primary=
True)
◆ EMECPresamplerGeometryCfg()
| def LArG4ECConfig.EMECPresamplerGeometryCfg |
( |
|
flags, |
|
|
|
name = "EMECPresamplerGeometry", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 163 of file LArG4ECConfig.py.
165 result.addService(CompFactory.LArG4.EC.PresamplerGeometry(name, **kwargs), primary =
True)
◆ EMECSupportCalibrationCalculatorCfg()
| def LArG4ECConfig.EMECSupportCalibrationCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EMECSupportCalibrationCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 83 of file LArG4ECConfig.py.
86 result.addService( CompFactory.LArG4.EMECSupportCalibrationCalculator(name, **kwargs), primary=
True)
◆ EndcapCryostatCalibrationCalculatorCfg()
| def LArG4ECConfig.EndcapCryostatCalibrationCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EndcapCryostatCalibrationCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 66 of file LArG4ECConfig.py.
68 result.addService( CompFactory.LArG4.EndcapCryostat.CalibrationCalculator(name, **kwargs), primary=
True)
◆ EndcapCryostatCalibrationLArCalculatorCfg()
| def LArG4ECConfig.EndcapCryostatCalibrationLArCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EndcapCryostatCalibrationLArCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 71 of file LArG4ECConfig.py.
73 from LArG4SD.LArG4SDToolConfig
import CalibrationDefaultCalculatorCfg
75 result.addService( CompFactory.LArG4.EndcapCryostat.CalibrationLArCalculator(name, **kwargs), primary=
True)
◆ EndcapCryostatCalibrationMixedCalculatorCfg()
| def LArG4ECConfig.EndcapCryostatCalibrationMixedCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EndcapCryostatCalibrationMixedCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 78 of file LArG4ECConfig.py.
80 result.addService( CompFactory.LArG4.EndcapCryostat.CalibrationMixedCalculator(name, **kwargs), primary=
True)
◆ EnergyCalculatorCfg()
| def LArG4ECConfig.EnergyCalculatorCfg |
( |
|
flags, |
|
|
|
name = "EnergyCalculator", |
|
|
** |
kwargs |
|
) |
| |
Definition at line 89 of file LArG4ECConfig.py.
93 kwargs.setdefault(
"OOTcut", 300.0*ns)
95 result.addService(CompFactory.LArG4.EC.EnergyCalculator(name, **kwargs), primary=
True)
def EMECNegBackOuterBarretteCorrOffCalculatorCfg(flags, name="EMECNegBackOuterBarretteCorrOffCalculator", **kwargs)
def EndcapCryostatCalibrationCalculatorCfg(flags, name="EndcapCryostatCalibrationCalculator", **kwargs)
def EMECPosBackOuterBarretteCalibrationCalculatorCfg(flags, name="EMECPosBackOuterBarretteCalibrationCalculator", **kwargs)
def EMECNegInnerWheelCalibrationCalculatorCfg(flags, name="EMECNegInnerWheelCalibrationCalculator", **kwargs)
def EMECPosOuterWheelCalibrationCalculatorCfg(flags, name="EMECPosOuterWheelCalibrationCalculator", **kwargs)
def EMECPresamplerCalibrationCalculatorCfg(flags, name="EMECPresamplerCalibrationCalculator", **kwargs)
def EMECNegBackOuterBarretteCalculatorCfg(flags, name="EMECNegBackOuterBarretteCalculator", **kwargs)
def EMECPresamplerCalculatorCfg(flags, name="EMECPresamplerCalculator", **kwargs)
def EMECPosOuterWheelCalculatorCfg(flags, name="EMECPosOuterWheelCalculator", **kwargs)
def EMECPosInnerWheelCalibrationCalculatorCfg(flags, name="EMECPosInnerWheelCalibrationCalculator", **kwargs)
def EMECNegBackOuterBarretteCalibrationCalculatorCfg(flags, name="EMECNegBackOuterBarretteCalibrationCalculator", **kwargs)
def EMECPosBackOuterBarretteCorrOffCalculatorCfg(flags, name="EMECPosBackOuterBarretteCorrOffCalculator", **kwargs)
def CalibrationCalculatorCfg(name="CalibrationCalculator", **kwargs)
def EMECSupportCalibrationCalculatorCfg(flags, name="EMECSupportCalibrationCalculator", **kwargs)
def EndcapCryostatCalibrationLArCalculatorCfg(flags, name="EndcapCryostatCalibrationLArCalculator", **kwargs)
def EMECPosInnerWheelCorrOffCalculatorCfg(flags, name="EMECPosInnerWheelCorrOffCalculator", **kwargs)
def EMECPosOuterWheelCorrOffCalculatorCfg(flags, name="EMECPosOuterWheelCorrOffCalculator", **kwargs)
def EMECPosBackOuterBarretteCalculatorCfg(flags, name="EMECPosBackOuterBarretteCalculator", **kwargs)
def EMECPosInnerWheelCalculatorCfg(flags, name="EMECPosInnerWheelCalculator", **kwargs)
def EnergyCalculatorCfg(flags, name="EnergyCalculator", **kwargs)
def EMECNegOuterWheelCorrOffCalculatorCfg(flags, name="EMECNegOuterWheelCorrOffCalculator", **kwargs)
def EMECNegInnerWheelCorrOffCalculatorCfg(flags, name="EMECNegInnerWheelCorrOffCalculator", **kwargs)
def EMECPresamplerGeometryCfg(flags, name="EMECPresamplerGeometry", **kwargs)
def EMECNegOuterWheelCalibrationCalculatorCfg(flags, name="EMECNegOuterWheelCalibrationCalculator", **kwargs)
def EMECNegOuterWheelCalculatorCfg(flags, name="EMECNegOuterWheelCalculator", **kwargs)
def EMECNegInnerWheelCalculatorCfg(flags, name="EMECNegInnerWheelCalculator", **kwargs)
def EndcapCryostatCalibrationMixedCalculatorCfg(flags, name="EndcapCryostatCalibrationMixedCalculator", **kwargs)