|
||||
File indexing completed on 2025-01-18 10:17:19
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 0006 #ifndef JANA2_RAWHIT_H 0007 #define JANA2_RAWHIT_H 0008 0009 #include <JANA/JObject.h> 0010 #include <JANA/JException.h> 0011 0012 struct AHit : public JObject { 0013 double E, t, x, y, z; 0014 }; 0015 0016 #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 |