|
||||
File indexing completed on 2025-01-18 09:55:28
0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT 0002 0003 #ifndef EDM4EIC_CalorimeterHitDATA_H 0004 #define EDM4EIC_CalorimeterHitDATA_H 0005 0006 #include "edm4hep/Vector3f.h" 0007 #include <cstdint> 0008 0009 namespace edm4eic { 0010 0011 0012 /** @class CalorimeterHitData 0013 * Calorimeter hit 0014 * @author: W. Armstrong, S. Joosten 0015 */ 0016 class CalorimeterHitData { 0017 public: 0018 std::uint64_t cellID{}; ///< The detector specific (geometrical) cell id. 0019 float energy{}; ///< The energy for this hit in [GeV]. 0020 float energyError{}; ///< Error on energy [GeV]. 0021 float time{}; ///< The time of the hit in [ns]. 0022 float timeError{}; ///< Error on the time 0023 ::edm4hep::Vector3f position{}; ///< The global position of the hit in world coordinates [mm]. 0024 ::edm4hep::Vector3f dimension{}; ///< The dimension information of the cell [mm]. 0025 std::int32_t sector{}; ///< Sector that this hit occurred in 0026 std::int32_t layer{}; ///< Layer that the hit occurred in 0027 ::edm4hep::Vector3f local{}; ///< The local coordinates of the hit in the detector segment [mm]. 0028 0029 }; 0030 0031 } // namespace edm4eic 0032 0033 0034 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |