]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/Alieve/.SKEL.h
Merge from EVE-dev.
[u/mrichter/AliRoot.git] / EVE / Alieve / .SKEL.h
CommitLineData
5a5a1232 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
10namespace Alieve {
11
12class CLASS
13{
14protected:
15
16public:
17 CLASS();
18
19 ClassDef(CLASS, 1);
20}; // endclass CLASS
21
22}
23
24#endif