Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-01 08:57:57

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 #pragma once
0006 
0007 #include <JANA/JObject.h>
0008 #include <JANA/JException.h>
0009 
0010 struct BHit : public JObject {
0011     double E, t;
0012     int sector, layer;
0013 };
0014