|
|
|||
File indexing completed on 2025-12-16 10:13:01
0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT 0002 0003 #ifndef EDM4HEP_RecDqdxDATA_H 0004 #define EDM4HEP_RecDqdxDATA_H 0005 0006 #include "edm4hep/Quantity.h" 0007 0008 namespace edm4hep { 0009 0010 /** @class RecDqdxData 0011 * dN/dx or dE/dx info of a Track 0012 * @author: EDM4hep authors 0013 */ 0014 class RecDqdxData { 0015 public: 0016 ::edm4hep::Quantity dQdx{}; ///< the reconstructed dEdx or dNdx and its error 0017 }; 0018 0019 namespace v5 { 0020 using RecDqdxData = edm4hep::RecDqdxData; 0021 } // namespace v5 0022 0023 } // namespace edm4hep 0024 0025 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|