]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ANALYSIS/TenderSupplies/AliHMPIDTenderSupply.h
o automatic detection of 11a pass4 (Alla)
[u/mrichter/AliRoot.git] / ANALYSIS / TenderSupplies / AliHMPIDTenderSupply.h
1 #ifndef ALIHMPIDTENDERSUPPLY_H\r
2 #define ALIHMPIDTENDERSUPPLY_H\r
3 \r
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *\r
5  * See cxx source for full Copyright notice                               */\r
6 \r
7 ////////////////////////////////////////////////////////////////////////\r
8 //                                                                    //\r
9 //  HMPID tender, reapply pid on the fly                                //\r
10 //                                                                    //\r
11 ////////////////////////////////////////////////////////////////////////\r
12 \r
13 #include <AliTenderSupply.h>\r
14 #include <AliLog.h>\r
15 #include <AliESDpid.h>\r
16 \r
17 class AliESDpid;\r
18 \r
19 class AliHMPIDTenderSupply: public AliTenderSupply {\r
20 \r
21 public:\r
22   AliHMPIDTenderSupply();\r
23   AliHMPIDTenderSupply(const char *name, const AliTender *tender=NULL);\r
24 \r
25   virtual ~AliHMPIDTenderSupply(){;}\r
26 \r
27   virtual void              Init();\r
28   virtual void              ProcessEvent();\r
29 \r
30 \r
31 private:\r
32 \r
33   AliHMPIDTenderSupply(const AliHMPIDTenderSupply&c);\r
34   AliHMPIDTenderSupply& operator= (const AliHMPIDTenderSupply&c);\r
35 \r
36   ClassDef(AliHMPIDTenderSupply, 1);\r
37 };\r
38 \r
39 \r
40 #endif \r