|
||||
File indexing completed on 2025-01-30 10:12:04
0001 0002 // Copyright 2020, Jefferson Science Associates, LLC. 0003 // Subject to the terms in the LICENSE file found in the top-level directory. 0004 0005 #ifndef JANA2_RAWHIT_H 0006 #define JANA2_RAWHIT_H 0007 0008 #include <JANA/JObject.h> 0009 #include <JANA/JException.h> 0010 0011 struct BHit : public JObject { 0012 double E, t; 0013 int sector, layer; 0014 }; 0015 0016 0017 #endif //JANA2_RAWHIT_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |