| 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.0 2005/08/29 09:45:48 Maurizio Nagni Exp $ |
| 4 |
* $Author: nagni $ |
* $Author: Maurizio Nagni $ |
| 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) |