]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/canevas.h
Coverity fix
[u/mrichter/AliRoot.git] / PHOS / canevas.h
1 #ifndef ALIPHOSXXX_H
2 #define ALIPHOSXXX_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 //_________________________________________________________________________
9 //  Base Class for PHOS     
10 //                  
11 //*-- Author: (SUBATECH)
12
13
14 // --- ROOT system ---
15
16 // --- Standard library ---
17
18 // --- AliRoot header files ---
19
20 class AliPHOSxxx {
21
22 public:
23   AliPHOSxxx() ;          // ctor
24
25   virtual ~AliPHOSxxx() ; // dtor
26
27 private:
28
29   ClassDef(AliPHOSxxx,1)  // description 
30
31 };
32
33 #endif // AliPHOSXXX_H