/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 00011 #ifndef PERSIMRPCHIT_H 00012 #define PERSIMRPCHIT_H 00013 00014 #include "PerSimEvent/PerSimHit.h" 00015 00016 class PerSimRpcHit : public PerSimHit{ 00017 public: 00018 PerSimRpcHit(); 00019 PerSimRpcHit(double in_energy); 00020 virtual ~PerSimRpcHit(); 00021 00022 double energy; 00023 00024 }; 00025 00026 #endif // PERSIMRPCHIT_H