Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:01:27

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef PODIODATAMODEL_EventInfoDATA_H
0004 #define PODIODATAMODEL_EventInfoDATA_H
0005 
0006 
0007 
0008 
0009 /** @class EventInfoData
0010  *  Event info
0011  *  @author: N. Brei
0012  */
0013 class EventInfoData {
0014 public:
0015   int EventNumber{}; ///< event number
0016   int TimesliceNumber{}; ///< timeslice number
0017   int RunNumber{}; ///< run number
0018 
0019 };
0020 
0021 
0022 
0023 #endif