class AliTRDCalChamberStatus;
class AliRawReader;
-class AliTRDCalDCS;
+class AliTRDCalDCSv2;
struct eventHeaderStruct;
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);
// 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; }
ClassDef(AliTRDCalibChamberStatus,1)
};
-#endif
\ No newline at end of file
+#endif
+
+