ATLAS Offline Software
Loading...
Searching...
No Matches
python.TriggerEDMDefs.InViews Class Reference
Inheritance diagram for python.TriggerEDMDefs.InViews:
Collaboration diagram for python.TriggerEDMDefs.InViews:

Public Member Functions

 __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__()

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: