Warning, file /include/JANA/examples/PodioDatamodel/EventInfoData.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003 #ifndef PODIODATAMODEL_EventInfoDATA_H
0004 #define PODIODATAMODEL_EventInfoDATA_H
0005
0006
0007
0008
0009
0010
0011
0012
0013 class EventInfoData {
0014 public:
0015 int EventNumber{};
0016 int TimesliceNumber{};
0017 int RunNumber{};
0018
0019 };
0020
0021
0022 namespace v1 {
0023 using EventInfoData = EventInfoData;
0024 }
0025
0026
0027
0028
0029 #endif