X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=TRD%2FAliTRDCalibChamberStatus.h;h=da8632a08bcd712fa140932d04fb98e33917fe5f;hp=25f07aeeb51d50a244ebbcad7973239f3a425a06;hb=4a2eec96f5fc1812a8af07cbc3e212e3f01fc7e6;hpb=fd50bb14fe26684d01c912b04f85dfc1aaf08104 diff --git a/TRD/AliTRDCalibChamberStatus.h b/TRD/AliTRDCalibChamberStatus.h index 25f07aeeb51..da8632a08bc 100644 --- a/TRD/AliTRDCalibChamberStatus.h +++ b/TRD/AliTRDCalibChamberStatus.h @@ -21,7 +21,7 @@ class AliRawReader; class AliTRDCalChamberStatus; class AliRawReader; -class AliTRDCalDCS; +class AliTRDCalDCSv2; struct eventHeaderStruct; @@ -37,11 +37,10 @@ public: AliTRDCalibChamberStatus& operator = (const AliTRDCalibChamberStatus &source); void ProcessEvent(AliRawReader *rawReader, Int_t nevents_physics); - void ProcessEvent3(AliRawReader *rawReader, Int_t nevents_physics); - + void Init(); void AnalyseHisto(); - void CheckEORStatus(AliTRDCalDCS *calDCS); + void CheckEORStatus(AliTRDCalDCSv2 *calDCS); void Add(AliTRDCalibChamberStatus *calibChamberStatus); @@ -63,8 +62,8 @@ public: // Plot TH2D *PlotSparseI(Int_t sm, Int_t side); // Plot fStatus for sm - TH2F *MakeHisto2DSmPlEORStatus(AliTRDCalDCS *calDCS, Int_t sm, Int_t pl); - TCanvas *PlotHistos2DSmEORStatus(AliTRDCalDCS *calDCS,Int_t sm, const Char_t *name); + TH2F *MakeHisto2DSmPlEORStatus(AliTRDCalDCSv2 *calDCS, Int_t sm, Int_t pl); + TCanvas *PlotHistos2DSmEORStatus(AliTRDCalDCSv2 *calDCS,Int_t sm, const Char_t *name); // Debug void SetDebugLevel(Short_t level) { fDebugLevel = level; } @@ -92,4 +91,6 @@ public: ClassDef(AliTRDCalibChamberStatus,1) }; -#endif \ No newline at end of file +#endif + +