#include #include #include "TFile.h" #include "TGraph.h" #include "TH1F.h" const Char_t *InputFileADCcorrHoleSlats="Adcb_Adct_HoleModule.root"; TH1F *hMedianSlopeADCtb_hole; const Int_t SlatMinHole=50; // in reality, the hole concern slats 51-53 const Int_t SlatMaxHole=54; // but neighbouring slats show similar effects // probably due to brownishing (too much irradiated in the centre) TGraph *gADCcorrHoleSlat[2][200]; Bool_t ADCcorrHoleSlat(Int_t,Int_t,Int_t,Int_t&,Int_t&);