]> jspc29.x-matter.uni-frankfurt.de Git - radhard.git/commitdiff
Anylyzer: Addapted to ROOT 6
authorBenjamin Linnik <blinnik@jspc28.x-matter.uni-frankfurt.de>
Thu, 7 May 2015 12:17:21 +0000 (14:17 +0200)
committerBenjamin Linnik <blinnik@jspc28.x-matter.uni-frankfurt.de>
Thu, 7 May 2015 12:17:21 +0000 (14:17 +0200)
MABS_run_analyzer/MAPS.h

index ce472b48abf1c3b470a4514970691bed0d34e4cf..b9e52b67ecc85130567451b8644224fada841a79 100644 (file)
@@ -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;
 };