Definition at line 3 of file SCTCondAlgCardinality.py.
◆ __init__()
def python.SCTCondAlgCardinality.SCTCondAlgCardinality.__init__ |
( |
|
self | ) |
|
Definition at line 6 of file SCTCondAlgCardinality.py.
7 self.clonableCondAlgNames = [
9 "SCT_ConditionsParameterCondAlg",
10 "SCT_ConfigurationCondAlg",
11 "SCT_DCSConditionsHVCondAlg",
12 "SCT_DCSConditionsStatCondAlg",
13 "SCT_DCSConditionsTempCondAlg",
14 "SCT_DetectorElementCondAlg",
15 "SCT_LinkMaskingCondAlg",
16 "SCT_MajorityCondAlg",
17 "SCT_ModuleVetoCondAlg",
19 "SCT_ReadCalibChipGainCondAlg",
20 "SCT_ReadCalibChipNoiseCondAlg",
21 "SCT_ReadCalibDataCondAlg",
24 "SCT_SiliconHVCondAlg",
25 "SCT_SiliconTempCondAlg",
26 "SCT_TdaqEnabledCondAlg",
28 "SCTSiLorentzAngleCondAlg",
30 "SCTSiPropertiesCondAlg",
32 "SCT_CablingCondAlgFromCoraCool",
33 "SCT_CablingCondAlgFromText",
35 "InDetSiElementPropertiesTableCondAlg",
37 "InDetSiDetElementBoundaryLinksSCTCondAlg",
39 "InDet__SiDetElementsRoadCondAlg_xk"
◆ set()
def python.SCTCondAlgCardinality.SCTCondAlgCardinality.set |
( |
|
self, |
|
|
|
numThreads |
|
) |
| |
Definition at line 42 of file SCTCondAlgCardinality.py.
42 def set(self, numThreads):
44 from AthenaCommon.AlgSequence
import AthSequencer
46 for condAlgName
in self.clonableCondAlgNames:
47 if hasattr(condSeq, condAlgName):
48 condAlg = getattr(condSeq, condAlgName)
49 condAlg.Cardinality = numThreads
◆ clonableCondAlgNames
python.SCTCondAlgCardinality.SCTCondAlgCardinality.clonableCondAlgNames |
The documentation for this class was generated from the following file:
constexpr std::enable_if_t< is_bitmask_v< E >, E & > set(E &lhs, E rhs)
Convenience function to set bits in a class enum bitmask.