Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/edm4hep/RecDqdxData.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 EDM4HEP_RecDqdxDATA_H
0004 #define EDM4HEP_RecDqdxDATA_H
0005 
0006 #include "edm4hep/Hypothesis.h"
0007 #include "edm4hep/Quantity.h"
0008 #include <array>
0009 #include <cstdint>
0010 
0011 namespace edm4hep {
0012 
0013 /** @class RecDqdxData
0014  *  dN/dx or dE/dx info of Track.
0015  *  @author: Wenxing Fang, IHEP
0016  */
0017 class RecDqdxData {
0018 public:
0019   ::edm4hep::Quantity dQdx{};                      ///< the reconstructed dEdx or dNdx and its error
0020   std::int16_t particleType{};                     ///< particle type, e(0),mu(1),pi(2),K(3),p(4).
0021   std::int16_t type{};                             ///< type.
0022   std::array<edm4hep::Hypothesis, 5> hypotheses{}; ///< 5 particle hypothesis
0023 
0024   unsigned int hitData_begin{};
0025   unsigned int hitData_end{};
0026 };
0027 
0028 } // namespace edm4hep
0029 
0030 #endif