From: Benjamin Linnik Date: Thu, 7 May 2015 12:17:21 +0000 (+0200) Subject: Anylyzer: Addapted to ROOT 6 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c3d9c91b53d915db10502e6c103b061f0424ac0c;p=radhard.git Anylyzer: Addapted to ROOT 6 --- 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; };