DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Public Attributes | List of all members
dd4hep::sim::SimpleRun Class Reference

Simple run description structure. Used in the default I/O mechanism. More...

#include <Geant4Data.h>

Public Member Functions

 SimpleRun ()
 Default constructor. More...
 
virtual ~SimpleRun ()
 Default destructor. More...
 

Public Attributes

int runID { -1 }
 Run identifiers. More...
 
int numEvents { 0 }
 Number of events in this run. More...
 

Detailed Description

Simple run description structure. Used in the default I/O mechanism.

Example class to store the run related information.

Author
M.Frank
Version
1.0

Definition at line 50 of file Geant4Data.h.

Constructor & Destructor Documentation

◆ SimpleRun()

SimpleRun::SimpleRun ( )

Default constructor.

Definition at line 30 of file Geant4Data.cpp.

◆ ~SimpleRun()

SimpleRun::~SimpleRun ( )
virtual

Default destructor.

Definition at line 35 of file Geant4Data.cpp.

Member Data Documentation

◆ numEvents

int dd4hep::sim::SimpleRun::numEvents { 0 }

Number of events in this run.

Definition at line 55 of file Geant4Data.h.

◆ runID

int dd4hep::sim::SimpleRun::runID { -1 }

Run identifiers.

Definition at line 53 of file Geant4Data.h.


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