LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::ClosedRangeSetHandler::EventInfo Struct Reference

Public Member Functions

void set (EventID const &eid, bool const last)
 

Public Attributes

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

Detailed Description

Definition at line 80 of file ClosedRangeSetHandler.h.

Member Function Documentation

void art::ClosedRangeSetHandler::EventInfo::set ( EventID const &  eid,
bool const  last 
)
inline

Definition at line 82 of file ClosedRangeSetHandler.h.

Referenced by art::ClosedRangeSetHandler::do_update().

83  {
84  id = eid;
85  lastInSubRun = last;
86  }

Member Data Documentation

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

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