SimpleEvent.h
Go to the documentation of this file.
1 #ifndef art_test_Framework_Principal_SimpleEvent_h
2 #define art_test_Framework_Principal_SimpleEvent_h
3 
5 
6 namespace arttest {
7 
8  struct SimpleEvent {
9  SimpleEvent(art::EventID const& eid, bool const last)
10  : id{eid}, lastInSubRun{last}
11  {}
12 
14  bool lastInSubRun{false};
15  };
16 
17 } // namespace arttest
18 
19 #endif /* art_test_Framework_Principal_SimpleEvent_h */
20 
21 // Local variables:
22 // mode: c++
23 // End:
SimpleEvent(art::EventID const &eid, bool const last)
Definition: SimpleEvent.h:9
art::EventID id
Definition: SimpleEvent.h:13
static constexpr EventID invalidEvent() noexcept
Definition: EventID.h:202