]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/AliFRAME.h
Introduction of the Copyright and cvs Log
[u/mrichter/AliRoot.git] / STRUCT / AliFRAME.h
CommitLineData
fe4da5cc 1#ifndef FRAME_H
2#define FRAME_H
3////////////////////////////////////////////////
4// Manager class for detector: FRAME //
5////////////////////////////////////////////////
6
b8032157 7#include "AliModule.h"
fe4da5cc 8
9
b8032157 10class AliFRAME : public AliModule {
fe4da5cc 11
12public:
13 AliFRAME();
14 AliFRAME(const char *name, const char *title);
15 virtual ~AliFRAME() {}
fe4da5cc 16 virtual Int_t IsVersion() const =0;
fe4da5cc 17
18 ClassDef(AliFRAME,1) //Class for Space Frame
19};
20
21#endif
22
23
24