]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/canevas.h
New classes: AliPHOSRecParticle, AliPHOSParticleGuesser, AliPHOSAnalyze
[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 //  Short description                         //
10 //  Author                 SUBATECH           //
11 //      comment                               //  
12 //                                            //
13 ////////////////////////////////////////////////
14
15 // --- ROOT system ---
16
17 // --- Standard library ---
18
19 // --- AliRoot header files ---
20
21 class AliPHOSxxx {
22
23 public:
24   AliPHOSxxx() ;          // ctor
25
26   virtual ~AliPHOSxxx() ; // dtor
27
28 private:
29
30 public:
31
32 ClassDef(AliPHOSxxx,1)  // description , version 1
33
34 };
35
36 #endif // AliPHOSXXX_H