Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/edm4eic/RawTrackerHitData.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 EDM4EIC_RawTrackerHitDATA_H
0004 #define EDM4EIC_RawTrackerHitDATA_H
0005 
0006 #include <cstdint>
0007 
0008 namespace edm4eic {
0009 
0010 
0011 /** @class RawTrackerHitData
0012  *  Raw (digitized) tracker hit
0013  *  @author: W. Armstrong, S. Joosten
0014  */
0015 class RawTrackerHitData {
0016 public:
0017   std::uint64_t cellID{}; ///< The detector specific (geometrical) cell id.
0018   std::int32_t charge{}; ///< ADC value
0019   std::int32_t timeStamp{}; ///< TDC value.
0020 
0021 };
0022 
0023 
0024 namespace v850 {
0025 using RawTrackerHitData = edm4eic::RawTrackerHitData;
0026 } // namespace v850
0027 
0028 
0029 } // namespace edm4eic
0030 
0031 
0032 #endif