Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Framework
Principal
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
4
#include "
canvas/Persistency/Provenance/EventID.h
"
5
6
namespace
arttest
{
7
8
struct
SimpleEvent
{
9
SimpleEvent
(
art::EventID
const
& eid,
bool
const
last)
10
:
id
{eid},
lastInSubRun
{last}
11
{}
12
13
art::EventID
id
{
art::EventID::invalidEvent
()};
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:
EventID.h
arttest
Definition:
GroupSelector_t.h:4
arttest::SimpleEvent
Definition:
SimpleEvent.h:8
arttest::SimpleEvent::SimpleEvent
SimpleEvent(art::EventID const &eid, bool const last)
Definition:
SimpleEvent.h:9
arttest::SimpleEvent::id
art::EventID id
Definition:
SimpleEvent.h:13
art::EventID::invalidEvent
static constexpr EventID invalidEvent() noexcept
Definition:
EventID.h:202
arttest::SimpleEvent::lastInSubRun
bool lastInSubRun
Definition:
SimpleEvent.h:14
art::EventID
Definition:
EventID.h:20
Generated by
1.8.11