Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/JANA/examples/PodioDatamodel/TimesliceInfoData.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef PODIODATAMODEL_TimesliceInfoDATA_H
0004 #define PODIODATAMODEL_TimesliceInfoDATA_H
0005 
0006 
0007 
0008 
0009 /** @class TimesliceInfoData
0010  *  Timeslice info
0011  *  @author: N. Brei
0012  */
0013 class TimesliceInfoData {
0014 public:
0015   int TimesliceNumber{}; ///< timeslice number
0016   int RunNumber{}; ///< run number
0017 
0018 };
0019 
0020 
0021 namespace v1 {
0022 using TimesliceInfoData = TimesliceInfoData;
0023 } // namespace v1
0024 
0025 
0026 
0027 
0028 #endif