1 |
/** @file |
2 |
* $Source: /home/cvspamela/yoda/event/InclinationEvent.h,v $ |
3 |
* $Id: InclinationEvent.h,v 1.6 2004/03/16 10:18:28 nagni Exp $ |
4 |
* $Author: nagni $ |
5 |
* |
6 |
* Header file for the InclinationEvent class. |
7 |
*/ |
8 |
#ifndef INCLINATION_EVENT_H |
9 |
#define INCLINATION_EVENT_H |
10 |
|
11 |
#include "SubPacket.h" |
12 |
|
13 |
namespace pamela { |
14 |
/** |
15 |
* Information events about the inclination. |
16 |
*/ |
17 |
class InclinationEvent: public pamela::SubPacket { |
18 |
private: |
19 |
public: |
20 |
InclinationEvent(void); |
21 |
ClassDef(InclinationEvent, 1) |
22 |
}; |
23 |
} |
24 |
|
25 |
#endif /* INCLINATION_EVENT_H */ |
26 |
|