ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.subdetectors.afp.DCSC_Variable_With_Mapping Class Reference
Inheritance diagram for python.subdetectors.afp.DCSC_Variable_With_Mapping:
Collaboration diagram for python.subdetectors.afp.DCSC_Variable_With_Mapping:

Public Member Functions

def __init__ (self, folder, evaluator, *mapping=None, **kwargs)
 
def read (self, query_range, folder_base, folder_name)
 

Public Attributes

 mapping
 

Detailed Description

Definition at line 22 of file afp.py.

Constructor & Destructor Documentation

◆ __init__()

def python.subdetectors.afp.DCSC_Variable_With_Mapping.__init__ (   self,
  folder,
  evaluator,
mapping = None,
**  kwargs 
)

Definition at line 23 of file afp.py.

23  def __init__(self, folder, evaluator, *, mapping=None, **kwargs):
24  super().__init__(folder, evaluator, **kwargs)
25  self.mapping = mapping
26 

Member Function Documentation

◆ read()

def python.subdetectors.afp.DCSC_Variable_With_Mapping.read (   self,
  query_range,
  folder_base,
  folder_name 
)

Definition at line 27 of file afp.py.

27  def read(self, query_range, folder_base, folder_name):
28  result = super().read(query_range, folder_base, folder_name)
29  if self.mapping is not None:
30  result = map_channels(result, self.mapping, folder_name)
31  return result
32 

Member Data Documentation

◆ mapping

python.subdetectors.afp.DCSC_Variable_With_Mapping.mapping

Definition at line 25 of file afp.py.


The documentation for this class was generated from the following file:
read
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)
Definition: openCoraCool.cxx:569
python.libcore.map_channels
def map_channels(iovs, mapping, folder)
Definition: libcore.py:39
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18