Public Member Functions | Public Attributes | List of all members
arttest::SimpleEvent Struct Reference

#include <SimpleEvent.h>

Public Member Functions

 SimpleEvent (art::EventID const &eid, bool const last)
 

Public Attributes

art::EventID id {art::EventID::invalidEvent()}
 
bool lastInSubRun {false}
 

Detailed Description

Definition at line 8 of file SimpleEvent.h.

Constructor & Destructor Documentation

arttest::SimpleEvent::SimpleEvent ( art::EventID const &  eid,
bool const  last 
)
inline

Definition at line 9 of file SimpleEvent.h.

10  : id{eid}, lastInSubRun{last}
11  {}

Member Data Documentation

art::EventID arttest::SimpleEvent::id {art::EventID::invalidEvent()}

Definition at line 13 of file SimpleEvent.h.

bool arttest::SimpleEvent::lastInSubRun {false}

Definition at line 14 of file SimpleEvent.h.


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