Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-18 09:10:56

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 
0011 /** @class RecDqdxData
0012  *  dN/dx or dE/dx info of a Track
0013  *  @author: EDM4hep authors
0014  */
0015 class RecDqdxData {
0016 public:
0017   ::edm4hep::Quantity dQdx{}; ///< the reconstructed dEdx or dNdx and its error
0018 
0019 };
0020 
0021 } // namespace edm4hep
0022 
0023 
0024 #endif