From c3d9c91b53d915db10502e6c103b061f0424ac0c Mon Sep 17 00:00:00 2001 From: Benjamin Linnik Date: Thu, 7 May 2015 14:17:21 +0200 Subject: [PATCH] Anylyzer: Addapted to ROOT 6 --- MABS_run_analyzer/MAPS.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/MABS_run_analyzer/MAPS.h b/MABS_run_analyzer/MAPS.h index ce472b4..b9e52b6 100644 --- a/MABS_run_analyzer/MAPS.h +++ b/MABS_run_analyzer/MAPS.h @@ -134,8 +134,6 @@ private: ifstream* fInn; /// ROOT output file with hit, noise, cluster and pedestial information TFile* fOutputFile; - /// Pointer to the ROOT TTree of the run containing the noise, only used if external noise used - TTree* fNoiseTree; /// Pointer to the ROOT TTree of the current frame in the current run TTree* fDynNoiseTree; /// system of the run, "PXI" or "USB", set and passed initMapsRun() to in the constructor @@ -340,6 +338,9 @@ public: * @brief Old routine, shoould be deletable without side effects */ bool getNoise (UInt_t Start, UInt_t Frames); + /// Pointer to the ROOT TTree of the run containing the noise, only used if external noise used + TTree* fNoiseTree; + /** * @brief Calculates a first estimate of the noise and pedestial of each pixel in #frames * @@ -464,8 +465,6 @@ public: TString fOutDir;///< Some documentation for first. Run* run; -protected: - /// Size of cluster. Don't change without code modification const Int_t clustersize = 5; }; -- 2.43.0