star-travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StiScanEvent.h
Go to the documentation of this file.
1 #ifndef StiScanEvent_h
2 #define StiScanEvent_h
3 
4 #include "StiRootIO/TStiEvent.h"
5 
6 
7 class StiScanEvent : public TStiEvent
8 {
9 public:
10 
11  StiScanEvent();
12 
13  ClassDef(StiScanEvent, 3)
14 };
15 
16 #endif