ATLAS Offline Software
Public Member Functions | List of all members
python.TriggerEDMDefs.InViews Class Reference
Inheritance diagram for python.TriggerEDMDefs.InViews:
Collaboration diagram for python.TriggerEDMDefs.InViews:

Public Member Functions

def __init__ (self, value)
 

Detailed Description

EDM property to configure collections available in a given view

Definition at line 16 of file TriggerEDMDefs.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TriggerEDMDefs.InViews.__init__ (   self,
  value 
)

Definition at line 18 of file TriggerEDMDefs.py.

18  def __init__(self, value):
19  if ',' in value:
20  raise ValueError(f'Invalid view name: {value}')
21  super().__init__(value)
22 
23 # EDM property to allow truncation for a collection

The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18