Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-14 10:18:49

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef PODIODATAMODEL_ExampleClusterDATA_H
0004 #define PODIODATAMODEL_ExampleClusterDATA_H
0005 
0006 
0007 
0008 
0009 /** @class ExampleClusterData
0010  *  Cluster
0011  *  @author: B. Hegner
0012  */
0013 class ExampleClusterData {
0014 public:
0015   double energy{}; ///< cluster energy
0016 
0017   unsigned int Hits_begin{};
0018   unsigned int Hits_end{};
0019   unsigned int Clusters_begin{};
0020   unsigned int Clusters_end{};
0021 };
0022 
0023 
0024 namespace v1 {
0025 using ExampleClusterData = ExampleClusterData;
0026 } // namespace v1
0027 
0028 
0029 
0030 
0031 #endif