Parent Directory | Revision Log | Patch
revision 1.1 by mocchiut, Tue Sep 23 07:20:02 2008 UTC | revision 1.2 by mocchiut, Fri Jul 24 13:53:53 2009 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | using namespace pamela; | using namespace pamela; |
4 | ||
5 | PhysEndRunEvent::PhysEndRunEvent(void): SubPacket("PhysEndRun", PacketType::PhysEndRun), | PhysEndRunEvent::PhysEndRunEvent(void): SubPacket("PhysEndRun", PacketType::PhysEndRun), |
6 | TB_ENDRUN(), | CALO_ENDRUN(), |
7 | CALO_ENDRUN(){ | TB_ENDRUN(){ |
8 | } | } |
9 | ||
10 | PhysEndRunEvent::~PhysEndRunEvent(void) { | |
11 | } | |
12 | ClassImp(PhysEndRunEvent) | ClassImp(PhysEndRunEvent) |
13 | ||
14 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |