1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvspamela/yoda/event/PscuEvent.cpp,v $ |
* $Source: /home/cvsmanager/yoda/event/PscuEvent.cpp,v $ |
3 |
* $Id: PscuEvent.cpp,v 1.6 2004/03/16 10:18:28 nagni Exp $ |
* $Id: PscuEvent.cpp,v 5.1 2006/02/04 12:37:43 kusanagi Exp $ |
4 |
* $Author: nagni $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the PscuEvent class. |
* Implementation of the PscuEvent class. |
7 |
*/ |
*/ |
9 |
|
|
10 |
using namespace pamela; |
using namespace pamela; |
11 |
|
|
12 |
PscuEvent::PscuEvent(void): SubPacket("Techmodel", PacketType::Pscu) { |
PscuEvent::PscuEvent(void): SubPacket("Pscu", PacketType::Pscu) { |
13 |
} |
} |
14 |
|
|
15 |
ClassImp(PscuEvent) |
ClassImp(PscuEvent) |