|
||||
File indexing completed on 2024-04-06 12:25:46
0001 #ifndef RecoLocalCalo_HcalRecAlgos_interface_HcalConstants_h 0002 #define RecoLocalCalo_HcalRecAlgos_interface_HcalConstants_h 0003 0004 namespace hcal::constants { 0005 0006 constexpr int maxSamples = 10; 0007 constexpr int maxPSshapeBin = 256; 0008 constexpr int nsPerBX = 25; 0009 constexpr float iniTimeShift = 92.5f; 0010 constexpr float invertnsPerBx = 0.04f; 0011 constexpr int shiftTS = 4; 0012 0013 } // namespace hcal::constants 0014 0015 #endif // RecoLocalCalo_HcalRecAlgos_interface_HcalConstants_h
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |