]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/Cal/AliTRDCalDCSGTUBoardInfo.h
Added some plots
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalDCSGTUBoardInfo.h
index eab78adc33313fd1dd525949831c89d5414738f1..926f8641ce79e8085d109603ab49c73c514921df 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef AliTRDCALDCSGTUBoardInfo_H
-#define AliTRDCALDCSGTUBoardInfo_H
+#ifndef ALITRDCALDCSGTUBOARDINFO_H
+#define ALITRDCALDCSGTUBOARDINFO_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -23,42 +23,42 @@ class AliTRDCalDCSGTUBoardInfo : public TNamed {
   AliTRDCalDCSGTUBoardInfo(const char *name, const char *title);
   virtual ~AliTRDCalDCSGTUBoardInfo() { };
 
-  TString GetId()                                     { return fId;                           }
-  Int_t   GetType()                                   { return fType;                         }
-  Int_t   GetPciGa()                                  { return fPciGa;                        }
+  TString GetId() const                               { return fId;                           }
+  Int_t   GetType() const                             { return fType;                         }
+  Int_t   GetPciGa() const                            { return fPciGa;                        }
 
   void    SetId(TString id)                           { fId = id;                             }
   void    SetType(Int_t ty)                           { fType = ty;                           }
   void    SetPciGa(Int_t ga)                          { fPciGa = ga;                          }
 
-  TString GetHwDate()                                 { return fHwDate;                       }
-  Int_t   GetHwRev()                                  { return fHwRev;                        }
-  Int_t   GetHwClean()                                { return fHwClean;                      }
+  TString GetHwDate() const                           { return fHwDate;                       }
+  Int_t   GetHwRev() const                            { return fHwRev;                        }
+  Int_t   GetHwClean() const                          { return fHwClean;                      }
 
   void    SetHwDate(TString hd)                       { fHwDate = hd;                         }
   void    SetHwRev(Int_t hr)                          { fHwRev = hr;                          }
   void    SetHwClean(Int_t hc)                        { fHwClean = hc;                        }
 
-  TString GetSwDate()                                 { return fSwDate;                       }
-  Int_t   GetSwRev()                                  { return fSwRev;                        }
-  Int_t   GetSwClean()                                { return fSwClean;                      }
+  TString GetSwDate() const                           { return fSwDate;                       }
+  Int_t   GetSwRev() const                            { return fSwRev;                        }
+  Int_t   GetSwClean() const                          { return fSwClean;                      }
 
   void    SetSwDate(TString sd)                       { fSwDate = sd;                         }
   void    SetSwRev(Int_t sr)                          { fSwRev = sr;                          }
   void    SetSwClean(Int_t sc)                        { fSwClean = sc;                        }
 
   protected:
-  TString fId;
-  Int_t   fType;
-  Int_t   fPciGa;
+  TString fId; // value from the board_id attribute of the board_info tag within a board_info tag
+  Int_t   fType; // value from the design_type attribute of the board_info tag within a board_info tag
+  Int_t   fPciGa; // value from the pci_ga attribute of the board_info tag within a board_info tag
 
-  TString fHwDate;
-  Int_t   fHwRev;
-  Int_t   fHwClean;
+  TString fHwDate; // value from the date attribute of the hardware tag within a board_info tag
+  Int_t   fHwRev; // value from the rev attribute of the hardware tag within a board_info tag
+  Int_t   fHwClean; // value from the clean attribute of the hardware tag within a board_info tag
 
-  TString fSwDate;
-  Int_t   fSwRev;
-  Int_t   fSwClean;
+  TString fSwDate; // value from the date attribute of the software tag within a board_info tag
+  Int_t   fSwRev; // value from the rev attribute of the software tag within a board_info tag
+  Int_t   fSwClean; // value from the clean attribute of the software tag within a board_info tag
 
   ClassDef(AliTRDCalDCSGTUBoardInfo,1)      //  TRD calibration class for TRD GTU parameters