]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/AliTPCcalibLaser.h
AliTPCcalibLaser.h - Adding run number
[u/mrichter/AliRoot.git] / TPC / AliTPCcalibLaser.h
1 #ifndef ALITPCCALIBLASER_H
2 #define ALITPCCALIBLASER_H
3
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice                               */
6
7 ////
8 ////
9 ////
10
11 #include "TObject.h"
12 #include "TObjArray.h"
13 #include "TLinearFitter.h"
14 #include "AliTPCcalibBase.h"
15 #include "TH1.h"
16
17 class AliExternalTrackParam;
18 class AliESDtrack;
19 class TGraphErrors;
20
21 class AliTPCcalibLaser:public AliTPCcalibBase {
22 public:
23   AliTPCcalibLaser();
24   AliTPCcalibLaser(const Text_t *name, const Text_t *title);
25   virtual ~AliTPCcalibLaser();
26   virtual void Process(AliESDtrack *track, Int_t run);
27   virtual void Analyze();
28   //
29
30 private:
31   ClassDef(AliTPCcalibLaser,1)
32 };
33
34
35
36
37
38 #endif