]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/EveDet/.SKEL.h
New code for full visualization of the vzero raw data. ctrl-alt-letf-button shows...
[u/mrichter/AliRoot.git] / EVE / EveDet / .SKEL.h
CommitLineData
5a5a1232 1// $Header$
2
a15e6d7d 3#ifndef AliEveCLASS_H
4#define AliEveCLASS_H
5a5a1232 5
6#include <Reve/Reve.h>
7
8#include <TObject.h>
9
10namespace Alieve {
11
12class CLASS
13{
5a5a1232 14public:
15 CLASS();
a8600b56 16 virtual ~CLASS() {}
5a5a1232 17
4b456ebb 18protected:
19
20private:
21 CLASS(const CLASS&); // Not implemented
22 CLASS& operator=(const CLASS&); // Not implemented
23
24 ClassDef(CLASS, 0); // Short desc/purpose of CLASS
25};
5a5a1232 26
27}
28
29#endif