]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/AliFRAMEv1.h
added the delete of EMCAL object posted in the folder when new file is opened
[u/mrichter/AliRoot.git] / STRUCT / AliFRAMEv1.h
CommitLineData
b43eb0dc 1#ifndef ALIFRAMEV1_H
2#define ALIFRAMEV1_H
3da30618 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
ba25f477 8/////////////////////////////////////////////////////////
9// Manager and class for detector: FRAME version 0 //
10/////////////////////////////////////////////////////////
fe4da5cc 11
12#include "AliFRAME.h"
ba25f477 13
fe4da5cc 14class AliFRAMEv1 : public AliFRAME {
ba25f477 15
fe4da5cc 16public:
17 AliFRAMEv1();
18 AliFRAMEv1(const char *name, const char *title);
ba25f477 19 virtual ~AliFRAMEv1() {}
20 virtual void CreateGeometry();
21 virtual void CreateMaterials();
22 virtual void Init();
23 virtual Int_t IsVersion() const {return 1;}
24
25 ClassDef(AliFRAMEv1,1) //Class for FRAME version 0
fe4da5cc 26};
ba25f477 27
fe4da5cc 28#endif