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