]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PHOS/canevas.h
Change debug print-out
[u/mrichter/AliRoot.git] / PHOS / canevas.h
... / ...
CommitLineData
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
20class AliPHOSxxx {
21
22public:
23 AliPHOSxxx() ; // ctor
24
25 virtual ~AliPHOSxxx() ; // dtor
26
27private:
28
29 ClassDef(AliPHOSxxx,1) // description
30
31};
32
33#endif // AliPHOSXXX_H