Parent Directory
|
Revision Log
Initial revision
| 1 | /** @file |
| 2 | * $Source: /home/cvspamela/yoda/event/InclinationEvent.cpp,v $ |
| 3 | * $Id: InclinationEvent.cpp,v 1.6 2004/03/16 10:18:28 nagni Exp $ |
| 4 | * $Author: nagni $ |
| 5 | * |
| 6 | * Implementation of the InclinationEvent class. |
| 7 | */ |
| 8 | #include "InclinationEvent.h" |
| 9 | |
| 10 | using namespace pamela; |
| 11 | |
| 12 | InclinationEvent::InclinationEvent(void): |
| 13 | SubPacket("Raw", PacketType::Inclination) { |
| 14 | |
| 15 | } |
| 16 | |
| 17 | ClassImp(InclinationEvent) |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |