Belle II Software  release-08-01-10
StoreContentList Class Reference

Public Member Functions

def __init__ (self, content, event_number)
 

Public Attributes

 content
 A list of StoreContents.
 
 event_number
 The event number this element describes.
 

Detailed Description

Data class for the content of the storage for one event.

Definition at line 27 of file entities.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  content,
  event_number 
)
Create a new content fr one event.

Parameters:
  content: A list of StoreContents.
  event_number: The event number this element describes.

Definition at line 32 of file entities.py.


The documentation for this class was generated from the following file: