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
* @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
*
TString fOutDir;///< Some documentation for first.
Run* run;
-protected:
-
/// Size of cluster. Don't change without code modification
const Int_t clustersize = 5;
};