Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:55:40

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4HEP_TrackerPulseOBJ_H
0004 #define EDM4HEP_TrackerPulseOBJ_H
0005 
0006 // data model specific includes
0007 #include "edm4hep/TrackerPulseData.h"
0008 
0009 #include "podio/ObjectID.h"
0010 
0011 // forward declarations
0012 namespace edm4hep {
0013 class TimeSeries;
0014 }
0015 
0016 namespace edm4hep {
0017 
0018 class TrackerPulse;
0019 
0020 class TrackerPulseObj {
0021 public:
0022   /// constructor
0023   TrackerPulseObj();
0024   /// copy constructor (does a deep-copy of relation containers)
0025   TrackerPulseObj(const TrackerPulseObj&);
0026   /// constructor from ObjectID and TrackerPulseData
0027   /// does not initialize the internal relation containers
0028   TrackerPulseObj(const podio::ObjectID id, TrackerPulseData data);
0029   /// No assignment operator
0030   TrackerPulseObj& operator=(const TrackerPulseObj&) = delete;
0031   virtual ~TrackerPulseObj();
0032 
0033 public:
0034   podio::ObjectID id;
0035   TrackerPulseData data;
0036   edm4hep::TimeSeries* m_timeSeries{nullptr};
0037 };
0038 
0039 } // namespace edm4hep
0040 
0041 #endif