]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/canevas.h
added the correction for the start point depth of the shower (GetMomentumDirection)
[u/mrichter/AliRoot.git] / PHOS / canevas.h
CommitLineData
d15a28e7 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
6ad0bfa0 6/* $Id$ */
7
d15a28e7 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
21class AliPHOSxxx {
22
23public:
6ad0bfa0 24 AliPHOSxxx() ; // ctor
d15a28e7 25
26 virtual ~AliPHOSxxx() ; // dtor
27
28private:
29
92862013 30 ClassDef(AliPHOSxxx,1) // description , version 1
d15a28e7 31
32};
33
34#endif // AliPHOSXXX_H