/[PAMELA software]/DarthVader/TrackerLevel2/inc/TrkCalib.h
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/inc/TrkCalib.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pam-fi, Thu May 24 16:45:47 2007 UTC revision 1.4 by mocchiut, Fri Oct 19 08:39:31 2007 UTC
# Line 14  Line 14 
14    
15  using namespace pamela;  using namespace pamela;
16  #include <iostream>  #include <iostream>
17    #include <math.h> // EMILIANO: needed to compile with ROOT > 5.16/x
18  using namespace std;  using namespace std;
19  /**  /**
20   * \brief Class to describe tracker calibration data.   * \brief Class to describe tracker calibration data.
# Line 56  class TrkCalib : public TObject{ Line 57  class TrkCalib : public TObject{
57      Float_t* Get(TString, Int_t, Int_t);      Float_t* Get(TString, Int_t, Int_t);
58      Float_t* Get(TString what, Int_t ipkt) { return Get(what,ipkt,0); };      Float_t* Get(TString what, Int_t ipkt) { return Get(what,ipkt,0); };
59    
60      TH1F* GetHisto(TString, Int_t, Int_t);      TH1F* GetHisto(TString, Int_t, Int_t, Int_t);
61      TH1F* GetHisto(TString what, Int_t ipkt) { return GetHisto(what,ipkt,0); };      TH1F* GetHisto(TString what, Int_t ipkt, Int_t ivk) { return GetHisto(what,ipkt,ivk,1); };
62        TH1F* GetHisto(TString what, Int_t ipkt) { return GetHisto(what,ipkt,0,1); };
63    
64      void HeaderDump(Int_t);      void HeaderDump(Int_t);
65    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23