Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-17 08:20:53

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4EIC_RawCALOROCHitOBJ_H
0004 #define EDM4EIC_RawCALOROCHitOBJ_H
0005 
0006 // data model specific includes
0007 #include "edm4eic/RawCALOROCHitData.h"
0008 #include "edm4eic/CALOROC1ASample.h"
0009 #include "edm4eic/CALOROC1BSample.h"
0010 #include <vector>
0011 
0012 #include "podio/ObjectID.h"
0013 #include <vector>
0014 
0015 
0016 
0017 namespace edm4eic {
0018 
0019 class RawCALOROCHit;
0020 
0021 class RawCALOROCHitObj {
0022 public:
0023   /// constructor
0024   RawCALOROCHitObj();
0025   /// copy constructor (does a deep-copy of relation containers)
0026   RawCALOROCHitObj(const RawCALOROCHitObj&);
0027   /// constructor from ObjectID and RawCALOROCHitData
0028   /// does not initialize the internal relation containers
0029   RawCALOROCHitObj(const podio::ObjectID& id, const RawCALOROCHitData& data);
0030   /// No assignment operator
0031   RawCALOROCHitObj& operator=(const RawCALOROCHitObj&) = delete;
0032   virtual ~RawCALOROCHitObj();
0033 
0034 public:
0035   podio::ObjectID id{};
0036   RawCALOROCHitData data;
0037   std::vector<edm4eic::CALOROC1ASample>* m_aSamples{nullptr};
0038   std::vector<edm4eic::CALOROC1BSample>* m_bSamples{nullptr};
0039 };
0040 
0041 } // namespace edm4eic
0042 
0043 
0044 #endif