]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/Alieve/.SKEL.h
Merge from EVE-dev.
[u/mrichter/AliRoot.git] / EVE / Alieve / .SKEL.h
1 // $Header$
2
3 #ifndef ALIEVE_CLASS_H
4 #define ALIEVE_CLASS_H
5
6 #include <Reve/Reve.h>
7
8 #include <TObject.h>
9
10 namespace Alieve {
11
12 class CLASS
13 {
14 protected:
15
16 public:
17   CLASS();
18
19   ClassDef(CLASS, 1);
20 }; // endclass CLASS
21
22 }
23
24 #endif