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

Classes

class  CaloClusterListBadChannel_parms

Functions

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

Variables

 cls = CompFactory.CaloClusterBadChannelList
list CaloClusterListBadChannel_versions

Function Documentation

◆ make_CaloClusterListBadChannel()

CaloClusterListBadChannel.make_CaloClusterListBadChannel ( flags,
corrclass,
name = None,
suffix = None,
version = None,
key = CALOCORR_DEFAULT_KEY,
source = None,
confclass = None,
** kw )

Definition at line 16 of file CaloClusterListBadChannel.py.

24 **kw):
25
26 return makecorr(flags,
27 versions= CaloClusterListBadChannel_versions,
28 name = name,
29 basename = 'listBadChannels',
30 suffix = suffix,
31 version = version,
32 key = key,
33 sampling = None,
34 source = source,
35 confclass = confclass,
36 corrclass = corrclass,
37 **kw)
38
39

Variable Documentation

◆ CaloClusterListBadChannel_versions

list CaloClusterListBadChannel.CaloClusterListBadChannel_versions
Initial value:
1= [
2 ['', cls,
3 ['CaloClusterListBadChannel.CaloClusterListBadChannel_parms',
4 CALOCORR_NOPOOL]],
5 ]

Definition at line 10 of file CaloClusterListBadChannel.py.

◆ cls

CaloClusterListBadChannel.cls = CompFactory.CaloClusterBadChannelList

Definition at line 8 of file CaloClusterListBadChannel.py.