]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/mood/TMPHS.h
AliMUONRecoCheck udate:
[u/mrichter/AliRoot.git] / EMCAL / mood / TMPHS.h
1 #ifndef TMPHS_H
2 #define TMPHS_H
3
4 /******************************************************************************
5 *                                                                             *
6 * TMPHS                                                                       *
7 *                                                                             *
8 * PHS Module Class                                                            *
9 *                                                                             *
10 * Author: Timo Alho                                                           *
11 *                                                                             *
12 ******************************************************************************/
13
14 #include "TMCal.h"
15
16
17 class TMPHS: public TMCal {
18
19   RQ_OBJECT("TMPHS")
20
21   public:
22
23   TMPHS(const TGWindow *p, UInt_t w, UInt_t h);
24  
25   ClassDef(TMPHS, 1);
26   
27 };
28
29 #endif