ATLAS Offline Software
Functions
CaloSwDeadOTX_ps Namespace Reference

Functions

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

Function Documentation

◆ make_CaloSwDeadOTX_ps()

def 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.

52 def make_CaloSwDeadOTX_ps(flags,
53  name = None,
54  suffix = None,
55  version = None,
56  key = CALOCORR_DEFAULT_KEY,
57  source = None,
58  confclass = None,
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)
CaloAffectedTool
Tool to check if object is in an affected region.
Definition: CaloAffectedTool.h:27
CaloSwDeadOTX_ps.make_CaloSwDeadOTX_ps
def make_CaloSwDeadOTX_ps(flags, name=None, suffix=None, version=None, key=CALOCORR_DEFAULT_KEY, source=None, confclass=None, **kw)
Definition: CaloSwDeadOTX_ps.py:52