|
||||
File indexing completed on 2025-01-18 09:55:34
0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT 0002 0003 #ifndef EDM4HEP_CalorimeterHitDATA_H 0004 #define EDM4HEP_CalorimeterHitDATA_H 0005 0006 #include "edm4hep/Vector3f.h" 0007 #include <cstdint> 0008 0009 namespace edm4hep { 0010 0011 /** @class CalorimeterHitData 0012 * Calorimeter hit 0013 * @author: F.Gaede, DESY 0014 */ 0015 class CalorimeterHitData { 0016 public: 0017 std::uint64_t cellID{}; ///< detector specific (geometrical) cell id. 0018 float energy{}; ///< energy of the hit in [GeV]. 0019 float energyError{}; ///< error of the hit energy in [GeV]. 0020 float time{}; ///< time of the hit in [ns]. 0021 ::edm4hep::Vector3f position{}; ///< position of the hit in world coordinates in [mm]. 0022 std::int32_t type{}; ///< type of hit. Mapping of integer types to names via collection parameters 0023 ///< "CalorimeterHitTypeNames" and "CalorimeterHitTypeValues". 0024 }; 0025 0026 } // namespace edm4hep 0027 0028 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |