ATLAS Offline Software
Loading...
Searching...
No Matches
CaloSwDeadOTX_ps Namespace Reference

Functions

 make_CaloSwDeadOTX_ps (flags, name=None, suffix=None, version=None, key=CALOCORR_DEFAULT_KEY, source=None, confclass=None, **kw)

Function Documentation

◆ make_CaloSwDeadOTX_ps()

CaloSwDeadOTX_ps.make_CaloSwDeadOTX_ps ( flags,
name = None,
suffix = None,
version = None,
key = CALOCORR_DEFAULT_KEY,
source = None,
confclass = None,
** kw )

Definition at line 52 of file CaloSwDeadOTX_ps.py.

59 **kw):
60
61 CaloAffectedTool = CompFactory.CaloAffectedTool # CaloTools
62 theAffectedTool = CaloAffectedTool("CaloAffectedToolForDeadOTX_ps")
63
64 # Make the tool.
65 return makecorr (flags,
66 versions = CaloSwDeadOTX_ps_versions,
67 name = name,
68 basename = 'deadOTXps',
69 suffix = suffix,
70 version = version,
71 key = key,
72 sampling = None,
73 source = source,
74 confclass = confclass,
75 corrclass = CALOCORR_SW,
76 AffectedTool = theAffectedTool,
77 **kw)
Tool to check if object is in an affected region.