Parent Directory | Revision Log
Runtime error with ROOT 5.24 fixed, many small changes and warnings fixing
1 | #include "PhysEndRunEvent.h" |
2 | |
3 | using namespace pamela; |
4 | |
5 | PhysEndRunEvent::PhysEndRunEvent(void): SubPacket("PhysEndRun", PacketType::PhysEndRun), |
6 | CALO_ENDRUN(), |
7 | TB_ENDRUN(){ |
8 | } |
9 | |
10 | PhysEndRunEvent::~PhysEndRunEvent(void) { |
11 | } |
12 | ClassImp(PhysEndRunEvent) |
13 | |
14 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |