From 3f051ee0c8d149a56c7dec81641505c1ce86065d Mon Sep 17 00:00:00 2001 From: Vratislav Chudoba Date: Wed, 19 Oct 2016 16:01:07 +0300 Subject: [PATCH] Probably patch to previous commit. --- AculData/AculCalibration.h | 42 ++-- AculData/AculData.mk | 2 +- exp1016/calibration1.cxx | 23 ++- parforcal.par | 22 +- run3/run3.txt | 401 ------------------------------------- run4/typescript | 397 ------------------------------------ run5/typescript | 400 ------------------------------------ run6/run6.txt | 401 ------------------------------------- run7/run7.txt | 399 ------------------------------------ run8/run8.txt | 396 ------------------------------------ run9/run9.txt | 399 ------------------------------------ 11 files changed, 52 insertions(+), 2830 deletions(-) delete mode 100644 run3/run3.txt delete mode 100644 run4/typescript delete mode 100644 run5/typescript delete mode 100644 run6/run6.txt delete mode 100644 run7/run7.txt delete mode 100644 run8/run8.txt delete mode 100644 run9/run9.txt diff --git a/AculData/AculCalibration.h b/AculData/AculCalibration.h index 6b0a9b4..54f4879 100755 --- a/AculData/AculCalibration.h +++ b/AculData/AculCalibration.h @@ -24,7 +24,7 @@ #include "../TELoss/TELoss.h" -#define DEFAULTNOPEAKS 20 +//#define DEFAULTNOPEAKS 20 #define ADDRESSNUMBER 32 using std::cout; @@ -58,15 +58,10 @@ private: //dodelat current histograms TObjArray fCurrentHistList; - - -// TRandom3 *fRanGen; -// static TRandom3 fRanGen; //! -// THStack *fHStack; - //parameters to be read from file Int_t kRaNOPEAKS; - Double_t fEnergy[DEFAULTNOPEAKS]; + TArrayD fEnergy; + TArrayD fEnergyInput; Double_t fLowerChannel; Double_t fUpperChannel; Double_t fLowerPeakRelativeHight; //pouziva se, private @@ -75,26 +70,23 @@ private: Width_t fFitFuncLineWidth; //private Double_t fFitMinSigma; //pouziva se, private Double_t fFitPeakThreshold; //pouziva se, private, prozkoumat, k cemu vlastne slouzi ve fci ShowPeaks, popremyslet o vhodnem prednastaveni v konstruktoru + Double_t fDeadLayer; //in mcm; it will be used for recalculation of energies outcomming from the alpha source -private: //these variables are the main for the class TArrayD fA; //calibration parameter, f(x) = fA*x + fB TArrayD fB; //calibration parameter, f(x) = fA*x + fB -// TArrayD fC; -// TArrayD fD; + + TArrayD fPeak; //v teto promenne je ulozena momentalni hodnota piku v kanalech, zejmena v jedne fci, mozno udelat ji jako lokalni, bude navratovou hodnotou fce PeaksFitting, predelat delku pole TELoss fAlphaSi; -public: + TString fParFileName; + //it is very doubtful that we need this class variable TFile *fCalInformation; - Double_t GetA(Int_t i); //to obtain calib parameter A - Double_t GetB(Int_t i); //to obtain calib parameter B - -private: - Double_t fPeak[DEFAULTNOPEAKS]; //v teto promenne je ulozena momentalni hodnota piku v kanalech, zejmena v jedne fci, mozno udelat ji jako lokalni, bude navratovou hodnotou fce PeaksFitting, predelat delku pole + public: AculCalibration(); //default constructor @@ -104,7 +96,10 @@ public: void Init(); - Bool_t SetInputParameters(const char* inputparfile = "parforcal.par"); + Double_t GetA(Int_t i); //to obtain calib parameter A + Double_t GetB(Int_t i); //to obtain calib parameter B + + void SetParFileName(const char* parfile = ""); // Function which loads text file containing parameters for calibration // // -inputparfile: file containing information on calibration source @@ -223,24 +218,25 @@ public: // xaxismin: Minimum channel, which will be displayed // xaxismax: Maximum channel, which will be displayed - void DivideCanvas(TCanvas *c1, Int_t inputs); - //dodelat funkce TTree* Get...(...) pro raw, anal i E spectra -// Bool_t AddCalFileToList(const char* calfilelist = "CalFileList.log"); + //dodelat funkce TTree* Get...(...) pro raw, anal i E spectra void ClearHistograms(Option_t* option = ""); void DeleteStacks(Option_t* option = ""); -// void MakeCalibrationFile(Char_t* calibrationfile, Char_t* calfilelist); - void Reset(); //reset calibration parameters fA, fB to zero private: + + void DivideCanvas(TCanvas *c1, Int_t inputs); + + void SetInputParameters(); void SetELosses(); + void SetCalEnergies(); }; diff --git a/AculData/AculData.mk b/AculData/AculData.mk index 9167428..ad49fcb 100755 --- a/AculData/AculData.mk +++ b/AculData/AculData.mk @@ -2,7 +2,7 @@ # AculData input with some variables ################################################################################ -ACULDATALIBS := -lCore -lCint -lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf -lSpectrum -lTELoss +ACULDATALIBS := -lCore -lCint -lRIO -lTree -lNet -lThread -lHist -lMatrix -lMathCore -lGpad -lGraf -lSpectrum #-lTELoss # Add inputs and outputs from these tool invocations to the build variables ACULDATA_HEADERS += \ diff --git a/exp1016/calibration1.cxx b/exp1016/calibration1.cxx index b891b26..920d1de 100644 --- a/exp1016/calibration1.cxx +++ b/exp1016/calibration1.cxx @@ -1,13 +1,28 @@ +#include +#include + +using namespace std; + void calibration1() { - gSystem->Load("/home/dariak/AculUtils/libAculData.so"); -// gSystem->Load("/home/vratik/workspace/AculUtils/libAculData.so"); +// gSystem->Load("/home/dariak/AculUtils/libAculData.so"); + gSystem->Load("/home/vratik/workspace/AculUtils/libTELoss.so"); + gSystem->Load("/home/vratik/workspace/AculUtils/libAculData.so"); AculCalibration cal; - cal.SetInputParameters("/home/dariak/AculUtils/parforcal.par"); //from .par +// cal.SetParFileName("/home/dariak/AculUtils/parforcal.par"); //from .par + cal.SetParFileName("/home/vratik/workspace/AculUtils/parforcal.par"); //from .par + cal.Init(); +//return; cal.PrintInputParameters(); - cal.CalculateCalibParameters("/home/dariak/AculUtils/exp1016/clb_raw_files/sq22/clb07_0001.root", "SQ22", "AnalysisxTree", 100, 1500); + TCanvas *c1 = new TCanvas(); + cal.ShowEnergySpectra("SQ22[]E.root", c1, 32); + +// return; +// cal.CalculateCalibParameters("/home/dariak/AculUtils/exp1016/clb_raw_files/sq22/clb07_0001.root", "SQ22", "AnalysisxTree", 100, 1500); +// cal.CalculateCalibParameters("/home/vratik/workspace/AculUtils/exp1016/clb_raw_files/clb07_0001.root", "SQ22", "AnalysisxTree", 100, 1500); +return; // CalculateCalibParameters(const char* inputfile, const char* block, const char* treename, Int_t lowerchannel = 0, Int_t upperchannel = 4095, Int_t nEBins = 1000, Int_t lowersubaddress = 0, Int_t uppersubaddress = ADDRESSNUMBER-1); cal.PrintCalibrationParameters(); diff --git a/parforcal.par b/parforcal.par index 68cb20b..f3d430d 100755 --- a/parforcal.par +++ b/parforcal.par @@ -1,15 +1,19 @@ //226Ra +//relative units are normalized to 1 -4 nopeaks //number of peaks +4 noPeaks //number of peaks 4.784 E1 //in MeV 5.490 E2 //in MeV 6.002 E3 //in MeV 7.687 E4 //in MeV -100 lowerchannel //in channels -800 upperchannel //in channels -0.5 lowerpeakhight //in relative units -0.5 upperpeakhight //in relative units -0.1 peakpositiontolerance //in relative units -2 fitfunctionlinewidth //integer 1 - 10 -2 minfitsigma //minimal sigma of the peaks to be fitted -0.3 fithightthreshold // + +0. deadLayer //in mcm; dead layer from the side which is irradiated during calibration + +100 lowerChannel //in channels +800 upperChannel //in channels +0.5 lowerPeakHight //in relative units; minimal range of the peak +0.5 upperPeakHight //in relative units; minimal range of the peak +0.1 peakPositionTolerance //in relative units; for check of the peaks positions in channels +2 fitFunctionLineWidth //integer 1 - 10; graphics +2 minFitSigma //minimal sigma of the peaks to be fitted +0.3 fitHightThreshold //in relative units; the minimal height of the treated peak diff --git a/run3/run3.txt b/run3/run3.txt deleted file mode 100644 index b137e12..0000000 --- a/run3/run3.txt +++ /dev/null @@ -1,401 +0,0 @@ -Script started on Fri 30 Sep 2016 02:45:15 PM MSK -]0;dariak@exolina2:~/AculUtils[?1034h[dariak@exolina2 AculUtils]$ exitroot -l clb01_0001.root cat parforcal.parevince strips7-8-23-34fit.eps cd AculUtils/exit.qevince strips7-8-23-34fit.eps lscd AculUtils/lsevince strips7-8-23-34fit.eps .qexitcd AculUtils/evince strips7-8-23-34fit.eps cat parforcal.parroot -l clb01_0001.root exitroot -l calibration2.cxx -root [0] -Processing calibration2.cxx... -C3[22][0] 0.01243 0.2863 0 0 -C3[22][1] 0.01282 0.2368 0 0 -C3[22][2] 0.01286 0.1608 0 0 -C3[22][3] 0.01241 0.2025 0 0 -C3[22][4] 0.01256 0.1817 0 0 -C3[22][5] 0.0127 0.2368 0 0 -C3[22][6] 0.01254 0.1993 0 0 -C3[22][7] 0.01233 0.2255 0 0 -C3[22][8] 0.01227 0.2982 0 0 -C3[22][9] 0.01291 0.2531 0 0 -C3[22][10] 0.01258 0.2033 0 0 -C3[22][11] 0.01233 0.2269 0 0 -C3[22][12] 0.01264 0.2659 0 0 -C3[22][13] 0.01244 0.2665 0 0 -C3[22][14] 0.01272 0.2265 0 0 -C3[22][15] 0.01233 0.3128 0 0 -C3[22][16] 0.01294 0.2157 0 0 -C3[22][17] 0.01279 0.2862 0 0 -C3[22][18] 0.01292 0.2629 0 0 -C3[22][19] 0.01287 0.2987 0 0 -C3[22][20] 0.01302 0.1607 0 0 -C3[22][21] 0.01308 0.2912 0 0 -C3[22][22] 0.01299 0.18 0 0 -C3[22][23] 0.01293 0.2475 0 0 -C3[22][24] 0.01294 0.2686 0 0 -C3[22][25] 0.01323 0.2126 0 0 -C3[22][26] 0.01293 0.2054 0 0 -C3[22][27] 0.01281 0.1755 0 0 -C3[22][28] 0.01263 0.2468 0 0 -C3[22][29] 0.01301 0.2907 0 0 -C3[22][30] 0.01322 0.2398 0 0 -C3[22][31] 0.01266 0.2711 0 0 -Warning in : no dictionary for class TLiEvent is available -Warning in : no dictionary for class TGo4EventElement is available - - -Info in : Calculating calibration parameters for detector channel SQ22[0]. -Info in : Energy spectrum from address SQ22[0] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[1]. -Info in : Energy spectrum from address SQ22[1] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[2]. -Info in : Energy spectrum from address SQ22[2] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[3]. -Info in : Energy spectrum from address SQ22[3] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[4]. -Info in : Energy spectrum from address SQ22[4] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[5]. -Info in : Energy spectrum from address SQ22[5] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[6]. -Info in : Energy spectrum from address SQ22[6] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[7]. -Info in : Energy spectrum from address SQ22[7] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[8]. -Info in : Energy spectrum from address SQ22[8] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[9]. -Info in : Energy spectrum from address SQ22[9] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[10]. -Info in : Energy spectrum from address SQ22[10] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[11]. -Info in : Energy spectrum from address SQ22[11] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[12]. -Info in : Energy spectrum from address SQ22[12] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[13]. -Info in : Energy spectrum from address SQ22[13] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[14]. -Info in : Energy spectrum from address SQ22[14] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[15]. -Info in : Energy spectrum from address SQ22[15] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[16]. -Info in : Energy spectrum from address SQ22[16] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[17]. -Info in : Energy spectrum from address SQ22[17] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[18]. -Info in : Energy spectrum from address SQ22[18] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[19]. -Info in : Energy spectrum from address SQ22[19] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[20]. -Info in : Energy spectrum from address SQ22[20] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[21]. -Info in : Energy spectrum from address SQ22[21] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[22]. -Info in : Energy spectrum from address SQ22[22] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[23]. -Info in : Energy spectrum from address SQ22[23] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[24]. -Info in : Energy spectrum from address SQ22[24] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[25]. -Info in : Energy spectrum from address SQ22[25] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[26]. -Info in : Energy spectrum from address SQ22[26] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[27]. -Info in : Energy spectrum from address SQ22[27] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[28]. -Info in : Energy spectrum from address SQ22[28] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[29]. -Info in : Energy spectrum from address SQ22[29] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[30]. -Info in : Energy spectrum from address SQ22[30] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[31]. -Info in : Energy spectrum from address SQ22[31] calculating -Warning in : file SQ22[]E.root probably not closed, trying to recover -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[0]E at address 220 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[1]E at address 854 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[2]E at address 1492 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[3]E at address 2117 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[4]E at address 2728 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[5]E at address 3358 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[6]E at address 4000 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[7]E at address 4615 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[8]E at address 5253 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[9]E at address 5896 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[10]E at address 6547 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[11]E at address 7212 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[12]E at address 7877 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[13]E at address 8519 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[14]E at address 9161 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[15]E at address 9810 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[16]E at address 10452 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[17]E at address 11101 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[18]E at address 11752 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[19]E at address 12397 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[20]E at address 13053 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[21]E at address 13686 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[22]E at address 14324 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[23]E at address 14952 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[24]E at address 15598 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[25]E at address 16236 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[26]E at address 16864 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[27]E at address 17498 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[28]E at address 18111 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[29]E at address 18754 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[30]E at address 19369 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[31]E at address 19994 -Warning in : successfully recovered 32 keys -32 histograms -Info in : Number of peaks in HistSQ22[0]E: 4 -Info in : Control output: - Peak position is 4.654384 - Peak position is 5.373003 - Peak position is 5.906990 - Peak position is 7.600398 -Info in : Number of peaks in HistSQ22[1]E: 4 -Info in : Control output: - Peak position is 4.648326 - Peak position is 5.371965 - Peak position is 5.901514 - Peak position is 7.594291 -Info in : Number of peaks in HistSQ22[2]E: 4 -Info in : Control output: - Peak position is 4.646648 - Peak position is 5.377366 - Peak position is 5.915655 - Peak position is 7.600234 -Info in : Number of peaks in HistSQ22[3]E: 4 -Info in : Control output: - Peak position is 4.641076 - Peak position is 5.377563 - Peak position is 5.899083 - Peak position is 7.596187 -Info in : Number of peaks in HistSQ22[4]E: 4 -Info in : Control output: - Peak position is 4.647874 - Peak position is 5.374067 - Peak position is 5.901575 - Peak position is 7.596361 -Info in : Number of peaks in HistSQ22[5]E: 4 -Info in : Control output: - Peak position is 4.646119 - Peak position is 5.376570 - Peak position is 5.890312 - Peak position is 7.590091 -Info in : Number of peaks in HistSQ22[6]E: 4 -Info in : Control output: - Peak position is 4.640574 - Peak position is 5.368824 - Peak position is 5.890958 - Peak position is 7.585449 -Info in : Number of peaks in HistSQ22[7]E: 4 -Info in : Control output: - Peak position is 4.623731 - Peak position is 5.360509 - Peak position is 5.889954 - Peak position is 7.592758 -Info in : Number of peaks in HistSQ22[8]E: 4 -Info in : Control output: - Peak position is 4.641209 - Peak position is 5.368831 - Peak position is 5.889218 - Peak position is 7.581736 -Info in : Number of peaks in HistSQ22[9]E: 4 -Info in : Control output: - Peak position is 4.631177 - Peak position is 5.374546 - Peak position is 5.890165 - Peak position is 7.586208 -Info in : Number of peaks in HistSQ22[10]E: 4 -Info in : Control output: - Peak position is 4.629578 - Peak position is 5.357951 - Peak position is 5.882046 - Peak position is 7.580811 -Info in : Number of peaks in HistSQ22[11]E: 4 -Info in : Control output: - Peak position is 4.634221 - Peak position is 5.356680 - Peak position is 5.890953 - Peak position is 7.583205 -Info in : Number of peaks in HistSQ22[12]E: 4 -Info in : Control output: - Peak position is 4.620579 - Peak position is 5.351443 - Peak position is 5.878669 - Peak position is 7.572908 -Info in : Number of peaks in HistSQ22[13]E: 4 -Info in : Control output: - Peak position is 4.636205 - Peak position is 5.357280 - Peak position is 5.883410 - Peak position is 7.571762 -Info in : Number of peaks in HistSQ22[14]E: 4 -Info in : Control output: - Peak position is 4.613755 - Peak position is 5.359124 - Peak position is 5.880666 - Peak position is 7.581247 -Info in : Number of peaks in HistSQ22[15]E: 4 -Info in : Control output: - Peak position is 4.631649 - Peak position is 5.351421 - Peak position is 5.870355 - Peak position is 7.563294 -Info in : Number of peaks in HistSQ22[16]E: 4 -Info in : Control output: - Peak position is 4.604218 - Peak position is 5.354039 - Peak position is 5.876659 - Peak position is 7.573277 -Info in : Number of peaks in HistSQ22[17]E: 4 -Info in : Control output: - Peak position is 4.609036 - Peak position is 5.338706 - Peak position is 5.879021 - Peak position is 7.565690 -Info in : Number of peaks in HistSQ22[18]E: 4 -Info in : Control output: - Peak position is 4.619386 - Peak position is 5.347532 - Peak position is 5.879609 - Peak position is 7.573403 -Info in : Number of peaks in HistSQ22[19]E: 4 -Info in : Control output: - Peak position is 4.596624 - Peak position is 5.370172 - Peak position is 5.874288 - Peak position is 7.583580 -Info in : Number of peaks in HistSQ22[20]E: 4 -Info in : Control output: - Peak position is 4.614523 - Peak position is 5.355471 - Peak position is 5.877245 - Peak position is 7.577198 -Info in : Number of peaks in HistSQ22[21]E: 4 -Info in : Control output: - Peak position is 4.609273 - Peak position is 5.344985 - Peak position is 5.889493 - Peak position is 7.566084 -Info in : Number of peaks in HistSQ22[22]E: 4 -Info in : Control output: - Peak position is 4.615300 - Peak position is 5.338804 - Peak position is 5.866660 - Peak position is 7.577026 -Info in : Number of peaks in HistSQ22[23]E: 4 -Info in : Control output: - Peak position is 4.617808 - Peak position is 5.343767 - Peak position is 5.862563 - Peak position is 7.568485 -Info in : Number of peaks in HistSQ22[24]E: 4 -Info in : Control output: - Peak position is 4.614827 - Peak position is 5.350030 - Peak position is 5.873736 - Peak position is 7.557561 -Info in : Number of peaks in HistSQ22[25]E: 4 -Info in : Control output: - Peak position is 4.614463 - Peak position is 5.339505 - Peak position is 5.866598 - Peak position is 7.564724 -Info in : Number of peaks in HistSQ22[26]E: 4 -Info in : Control output: - Peak position is 4.605591 - Peak position is 5.337350 - Peak position is 5.868838 - Peak position is 7.562658 -Info in : Number of peaks in HistSQ22[27]E: 4 -Info in : Control output: - Peak position is 4.605704 - Peak position is 5.347739 - Peak position is 5.859627 - Peak position is 7.567451 -Info in : Number of peaks in HistSQ22[28]E: 4 -Info in : Control output: - Peak position is 4.605656 - Peak position is 5.335090 - Peak position is 5.860651 - Peak position is 7.560522 -Info in : Number of peaks in HistSQ22[29]E: 4 -Info in : Control output: - Peak position is 4.614076 - Peak position is 5.330802 - Peak position is 5.853823 - Peak position is 7.562228 -Info in : Number of peaks in HistSQ22[30]E: 4 -Info in : Control output: - Peak position is 4.614002 - Peak position is 5.346536 - Peak position is 5.863326 - Peak position is 7.574821 -Info in : Number of peaks in HistSQ22[31]E: 4 -Info in : Control output: - Peak position is 4.601619 - Peak position is 5.324695 - Peak position is 5.857378 - Peak position is 7.559031 -root [1] .q -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ exit -exit - -Script done on Fri 30 Sep 2016 02:46:38 PM MSK diff --git a/run4/typescript b/run4/typescript deleted file mode 100644 index a6ccb38..0000000 --- a/run4/typescript +++ /dev/null @@ -1,397 +0,0 @@ -Script started on Mon 03 Oct 2016 02:10:07 PM MSK -]0;dariak@exolina2:~/AculUtils[?1034h[dariak@exolina2 AculUtils]$ exitlogoutroot -l deadlayers.cxxgedit deadlayers.cxx&lscd exp1016/lsgit push daria.kostyleva@er.jinr.ru:/AculUtils.git lscd exp1016/lsgedit deadlayers.cxx&root -l deadlayers.cxxlogoutexit -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ root -l calibration1.cxx -root [0] -Processing calibration1.cxx... -Warning in : no dictionary for class TLiEvent is available -Warning in : no dictionary for class TGo4EventElement is available - - -Info in : Calculating calibration parameters for detector channel SQ22[0]. -Info in : Number of peaks in HistSQ22[0]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[0] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[1]. -Info in : Number of peaks in HistSQ22[1]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[1] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[2]. -Info in : Number of peaks in HistSQ22[2]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[2] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[3]. -Info in : Number of peaks in HistSQ22[3]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[3] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[4]. -Info in : Number of peaks in HistSQ22[4]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[4] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[5]. -Info in : Number of peaks in HistSQ22[5]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[5] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[6]. -Info in : Number of peaks in HistSQ22[6]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[6] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[7]. -Info in : Number of peaks in HistSQ22[7]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[7] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[8]. -Info in : Number of peaks in HistSQ22[8]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[8] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[9]. -Info in : Number of peaks in HistSQ22[9]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[9] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[10]. -Info in : Number of peaks in HistSQ22[10]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[10] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[11]. -Info in : Number of peaks in HistSQ22[11]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[11] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[12]. -Info in : Number of peaks in HistSQ22[12]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[12] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[13]. -Info in : Number of peaks in HistSQ22[13]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[13] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[14]. -Info in : Number of peaks in HistSQ22[14]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[14] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[15]. -Info in : Number of peaks in HistSQ22[15]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[15] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[16]. -Info in : Number of peaks in HistSQ22[16]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[16] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[17]. -Info in : Number of peaks in HistSQ22[17]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[17] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[18]. -Info in : Number of peaks in HistSQ22[18]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[18] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[19]. -Info in : Number of peaks in HistSQ22[19]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[19] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[20]. -Info in : Number of peaks in HistSQ22[20]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[20] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[21]. -Info in : Number of peaks in HistSQ22[21]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[21] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[22]. -Info in : Number of peaks in HistSQ22[22]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[22] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[23]. -Info in : Number of peaks in HistSQ22[23]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[23] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[24]. -Info in : Number of peaks in HistSQ22[24]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[24] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[25]. -Info in : Number of peaks in HistSQ22[25]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[25] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[26]. -Info in : Number of peaks in HistSQ22[26]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[26] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[27]. -Info in : Number of peaks in HistSQ22[27]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[27] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[28]. -Info in : Number of peaks in HistSQ22[28]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[28] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[29]. -Info in : Number of peaks in HistSQ22[29]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[29] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[30]. -Info in : Number of peaks in HistSQ22[30]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[30] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[31]. -Info in : Number of peaks in HistSQ22[31]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[31] calculating -32 histograms -Info in : Number of peaks in HistSQ22[0]E: 4 -Info in : Control output: - Peak position is 4.785299 - Peak position is 5.507368 - Peak position is 6.020054 - Peak position is 7.692234 -Info in : Number of peaks in HistSQ22[1]E: 4 -Info in : Control output: - Peak position is 4.778594 - Peak position is 5.506859 - Peak position is 6.009969 - Peak position is 7.692294 -Info in : Number of peaks in HistSQ22[2]E: 4 -Info in : Control output: - Peak position is 4.787703 - Peak position is 5.502271 - Peak position is 6.016362 - Peak position is 7.692071 -Info in : Number of peaks in HistSQ22[3]E: 4 -Info in : Control output: - Peak position is 4.786672 - Peak position is 5.496278 - Peak position is 6.016221 - Peak position is 7.692236 -Info in : Number of peaks in HistSQ22[4]E: 4 -Info in : Control output: - Peak position is 4.789447 - Peak position is 5.498540 - Peak position is 6.018867 - Peak position is 7.692752 -Info in : Number of peaks in HistSQ22[5]E: 4 -Info in : Control output: - Peak position is 4.782555 - Peak position is 5.498234 - Peak position is 6.031103 - Peak position is 7.691462 -Info in : Number of peaks in HistSQ22[6]E: 4 -Info in : Control output: - Peak position is 4.784027 - Peak position is 5.509314 - Peak position is 6.017085 - Peak position is 7.687883 -Info in : Number of peaks in HistSQ22[7]E: 4 -Info in : Control output: - Peak position is 4.788815 - Peak position is 5.525926 - Peak position is 6.020308 - Peak position is 7.690313 -Info in : Number of peaks in HistSQ22[8]E: 4 -Info in : Control output: - Peak position is 4.787783 - Peak position is 5.498889 - Peak position is 6.013162 - Peak position is 7.687380 -Info in : Number of peaks in HistSQ22[9]E: 4 -Info in : Control output: - Peak position is 4.790274 - Peak position is 5.506464 - Peak position is 6.016824 - Peak position is 7.694110 -Info in : Number of peaks in HistSQ22[10]E: 4 -Info in : Control output: - Peak position is 4.784181 - Peak position is 5.497223 - Peak position is 6.014890 - Peak position is 7.690791 -Info in : Number of peaks in HistSQ22[11]E: 4 -Info in : Control output: - Peak position is 4.780914 - Peak position is 5.491026 - Peak position is 6.004464 - Peak position is 7.691294 -Info in : Number of peaks in HistSQ22[12]E: 4 -Info in : Control output: - Peak position is 4.870943 - Peak position is 5.480914 - Peak position is 5.996584 - Peak position is 7.695123 -Info in : Number of peaks in HistSQ22[13]E: 4 -Info in : Control output: - Peak position is 4.782021 - Peak position is 5.496127 - Peak position is 6.011588 - Peak position is 7.683571 -Info in : Number of peaks in HistSQ22[14]E: 4 -Info in : Control output: - Peak position is 4.776489 - Peak position is 5.497035 - Peak position is 6.018069 - Peak position is 7.698454 -Info in : Number of peaks in HistSQ22[15]E: 4 -Info in : Control output: - Peak position is 4.786480 - Peak position is 5.501278 - Peak position is 6.016186 - Peak position is 7.683891 -Info in : Number of peaks in HistSQ22[16]E: 4 -Info in : Control output: - Peak position is 4.785290 - Peak position is 5.499087 - Peak position is 6.011594 - Peak position is 7.682130 -Info in : Number of peaks in HistSQ22[17]E: 4 -Info in : Control output: - Peak position is 4.784279 - Peak position is 5.512906 - Peak position is 6.019131 - Peak position is 7.698893 -Info in : Number of peaks in HistSQ22[18]E: 4 -Info in : Control output: - Peak position is 4.784105 - Peak position is 5.509612 - Peak position is 6.024237 - Peak position is 7.691129 -Info in : Number of peaks in HistSQ22[19]E: 4 -Info in : Control output: - Peak position is 4.787424 - Peak position is 5.491787 - Peak position is 6.014077 - Peak position is 7.695369 -Info in : Number of peaks in HistSQ22[20]E: 4 -Info in : Control output: - Peak position is 4.785391 - Peak position is 5.510575 - Peak position is 6.022235 - Peak position is 7.695254 -Info in : Number of peaks in HistSQ22[21]E: 4 -Info in : Control output: - Peak position is 4.776308 - Peak position is 5.517642 - Peak position is 6.018771 - Peak position is 7.697787 -Info in : Number of peaks in HistSQ22[22]E: 4 -Info in : Control output: - Peak position is 4.769869 - Peak position is 5.498606 - Peak position is 6.015892 - Peak position is 7.695459 -Info in : Number of peaks in HistSQ22[23]E: 4 -Info in : Control output: - Peak position is 4.781270 - Peak position is 5.500970 - Peak position is 6.013359 - Peak position is 7.687614 -Info in : Number of peaks in HistSQ22[24]E: 4 -Info in : Control output: - Peak position is 4.778106 - Peak position is 5.175894 - Peak position is 6.028562 - Peak position is 7.690461 -Info in : Number of peaks in HistSQ22[25]E: 4 -Info in : Control output: - Peak position is 4.785096 - Peak position is 5.511663 - Peak position is 6.014788 - Peak position is 7.698513 -Info in : Number of peaks in HistSQ22[26]E: 4 -Info in : Control output: - Peak position is 4.784347 - Peak position is 5.503445 - Peak position is 6.014902 - Peak position is 7.695786 -Info in : Number of peaks in HistSQ22[27]E: 4 -Info in : Control output: - Peak position is 4.784193 - Peak position is 5.501600 - Peak position is 6.023140 - Peak position is 7.689807 -Info in : Number of peaks in HistSQ22[28]E: 4 -Info in : Control output: - Peak position is 4.785591 - Peak position is 5.497994 - Peak position is 6.016849 - Peak position is 7.690137 -Info in : Number of peaks in HistSQ22[29]E: 4 -Info in : Control output: - Peak position is 4.782584 - Peak position is 5.507987 - Peak position is 6.017109 - Peak position is 7.691512 -Info in : Number of peaks in HistSQ22[30]E: 4 -Info in : Control output: - Peak position is 4.791787 - Peak position is 5.499485 - Peak position is 6.012525 - Peak position is 7.691248 -Info in : Number of peaks in HistSQ22[31]E: 4 -Info in : Control output: - Peak position is 4.780770 - Peak position is 5.500831 - Peak position is 6.018981 - Peak position is 7.692376 -root [1] .q -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ exit -exit - -Script done on Mon 03 Oct 2016 02:10:37 PM MSK diff --git a/run5/typescript b/run5/typescript deleted file mode 100644 index 0b340f4..0000000 --- a/run5/typescript +++ /dev/null @@ -1,400 +0,0 @@ -Script started on Mon 03 Oct 2016 02:29:54 PM MSK -]0;dariak@exolina2:~/AculUtils[?1034h[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ exitroot -l calibration1.cxx exitroot -l calibration1.cxx [1@2 -root [0] -Processing calibration2.cxx... -C3[22][0] 0.01223 0.4972 0 0 -C3[22][1] 0.01265 0.4313 0 0 -C3[22][2] 0.01271 0.3476 0 0 -C3[22][3] 0.01222 0.409 0 0 -C3[22][4] 0.01244 0.3511 0 0 -C3[22][5] 0.01255 0.4181 0 0 -C3[22][6] 0.01239 0.3809 0 0 -C3[22][7] 0.01217 0.4157 0 0 -C3[22][8] 0.01215 0.4642 0 0 -C3[22][9] 0.01278 0.4175 0 0 -C3[22][10] 0.01251 0.3437 0 0 -C3[22][11] 0.01227 0.3552 0 0 -C3[22][12] 0.01251 0.4256 0 0 -C3[22][13] 0.01232 0.4083 0 0 -C3[22][14] 0.0126 0.3835 0 0 -C3[22][15] 0.01226 0.4476 0 0 -C3[22][16] 0.01277 0.3844 0 0 -C3[22][17] 0.01275 0.3989 0 0 -C3[22][18] 0.01285 0.386 0 0 -C3[22][19] 0.01278 0.4272 0 0 -C3[22][20] 0.01286 0.315 0 0 -C3[22][21] 0.01298 0.4204 0 0 -C3[22][22] 0.01289 0.3116 0 0 -C3[22][23] 0.01282 0.3853 0 0 -C3[22][24] 0.01282 0.4084 0 0 -C3[22][25] 0.01313 0.3387 0 0 -C3[22][26] 0.01284 0.3235 0 0 -C3[22][27] 0.01274 0.2808 0 0 -C3[22][28] 0.01254 0.3651 0 0 -C3[22][29] 0.01291 0.4134 0 0 -C3[22][30] 0.01309 0.3665 0 0 -C3[22][31] 0.01256 0.3959 0 0 -Warning in : no dictionary for class TLiEvent is available -Warning in : no dictionary for class TGo4EventElement is available - - -Info in : Calculating calibration parameters for detector channel SQ22[0]. -Info in : Energy spectrum from address SQ22[0] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[1]. -Info in : Energy spectrum from address SQ22[1] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[2]. -Info in : Energy spectrum from address SQ22[2] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[3]. -Info in : Energy spectrum from address SQ22[3] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[4]. -Info in : Energy spectrum from address SQ22[4] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[5]. -Info in : Energy spectrum from address SQ22[5] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[6]. -Info in : Energy spectrum from address SQ22[6] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[7]. -Info in : Energy spectrum from address SQ22[7] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[8]. -Info in : Energy spectrum from address SQ22[8] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[9]. -Info in : Energy spectrum from address SQ22[9] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[10]. -Info in : Energy spectrum from address SQ22[10] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[11]. -Info in : Energy spectrum from address SQ22[11] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[12]. -Info in : Energy spectrum from address SQ22[12] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[13]. -Info in : Energy spectrum from address SQ22[13] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[14]. -Info in : Energy spectrum from address SQ22[14] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[15]. -Info in : Energy spectrum from address SQ22[15] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[16]. -Info in : Energy spectrum from address SQ22[16] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[17]. -Info in : Energy spectrum from address SQ22[17] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[18]. -Info in : Energy spectrum from address SQ22[18] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[19]. -Info in : Energy spectrum from address SQ22[19] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[20]. -Info in : Energy spectrum from address SQ22[20] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[21]. -Info in : Energy spectrum from address SQ22[21] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[22]. -Info in : Energy spectrum from address SQ22[22] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[23]. -Info in : Energy spectrum from address SQ22[23] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[24]. -Info in : Energy spectrum from address SQ22[24] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[25]. -Info in : Energy spectrum from address SQ22[25] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[26]. -Info in : Energy spectrum from address SQ22[26] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[27]. -Info in : Energy spectrum from address SQ22[27] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[28]. -Info in : Energy spectrum from address SQ22[28] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[29]. -Info in : Energy spectrum from address SQ22[29] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[30]. -Info in : Energy spectrum from address SQ22[30] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[31]. -Info in : Energy spectrum from address SQ22[31] calculating -Warning in : file SQ22[]E.root probably not closed, trying to recover -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[0]E at address 220 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[1]E at address 844 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[2]E at address 1524 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[3]E at address 2206 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[4]E at address 2887 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[5]E at address 3559 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[6]E at address 4232 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[7]E at address 4902 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[8]E at address 5578 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[9]E at address 6238 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[10]E at address 6867 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[11]E at address 7508 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[12]E at address 8148 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[13]E at address 8761 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[14]E at address 9398 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[15]E at address 10039 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[16]E at address 10696 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[17]E at address 11371 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[18]E at address 12029 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[19]E at address 12678 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[20]E at address 13353 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[21]E at address 14035 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[22]E at address 14705 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[23]E at address 15394 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[24]E at address 16099 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[25]E at address 16819 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[26]E at address 17546 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[27]E at address 18265 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[28]E at address 18997 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[29]E at address 19736 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[30]E at address 20457 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[31]E at address 21183 -Warning in : successfully recovered 32 keys -32 histograms -Info in : Number of peaks in HistSQ22[0]E: 4 -Info in : Control output: - Peak position is 4.571469 - Peak position is 5.305701 - Peak position is 5.843531 - Peak position is 7.542585 -Info in : Number of peaks in HistSQ22[1]E: 4 -Info in : Control output: - Peak position is 4.560681 - Peak position is 5.324810 - Peak position is 5.831826 - Peak position is 7.544039 -Info in : Number of peaks in HistSQ22[2]E: 4 -Info in : Control output: - Peak position is 4.565058 - Peak position is 5.315295 - Peak position is 5.847718 - Peak position is 7.547616 -Info in : Number of peaks in HistSQ22[3]E: 4 -Info in : Control output: - Peak position is 4.572487 - Peak position is 5.308440 - Peak position is 5.836463 - Peak position is 7.530099 -Info in : Number of peaks in HistSQ22[4]E: 4 -Info in : Control output: - Peak position is 4.565096 - Peak position is 5.321382 - Peak position is 5.836638 - Peak position is 7.539697 -Info in : Number of peaks in HistSQ22[5]E: 4 -Info in : Control output: - Peak position is 4.577229 - Peak position is 5.310752 - Peak position is 5.835763 - Peak position is 7.540075 -Info in : Number of peaks in HistSQ22[6]E: 4 -Info in : Control output: - Peak position is 4.582838 - Peak position is 5.311888 - Peak position is 5.844460 - Peak position is 7.544758 -Info in : Number of peaks in HistSQ22[7]E: 4 -Info in : Control output: - Peak position is 4.587108 - Peak position is 5.321077 - Peak position is 5.851651 - Peak position is 7.555023 -Info in : Number of peaks in HistSQ22[8]E: 4 -Info in : Control output: - Peak position is 4.585539 - Peak position is 5.323033 - Peak position is 5.841360 - Peak position is 7.542299 -Info in : Number of peaks in HistSQ22[9]E: 4 -Info in : Control output: - Peak position is 4.587050 - Peak position is 5.324410 - Peak position is 5.860706 - Peak position is 7.554365 -Info in : Number of peaks in HistSQ22[10]E: 4 -Info in : Control output: - Peak position is 4.590644 - Peak position is 5.328755 - Peak position is 5.850089 - Peak position is 7.556834 -Info in : Number of peaks in HistSQ22[11]E: 4 -Info in : Control output: - Peak position is 4.584596 - Peak position is 5.322499 - Peak position is 6.654457 - Peak position is 7.545870 -Info in : Number of peaks in HistSQ22[12]E: 4 -Info in : Control output: - Peak position is 4.619830 - Peak position is 5.332797 - Peak position is 5.877432 - Peak position is 7.548220 -Info in : Number of peaks in HistSQ22[13]E: 4 -Info in : Control output: - Peak position is 4.598220 - Peak position is 5.337204 - Peak position is 5.850919 - Peak position is 7.544557 -Info in : Number of peaks in HistSQ22[14]E: 4 -Info in : Control output: - Peak position is 4.618586 - Peak position is 5.337718 - Peak position is 5.871565 - Peak position is 7.566156 -Info in : Number of peaks in HistSQ22[15]E: 4 -Info in : Control output: - Peak position is 4.613994 - Peak position is 5.347176 - Peak position is 5.876217 - Peak position is 7.572989 -Info in : Number of peaks in HistSQ22[16]E: 4 -Info in : Control output: - Peak position is 4.621857 - Peak position is 5.363725 - Peak position is 5.881100 - Peak position is 7.560424 -Info in : Number of peaks in HistSQ22[17]E: 4 -Info in : Control output: - Peak position is 4.596739 - Peak position is 5.345365 - Peak position is 5.876410 - Peak position is 7.589071 -Info in : Number of peaks in HistSQ22[18]E: 4 -Info in : Control output: - Peak position is 4.617915 - Peak position is 5.360490 - Peak position is 5.915279 - Peak position is 7.590074 -Info in : Number of peaks in HistSQ22[19]E: 4 -Info in : Control output: - Peak position is 4.613654 - Peak position is 5.358502 - Peak position is 5.885409 - Peak position is 7.588479 -Info in : Number of peaks in HistSQ22[20]E: 4 -Info in : Control output: - Peak position is 4.619585 - Peak position is 5.350671 - Peak position is 5.895384 - Peak position is 7.574686 -Info in : Number of peaks in HistSQ22[21]E: 4 -Info in : Control output: - Peak position is 4.624431 - Peak position is 5.363035 - Peak position is 5.896474 - Peak position is 7.584164 -Info in : Number of peaks in HistSQ22[22]E: 4 -Info in : Control output: - Peak position is 4.628015 - Peak position is 5.366224 - Peak position is 5.884454 - Peak position is 7.596469 -Info in : Number of peaks in HistSQ22[23]E: 4 -Info in : Control output: - Peak position is 4.637896 - Peak position is 5.367942 - Peak position is 6.584009 - Peak position is 7.594673 -Info in : Number of peaks in HistSQ22[24]E: 4 -Info in : Control output: - Peak position is 4.647335 - Peak position is 5.378642 - Peak position is 5.901956 - Peak position is 7.599742 -Info in : Number of peaks in HistSQ22[25]E: 4 -Info in : Control output: - Peak position is 4.641762 - Peak position is 5.372889 - Peak position is 5.898579 - Peak position is 7.593410 -Info in : Number of peaks in HistSQ22[26]E: 4 -Info in : Control output: - Peak position is 4.650814 - Peak position is 5.377424 - Peak position is 5.897782 - Peak position is 7.597150 -Info in : Number of peaks in HistSQ22[27]E: 4 -Info in : Control output: - Peak position is 4.655075 - Peak position is 5.383140 - Peak position is 5.905241 - Peak position is 7.600479 -Info in : Number of peaks in HistSQ22[28]E: 4 -Info in : Control output: - Peak position is 4.661115 - Peak position is 5.386991 - Peak position is 5.919483 - Peak position is 7.601033 -Info in : Number of peaks in HistSQ22[29]E: 4 -Info in : Control output: - Peak position is 4.669745 - Peak position is 5.392548 - Peak position is 5.919284 - Peak position is 7.607473 -Info in : Number of peaks in HistSQ22[30]E: 4 -Info in : Control output: - Peak position is 4.669587 - Peak position is 5.390362 - Peak position is 5.910151 - Peak position is 7.604662 -Info in : Number of peaks in HistSQ22[31]E: 4 -Info in : Control output: - Peak position is 4.681608 - Peak position is 5.406916 - Peak position is 5.928449 - Peak position is 7.615423 -root [1] .q -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ exit -exit - -Script done on Mon 03 Oct 2016 02:30:15 PM MSK diff --git a/run6/run6.txt b/run6/run6.txt deleted file mode 100644 index 2dbefbe..0000000 --- a/run6/run6.txt +++ /dev/null @@ -1,401 +0,0 @@ -Script started on Tue 04 Oct 2016 11:39:31 AM MSK -]0;dariak@exolina2:~/AculUtils[?1034h[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ logouts -alpwdlscd ..root -l deadlayers.cxxlscd exp1016/lsroot -l deadlayers.cxxcd ..lspwdls -alogoutroot -l calibration1.cxx -root [0] -Processing calibration1.cxx... -Warning in : no dictionary for class TLiEvent is available -Warning in : no dictionary for class TGo4EventElement is available - - -Info in : Calculating calibration parameters for detector channel SQ22[0]. -Info in : Number of peaks in HistSQ22[0]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[0] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[1]. -Info in : Number of peaks in HistSQ22[1]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[1] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[2]. -Info in : Number of peaks in HistSQ22[2]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[2] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[3]. -Info in : Number of peaks in HistSQ22[3]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[3] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[4]. -Info in : Number of peaks in HistSQ22[4]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[4] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[5]. -Info in : Number of peaks in HistSQ22[5]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[5] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[6]. -Info in : Number of peaks in HistSQ22[6]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[6] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[7]. -Info in : Number of peaks in HistSQ22[7]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[7] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[8]. -Info in : Number of peaks in HistSQ22[8]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[8] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[9]. -Info in : Number of peaks in HistSQ22[9]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[9] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[10]. -Info in : Number of peaks in HistSQ22[10]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[10] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[11]. -Info in : Number of peaks in HistSQ22[11]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[11] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[12]. -Info in : Number of peaks in HistSQ22[12]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[12] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[13]. -Info in : Number of peaks in HistSQ22[13]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[13] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[14]. -Info in : Number of peaks in HistSQ22[14]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[14] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[15]. -Info in : Number of peaks in HistSQ22[15]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[15] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[16]. -Info in : Number of peaks in HistSQ22[16]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[16] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[17]. -Info in : Number of peaks in HistSQ22[17]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[17] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[18]. -Info in : Number of peaks in HistSQ22[18]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[18] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[19]. -Info in : Number of peaks in HistSQ22[19]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[19] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[20]. -Info in : Number of peaks in HistSQ22[20]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[20] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[21]. -Info in : Number of peaks in HistSQ22[21]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[21] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[22]. -Info in : Number of peaks in HistSQ22[22]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[22] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[23]. -Info in : Number of peaks in HistSQ22[23]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[23] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[24]. -Info in : Number of peaks in HistSQ22[24]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[24] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[25]. -Info in : Number of peaks in HistSQ22[25]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[25] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[26]. -Info in : Number of peaks in HistSQ22[26]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[26] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[27]. -Info in : Number of peaks in HistSQ22[27]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[27] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[28]. -Info in : Number of peaks in HistSQ22[28]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[28] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[29]. -Info in : Number of peaks in HistSQ22[29]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[29] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[30]. -Info in : Number of peaks in HistSQ22[30]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[30] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[31]. -Info in : Number of peaks in HistSQ22[31]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[31] calculating -32 histograms -Info in : Number of peaks in HistSQ22[0]E: 4 -Info in : Control output: - Peak position is 4.789069 - Peak position is 5.501686 - Peak position is 6.015510 - Peak position is 7.691860 -Info in : Number of peaks in HistSQ22[1]E: 4 -Info in : Control output: - Peak position is 4.789837 - Peak position is 5.496937 - Peak position is 6.019325 - Peak position is 7.695562 -Info in : Number of peaks in HistSQ22[2]E: 4 -Info in : Control output: - Peak position is 4.784229 - Peak position is 5.502901 - Peak position is 6.016382 - Peak position is 7.689454 -Info in : Number of peaks in HistSQ22[3]E: 4 -Info in : Control output: - Peak position is 4.784168 - Peak position is 5.499370 - Peak position is 6.017354 - Peak position is 7.690876 -Info in : Number of peaks in HistSQ22[4]E: 4 -Info in : Control output: - Peak position is 4.782511 - Peak position is 5.502697 - Peak position is 6.014406 - Peak position is 7.688231 -Info in : Number of peaks in HistSQ22[5]E: 4 -Info in : Control output: - Peak position is 4.785042 - Peak position is 5.499444 - Peak position is 6.015704 - Peak position is 7.690922 -Info in : Number of peaks in HistSQ22[6]E: 4 -Info in : Control output: - Peak position is 4.786688 - Peak position is 5.498118 - Peak position is 6.015339 - Peak position is 7.691906 -Info in : Number of peaks in HistSQ22[7]E: 4 -Info in : Control output: - Peak position is 4.782870 - Peak position is 5.503258 - Peak position is 6.013900 - Peak position is 7.692033 -Info in : Number of peaks in HistSQ22[8]E: 4 -Info in : Control output: - Peak position is 4.787568 - Peak position is 5.500736 - Peak position is 6.013861 - Peak position is 7.690295 -Info in : Number of peaks in HistSQ22[9]E: 4 -Info in : Control output: - Peak position is 4.794547 - Peak position is 5.496156 - Peak position is 6.018178 - Peak position is 7.690804 -Info in : Number of peaks in HistSQ22[10]E: 4 -Info in : Control output: - Peak position is 4.787411 - Peak position is 5.499379 - Peak position is 6.018526 - Peak position is 7.690928 -Info in : Number of peaks in HistSQ22[11]E: 4 -Info in : Control output: - Peak position is 4.785079 - Peak position is 5.498928 - Peak position is 6.013814 - Peak position is 7.691072 -Info in : Number of peaks in HistSQ22[12]E: 4 -Info in : Control output: - Peak position is 4.786228 - Peak position is 5.499663 - Peak position is 6.011075 - Peak position is 7.692500 -Info in : Number of peaks in HistSQ22[13]E: 4 -Info in : Control output: - Peak position is 4.785790 - Peak position is 5.499874 - Peak position is 6.014439 - Peak position is 7.690711 -Info in : Number of peaks in HistSQ22[14]E: 4 -Info in : Control output: - Peak position is 4.785334 - Peak position is 5.497419 - Peak position is 6.016893 - Peak position is 7.691861 -Info in : Number of peaks in HistSQ22[15]E: 4 -Info in : Control output: - Peak position is 4.783957 - Peak position is 5.498886 - Peak position is 6.012569 - Peak position is 7.690840 -Info in : Number of peaks in HistSQ22[16]E: 4 -Info in : Control output: - Peak position is 4.789015 - Peak position is 5.501559 - Peak position is 6.014533 - Peak position is 7.694298 -Info in : Number of peaks in HistSQ22[17]E: 4 -Info in : Control output: - Peak position is 4.788603 - Peak position is 5.500203 - Peak position is 6.019090 - Peak position is 7.693887 -Info in : Number of peaks in HistSQ22[18]E: 4 -Info in : Control output: - Peak position is 4.787519 - Peak position is 5.501149 - Peak position is 6.018494 - Peak position is 7.693231 -Info in : Number of peaks in HistSQ22[19]E: 4 -Info in : Control output: - Peak position is 4.790264 - Peak position is 5.499712 - Peak position is 6.017706 - Peak position is 7.695734 -Info in : Number of peaks in HistSQ22[20]E: 4 -Info in : Control output: - Peak position is 4.789673 - Peak position is 5.499268 - Peak position is 6.022093 - Peak position is 7.696896 -Info in : Number of peaks in HistSQ22[21]E: 4 -Info in : Control output: - Peak position is 4.792993 - Peak position is 5.501838 - Peak position is 6.014083 - Peak position is 7.700412 -Info in : Number of peaks in HistSQ22[22]E: 4 -Info in : Control output: - Peak position is 4.788815 - Peak position is 5.531887 - Peak position is 6.018883 - Peak position is 7.692756 -Info in : Number of peaks in HistSQ22[23]E: 4 -Info in : Control output: - Peak position is 4.786151 - Peak position is 5.505645 - Peak position is 6.018646 - Peak position is 7.695470 -Info in : Number of peaks in HistSQ22[24]E: 4 -Info in : Control output: - Peak position is 4.790130 - Peak position is 5.498789 - Peak position is 6.020967 - Peak position is 7.694319 -Info in : Number of peaks in HistSQ22[25]E: 4 -Info in : Control output: - Peak position is 4.794653 - Peak position is 5.502079 - Peak position is 6.018945 - Peak position is 7.693807 -Info in : Number of peaks in HistSQ22[26]E: 4 -Info in : Control output: - Peak position is 4.787964 - Peak position is 5.505909 - Peak position is 6.015831 - Peak position is 7.691789 -Info in : Number of peaks in HistSQ22[27]E: 4 -Info in : Control output: - Peak position is 4.792310 - Peak position is 5.502343 - Peak position is 6.020053 - Peak position is 7.693387 -Info in : Number of peaks in HistSQ22[28]E: 4 -Info in : Control output: - Peak position is 4.794009 - Peak position is 5.502277 - Peak position is 6.019439 - Peak position is 7.695054 -Info in : Number of peaks in HistSQ22[29]E: 4 -Info in : Control output: - Peak position is 4.791027 - Peak position is 5.503462 - Peak position is 6.014956 - Peak position is 7.690874 -Info in : Number of peaks in HistSQ22[30]E: 4 -Info in : Control output: - Peak position is 4.784221 - Peak position is 5.501234 - Peak position is 6.017482 - Peak position is 7.695192 -Info in : Number of peaks in HistSQ22[31]E: 4 -Info in : Control output: - Peak position is 4.785863 - Peak position is 5.501360 - Peak position is 6.017036 - Peak position is 7.690623 -root [1] .q -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ exit -exit - -Script done on Tue 04 Oct 2016 11:39:52 AM MSK diff --git a/run7/run7.txt b/run7/run7.txt deleted file mode 100644 index fe14b75..0000000 --- a/run7/run7.txt +++ /dev/null @@ -1,399 +0,0 @@ -Script started on Tue 04 Oct 2016 12:08:37 PM MSK -]0;dariak@exolina2:~/AculUtils[?1034h[dariak@exolina2 AculUtils]$ exitroot -l calibration1.cxxlogoutroot -l calibration1.cxx.cxx2.cxx -root [0] -Processing calibration2.cxx... -C3[22][0] 0.01001 0.28 0 0 -C3[22][1] 0.01028 0.2492 0 0 -C3[22][2] 0.01032 0.1985 0 0 -C3[22][3] 0.009928 0.2418 0 0 -C3[22][4] 0.01008 0.2074 0 0 -C3[22][5] 0.01021 0.2562 0 0 -C3[22][6] 0.01006 0.2341 0 0 -C3[22][7] 0.009855 0.2537 0 0 -C3[22][8] 0.00989 0.2921 0 0 -C3[22][9] 0.01041 0.2625 0 0 -C3[22][10] 0.01012 0.24 0 0 -C3[22][11] 0.009916 0.2632 0 0 -C3[22][12] 0.01017 0.2489 0 0 -C3[22][13] 0.01004 0.2758 0 0 -C3[22][14] 0.01021 0.2227 0 0 -C3[22][15] 0.009958 0.2785 0 0 -C3[22][16] 0.01544 0.1396 0 0 -C3[22][17] 0.0153 0.2101 0 0 -C3[22][18] 0.01537 0.1899 0 0 -C3[22][19] 0.01527 0.2239 0 0 -C3[22][20] 0.01545 0.09672 0 0 -C3[22][21] 0.01558 0.1999 0 0 -C3[22][22] 0.01548 0.1135 0 0 -C3[22][23] 0.01543 0.1781 0 0 -C3[22][24] 0.01541 0.177 0 0 -C3[22][25] 0.01592 0.1141 0 0 -C3[22][26] 0.01547 0.1302 0 0 -C3[22][27] 0.01538 0.08564 0 0 -C3[22][28] 0.01529 0.1331 0 0 -C3[22][29] 0.01566 0.1861 0 0 -C3[22][30] 0.01575 0.1482 0 0 -C3[22][31] 0.01513 0.184 0 0 -Warning in : no dictionary for class TLiEvent is available -Warning in : no dictionary for class TGo4EventElement is available - - -Info in : Calculating calibration parameters for detector channel SQ22[0]. -Info in : Energy spectrum from address SQ22[0] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[1]. -Info in : Energy spectrum from address SQ22[1] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[2]. -Info in : Energy spectrum from address SQ22[2] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[3]. -Info in : Energy spectrum from address SQ22[3] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[4]. -Info in : Energy spectrum from address SQ22[4] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[5]. -Info in : Energy spectrum from address SQ22[5] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[6]. -Info in : Energy spectrum from address SQ22[6] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[7]. -Info in : Energy spectrum from address SQ22[7] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[8]. -Info in : Energy spectrum from address SQ22[8] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[9]. -Info in : Energy spectrum from address SQ22[9] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[10]. -Info in : Energy spectrum from address SQ22[10] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[11]. -Info in : Energy spectrum from address SQ22[11] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[12]. -Info in : Energy spectrum from address SQ22[12] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[13]. -Info in : Energy spectrum from address SQ22[13] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[14]. -Info in : Energy spectrum from address SQ22[14] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[15]. -Info in : Energy spectrum from address SQ22[15] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[16]. -Info in : Energy spectrum from address SQ22[16] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[17]. -Info in : Energy spectrum from address SQ22[17] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[18]. -Info in : Energy spectrum from address SQ22[18] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[19]. -Info in : Energy spectrum from address SQ22[19] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[20]. -Info in : Energy spectrum from address SQ22[20] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[21]. -Info in : Energy spectrum from address SQ22[21] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[22]. -Info in : Energy spectrum from address SQ22[22] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[23]. -Info in : Energy spectrum from address SQ22[23] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[24]. -Info in : Energy spectrum from address SQ22[24] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[25]. -Info in : Energy spectrum from address SQ22[25] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[26]. -Info in : Energy spectrum from address SQ22[26] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[27]. -Info in : Energy spectrum from address SQ22[27] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[28]. -Info in : Energy spectrum from address SQ22[28] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[29]. -Info in : Energy spectrum from address SQ22[29] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[30]. -Info in : Energy spectrum from address SQ22[30] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[31]. -Info in : Energy spectrum from address SQ22[31] calculating -Warning in : file SQ22[]E.root probably not closed, trying to recover -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[0]E at address 220 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[1]E at address 878 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[2]E at address 1517 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[3]E at address 2165 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[4]E at address 2827 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[5]E at address 3486 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[6]E at address 4141 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[7]E at address 4807 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[8]E at address 5450 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[9]E at address 6104 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[10]E at address 6741 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[11]E at address 7392 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[12]E at address 8048 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[13]E at address 8712 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[14]E at address 9368 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[15]E at address 10039 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[16]E at address 10682 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[17]E at address 11306 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[18]E at address 11941 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[19]E at address 12557 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[20]E at address 13166 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[21]E at address 13772 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[22]E at address 14391 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[23]E at address 15023 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[24]E at address 15629 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[25]E at address 16227 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[26]E at address 16848 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[27]E at address 17455 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[28]E at address 18074 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[29]E at address 18683 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[30]E at address 19306 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[31]E at address 19903 -Warning in : successfully recovered 32 keys -32 histograms -Info in : Number of peaks in HistSQ22[0]E: 4 -Info in : Control output: - Peak position is 4.696895 - Peak position is 5.415244 - Peak position is 5.934498 - Peak position is 7.624002 -Info in : Number of peaks in HistSQ22[1]E: 4 -Info in : Control output: - Peak position is 4.686785 - Peak position is 5.410829 - Peak position is 5.937620 - Peak position is 7.625184 -Info in : Number of peaks in HistSQ22[2]E: 4 -Info in : Control output: - Peak position is 4.695285 - Peak position is 5.413233 - Peak position is 5.939486 - Peak position is 7.627297 -Info in : Number of peaks in HistSQ22[3]E: 4 -Info in : Control output: - Peak position is 4.686093 - Peak position is 5.409478 - Peak position is 5.930879 - Peak position is 7.616178 -Info in : Number of peaks in HistSQ22[4]E: 4 -Info in : Control output: - Peak position is 4.688379 - Peak position is 5.408567 - Peak position is 5.926458 - Peak position is 7.624120 -Info in : Number of peaks in HistSQ22[5]E: 4 -Info in : Control output: - Peak position is 4.689402 - Peak position is 5.417622 - Peak position is 5.926029 - Peak position is 7.621227 -Info in : Number of peaks in HistSQ22[6]E: 4 -Info in : Control output: - Peak position is 4.686360 - Peak position is 5.407483 - Peak position is 5.951396 - Peak position is 7.608792 -Info in : Number of peaks in HistSQ22[7]E: 4 -Info in : Control output: - Peak position is 4.684014 - Peak position is 5.403570 - Peak position is 5.936242 - Peak position is 7.617061 -Info in : Number of peaks in HistSQ22[8]E: 4 -Info in : Control output: - Peak position is 4.684529 - Peak position is 5.404618 - Peak position is 5.933561 - Peak position is 7.607017 -Info in : Number of peaks in HistSQ22[9]E: 4 -Info in : Control output: - Peak position is 4.676245 - Peak position is 5.400119 - Peak position is 5.927454 - Peak position is 7.615729 -Info in : Number of peaks in HistSQ22[10]E: 4 -Info in : Control output: - Peak position is 4.680521 - Peak position is 5.402552 - Peak position is 5.911851 - Peak position is 7.613217 -Info in : Number of peaks in HistSQ22[11]E: 4 -Info in : Control output: - Peak position is 4.675219 - Peak position is 5.400535 - Peak position is 5.918290 - Peak position is 7.610570 -Info in : Number of peaks in HistSQ22[12]E: 4 -Info in : Control output: - Peak position is 4.655721 - Peak position is 5.390956 - Peak position is 5.913192 - Peak position is 7.608647 -Info in : Number of peaks in HistSQ22[13]E: 4 -Info in : Control output: - Peak position is 4.676268 - Peak position is 5.400699 - Peak position is 5.917382 - Peak position is 7.619069 -Info in : Number of peaks in HistSQ22[14]E: 4 -Info in : Control output: - Peak position is 4.673324 - Peak position is 5.398308 - Peak position is 5.914631 - Peak position is 7.608709 -Info in : Number of peaks in HistSQ22[15]E: 4 -Info in : Control output: - Peak position is 4.669306 - Peak position is 5.392104 - Peak position is 5.920444 - Peak position is 7.614137 -Info in : Number of peaks in HistSQ22[16]E: 4 -Info in : Control output: - Peak position is 4.683608 - Peak position is 5.403605 - Peak position is 5.924017 - Peak position is 7.611004 -Info in : Number of peaks in HistSQ22[17]E: 4 -Info in : Control output: - Peak position is 4.678333 - Peak position is 5.412098 - Peak position is 5.919796 - Peak position is 7.613766 -Info in : Number of peaks in HistSQ22[18]E: 4 -Info in : Control output: - Peak position is 4.670043 - Peak position is 5.405160 - Peak position is 5.918422 - Peak position is 7.609981 -Info in : Number of peaks in HistSQ22[19]E: 4 -Info in : Control output: - Peak position is 4.673399 - Peak position is 5.402011 - Peak position is 5.916822 - Peak position is 7.612949 -Info in : Number of peaks in HistSQ22[20]E: 4 -Info in : Control output: - Peak position is 4.664704 - Peak position is 5.389596 - Peak position is 5.918126 - Peak position is 7.604730 -Info in : Number of peaks in HistSQ22[21]E: 4 -Info in : Control output: - Peak position is 4.663255 - Peak position is 5.388645 - Peak position is 5.913681 - Peak position is 7.608182 -Info in : Number of peaks in HistSQ22[22]E: 4 -Info in : Control output: - Peak position is 4.668385 - Peak position is 5.388173 - Peak position is 5.920345 - Peak position is 7.603790 -Info in : Number of peaks in HistSQ22[23]E: 4 -Info in : Control output: - Peak position is 4.670804 - Peak position is 5.392435 - Peak position is 5.912997 - Peak position is 7.607609 -Info in : Number of peaks in HistSQ22[24]E: 4 -Info in : Control output: - Peak position is 4.667147 - Peak position is 5.391153 - Peak position is 5.933925 - Peak position is 7.604926 -Info in : Number of peaks in HistSQ22[25]E: 4 -Info in : Control output: - Peak position is 4.663394 - Peak position is 5.388769 - Peak position is 5.915941 - Peak position is 7.609515 -Info in : Number of peaks in HistSQ22[26]E: 4 -Info in : Control output: - Peak position is 4.670831 - Peak position is 5.394893 - Peak position is 5.913066 - Peak position is 7.598459 -Info in : Number of peaks in HistSQ22[27]E: 4 -Info in : Control output: - Peak position is 4.670697 - Peak position is 5.390248 - Peak position is 5.909521 - Peak position is 7.608740 -Info in : Number of peaks in HistSQ22[28]E: 4 -Info in : Control output: - Peak position is 4.668666 - Peak position is 5.395162 - Peak position is 5.911595 - Peak position is 7.609168 -Info in : Number of peaks in HistSQ22[29]E: 4 -Info in : Control output: - Peak position is 4.665893 - Peak position is 5.396958 - Peak position is 5.906848 - Peak position is 7.605030 -Info in : Number of peaks in HistSQ22[30]E: 4 -Info in : Control output: - Peak position is 4.646817 - Peak position is 5.385986 - Peak position is 5.907293 - Peak position is 7.608932 -Info in : Number of peaks in HistSQ22[31]E: 4 -Info in : Control output: - Peak position is 4.656827 - Peak position is 5.388021 - Peak position is 5.909241 - Peak position is 7.607616 -root [1] .q -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ exit -exit - -Script done on Tue 04 Oct 2016 12:09:04 PM MSK diff --git a/run8/run8.txt b/run8/run8.txt deleted file mode 100644 index 3187a92..0000000 --- a/run8/run8.txt +++ /dev/null @@ -1,396 +0,0 @@ -Script started on Tue 04 Oct 2016 02:05:02 PM MSK -]0;dariak@exolina2:~/AculUtils[?1034h[dariak@exolina2 AculUtils]$ exitroot -l calibration2.cxxexitroot -l calibration2.cxx.cxx1.cxx -root [0] -Processing calibration1.cxx... -Warning in : no dictionary for class TLiEvent is available -Warning in : no dictionary for class TGo4EventElement is available - - -Info in : Calculating calibration parameters for detector channel SQ22[0]. -Info in : Number of peaks in HistSQ22[0]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[0] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[1]. -Info in : Number of peaks in HistSQ22[1]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[1] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[2]. -Info in : Number of peaks in HistSQ22[2]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[2] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[3]. -Info in : Number of peaks in HistSQ22[3]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[3] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[4]. -Info in : Number of peaks in HistSQ22[4]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[4] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[5]. -Info in : Number of peaks in HistSQ22[5]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[5] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[6]. -Info in : Number of peaks in HistSQ22[6]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[6] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[7]. -Info in : Number of peaks in HistSQ22[7]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[7] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[8]. -Info in : Number of peaks in HistSQ22[8]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[8] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[9]. -Info in : Number of peaks in HistSQ22[9]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[9] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[10]. -Info in : Number of peaks in HistSQ22[10]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[10] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[11]. -Info in : Number of peaks in HistSQ22[11]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[11] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[12]. -Info in : Number of peaks in HistSQ22[12]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[12] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[13]. -Info in : Number of peaks in HistSQ22[13]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[13] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[14]. -Info in : Number of peaks in HistSQ22[14]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[14] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[15]. -Info in : Number of peaks in HistSQ22[15]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[15] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[16]. -Info in : Number of peaks in HistSQ22[16]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[16] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[17]. -Info in : Number of peaks in HistSQ22[17]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[17] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[18]. -Info in : Number of peaks in HistSQ22[18]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[18] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[19]. -Info in : Number of peaks in HistSQ22[19]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[19] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[20]. -Info in : Number of peaks in HistSQ22[20]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[20] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[21]. -Info in : Number of peaks in HistSQ22[21]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[21] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[22]. -Info in : Number of peaks in HistSQ22[22]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[22] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[23]. -Info in : Number of peaks in HistSQ22[23]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[23] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[24]. -Info in : Number of peaks in HistSQ22[24]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[24] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[25]. -Info in : Number of peaks in HistSQ22[25]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[25] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[26]. -Info in : Number of peaks in HistSQ22[26]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[26] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[27]. -Info in : Number of peaks in HistSQ22[27]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[27] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[28]. -Info in : Number of peaks in HistSQ22[28]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[28] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[29]. -Info in : Number of peaks in HistSQ22[29]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[29] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[30]. -Info in : Number of peaks in HistSQ22[30]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[30] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[31]. -Info in : Number of peaks in HistSQ22[31]: 4 -Info in : Value of fitControl is: 0 -Info in : Energy spectrum from address SQ22[31] calculating -32 histograms -Info in : Number of peaks in HistSQ22[0]E: 4 -Info in : Control output: - Peak position is 4.787623 - Peak position is 5.493253 - Peak position is 6.021135 - Peak position is 7.690451 -Info in : Number of peaks in HistSQ22[1]E: 4 -Info in : Control output: - Peak position is 4.782064 - Peak position is 5.498884 - Peak position is 6.020496 - Peak position is 7.689757 -Info in : Number of peaks in HistSQ22[2]E: 4 -Info in : Control output: - Peak position is 4.787404 - Peak position is 5.501026 - Peak position is 6.015607 - Peak position is 7.689575 -Info in : Number of peaks in HistSQ22[3]E: 4 -Info in : Control output: - Peak position is 4.787297 - Peak position is 5.496668 - Peak position is 6.014165 - Peak position is 7.692165 -Info in : Number of peaks in HistSQ22[4]E: 4 -Info in : Control output: - Peak position is 4.785297 - Peak position is 5.493115 - Peak position is 6.019946 - Peak position is 7.689842 -Info in : Number of peaks in HistSQ22[5]E: 4 -Info in : Control output: - Peak position is 4.787563 - Peak position is 5.504108 - Peak position is 6.016069 - Peak position is 7.689232 -Info in : Number of peaks in HistSQ22[6]E: 4 -Info in : Control output: - Peak position is 4.785824 - Peak position is 5.501174 - Peak position is 6.016342 - Peak position is 7.691304 -Info in : Number of peaks in HistSQ22[7]E: 4 -Info in : Control output: - Peak position is 4.790467 - Peak position is 5.497789 - Peak position is 6.011850 - Peak position is 7.690491 -Info in : Number of peaks in HistSQ22[8]E: 4 -Info in : Control output: - Peak position is 4.788918 - Peak position is 5.505655 - Peak position is 6.010100 - Peak position is 7.690224 -Info in : Number of peaks in HistSQ22[9]E: 4 -Info in : Control output: - Peak position is 4.788434 - Peak position is 5.498950 - Peak position is 6.013552 - Peak position is 7.692317 -Info in : Number of peaks in HistSQ22[10]E: 4 -Info in : Control output: - Peak position is 4.782654 - Peak position is 5.495962 - Peak position is 6.019150 - Peak position is 7.692443 -Info in : Number of peaks in HistSQ22[11]E: 4 -Info in : Control output: - Peak position is 4.784493 - Peak position is 5.496334 - Peak position is 6.013041 - Peak position is 7.690060 -Info in : Number of peaks in HistSQ22[12]E: 4 -Info in : Control output: - Peak position is 4.784121 - Peak position is 5.500132 - Peak position is 6.013788 - Peak position is 7.693068 -Info in : Number of peaks in HistSQ22[13]E: 4 -Info in : Control output: - Peak position is 4.785499 - Peak position is 5.495827 - Peak position is 6.010937 - Peak position is 7.692335 -Info in : Number of peaks in HistSQ22[14]E: 4 -Info in : Control output: - Peak position is 4.783904 - Peak position is 5.500695 - Peak position is 6.016698 - Peak position is 7.689769 -Info in : Number of peaks in HistSQ22[15]E: 4 -Info in : Control output: - Peak position is 4.785970 - Peak position is 5.497987 - Peak position is 6.019487 - Peak position is 7.690112 -Info in : Number of peaks in HistSQ22[16]E: 4 -Info in : Control output: - Peak position is 4.787816 - Peak position is 5.500376 - Peak position is 6.021455 - Peak position is 7.690895 -Info in : Number of peaks in HistSQ22[17]E: 4 -Info in : Control output: - Peak position is 4.785598 - Peak position is 5.495228 - Peak position is 6.024736 - Peak position is 7.693383 -Info in : Number of peaks in HistSQ22[18]E: 4 -Info in : Control output: - Peak position is 4.786302 - Peak position is 5.506921 - Peak position is 6.019352 - Peak position is 7.692562 -Info in : Number of peaks in HistSQ22[19]E: 4 -Info in : Control output: - Peak position is 4.789242 - Peak position is 5.502271 - Peak position is 6.023533 - Peak position is 7.693941 -Info in : Number of peaks in HistSQ22[20]E: 4 -Info in : Control output: - Peak position is 4.784558 - Peak position is 5.497630 - Peak position is 6.033581 - Peak position is 7.690450 -Info in : Number of peaks in HistSQ22[21]E: 4 -Info in : Control output: - Peak position is 4.789254 - Peak position is 5.508839 - Peak position is 6.018420 - Peak position is 7.691697 -Info in : Number of peaks in HistSQ22[22]E: 4 -Info in : Control output: - Peak position is 4.797098 - Peak position is 5.503854 - Peak position is 6.016383 - Peak position is 7.693319 -Info in : Number of peaks in HistSQ22[23]E: 4 -Info in : Control output: - Peak position is 4.787381 - Peak position is 5.508959 - Peak position is 6.019093 - Peak position is 7.695904 -Info in : Number of peaks in HistSQ22[24]E: 4 -Info in : Control output: - Peak position is 4.786176 - Peak position is 5.503268 - Peak position is 6.023700 - Peak position is 7.699333 -Info in : Number of peaks in HistSQ22[25]E: 4 -Info in : Control output: - Peak position is 4.787066 - Peak position is 5.500983 - Peak position is 6.020134 - Peak position is 7.697796 -Info in : Number of peaks in HistSQ22[26]E: 4 -Info in : Control output: - Peak position is 4.789495 - Peak position is 5.504055 - Peak position is 6.016819 - Peak position is 7.694237 -Info in : Number of peaks in HistSQ22[27]E: 4 -Info in : Control output: - Peak position is 4.796083 - Peak position is 5.499502 - Peak position is 6.015885 - Peak position is 7.704495 -Info in : Number of peaks in HistSQ22[28]E: 4 -Info in : Control output: - Peak position is 4.785365 - Peak position is 5.510269 - Peak position is 6.016462 - Peak position is 7.685875 -Info in : Number of peaks in HistSQ22[29]E: 4 -Info in : Control output: - Peak position is 4.784004 - Peak position is 5.509383 - Peak position is 6.020201 - Peak position is 7.693292 -Info in : Number of peaks in HistSQ22[30]E: 4 -Info in : Control output: - Peak position is 4.784348 - Peak position is 5.500712 - Peak position is 6.021082 - Peak position is 7.694559 -Info in : Number of peaks in HistSQ22[31]E: 4 -Info in : Control output: - Peak position is 4.792596 - Peak position is 5.507394 - Peak position is 6.019094 - Peak position is 7.691453 -root [1] .q -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ exit -exit - -Script done on Tue 04 Oct 2016 02:05:25 PM MSK diff --git a/run9/run9.txt b/run9/run9.txt deleted file mode 100644 index 8764d60..0000000 --- a/run9/run9.txt +++ /dev/null @@ -1,399 +0,0 @@ -Script started on Tue 04 Oct 2016 02:20:47 PM MSK -]0;dariak@exolina2:~/AculUtils[?1034h[dariak@exolina2 AculUtils]$ exitroot -l calibration1.cxx.cxx2.cxx -root [0] -Processing calibration2.cxx... -C3[22][0] 0.009884 0.4554 0 0 -C3[22][1] 0.01016 0.421 0 0 -C3[22][2] 0.01021 0.3588 0 0 -C3[22][3] 0.009844 0.3982 0 0 -C3[22][4] 0.009969 0.3699 0 0 -C3[22][5] 0.01012 0.4089 0 0 -C3[22][6] 0.009963 0.3913 0 0 -C3[22][7] 0.009715 0.4372 0 0 -C3[22][8] 0.009785 0.4512 0 0 -C3[22][9] 0.01028 0.437 0 0 -C3[22][10] 0.01003 0.3968 0 0 -C3[22][11] 0.00984 0.4234 0 0 -C3[22][12] 0.01005 0.4332 0 0 -C3[22][13] 0.009943 0.4421 0 0 -C3[22][14] 0.0101 0.3958 0 0 -C3[22][15] 0.009825 0.4692 0 0 -C3[22][16] 0.01528 0.3126 0 0 -C3[22][17] 0.01513 0.3949 0 0 -C3[22][18] 0.01517 0.3901 0 0 -C3[22][19] 0.01507 0.4205 0 0 -C3[22][20] 0.01526 0.2992 0 0 -C3[22][21] 0.01538 0.4044 0 0 -C3[22][22] 0.01531 0.3113 0 0 -C3[22][23] 0.01527 0.3641 0 0 -C3[22][24] 0.01528 0.3545 0 0 -C3[22][25] 0.01574 0.3135 0 0 -C3[22][26] 0.01531 0.3254 0 0 -C3[22][27] 0.01523 0.2826 0 0 -C3[22][28] 0.01511 0.3519 0 0 -C3[22][29] 0.01547 0.3876 0 0 -C3[22][30] 0.01553 0.3582 0 0 -C3[22][31] 0.01489 0.4041 0 0 -Warning in : no dictionary for class TLiEvent is available -Warning in : no dictionary for class TGo4EventElement is available - - -Info in : Calculating calibration parameters for detector channel SQ22[0]. -Info in : Energy spectrum from address SQ22[0] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[1]. -Info in : Energy spectrum from address SQ22[1] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[2]. -Info in : Energy spectrum from address SQ22[2] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[3]. -Info in : Energy spectrum from address SQ22[3] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[4]. -Info in : Energy spectrum from address SQ22[4] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[5]. -Info in : Energy spectrum from address SQ22[5] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[6]. -Info in : Energy spectrum from address SQ22[6] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[7]. -Info in : Energy spectrum from address SQ22[7] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[8]. -Info in : Energy spectrum from address SQ22[8] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[9]. -Info in : Energy spectrum from address SQ22[9] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[10]. -Info in : Energy spectrum from address SQ22[10] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[11]. -Info in : Energy spectrum from address SQ22[11] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[12]. -Info in : Energy spectrum from address SQ22[12] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[13]. -Info in : Energy spectrum from address SQ22[13] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[14]. -Info in : Energy spectrum from address SQ22[14] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[15]. -Info in : Energy spectrum from address SQ22[15] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[16]. -Info in : Energy spectrum from address SQ22[16] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[17]. -Info in : Energy spectrum from address SQ22[17] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[18]. -Info in : Energy spectrum from address SQ22[18] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[19]. -Info in : Energy spectrum from address SQ22[19] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[20]. -Info in : Energy spectrum from address SQ22[20] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[21]. -Info in : Energy spectrum from address SQ22[21] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[22]. -Info in : Energy spectrum from address SQ22[22] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[23]. -Info in : Energy spectrum from address SQ22[23] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[24]. -Info in : Energy spectrum from address SQ22[24] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[25]. -Info in : Energy spectrum from address SQ22[25] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[26]. -Info in : Energy spectrum from address SQ22[26] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[27]. -Info in : Energy spectrum from address SQ22[27] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[28]. -Info in : Energy spectrum from address SQ22[28] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[29]. -Info in : Energy spectrum from address SQ22[29] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[30]. -Info in : Energy spectrum from address SQ22[30] calculating - - -Info in : Calculating calibration parameters for detector channel SQ22[31]. -Info in : Energy spectrum from address SQ22[31] calculating -Warning in : file SQ22[]E.root probably not closed, trying to recover -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[0]E at address 220 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[1]E at address 985 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[2]E at address 1768 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[3]E at address 2553 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[4]E at address 3345 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[5]E at address 4134 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[6]E at address 4917 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[7]E at address 5703 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[8]E at address 6480 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[9]E at address 7252 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[10]E at address 8012 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[11]E at address 8770 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[12]E at address 9558 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[13]E at address 10349 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[14]E at address 11145 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[15]E at address 11929 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[16]E at address 12745 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[17]E at address 13489 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[18]E at address 14239 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[19]E at address 14975 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[20]E at address 15693 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[21]E at address 16395 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[22]E at address 17117 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[23]E at address 17866 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[24]E at address 18625 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[25]E at address 19408 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[26]E at address 20157 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[27]E at address 20923 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[28]E at address 21670 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[29]E at address 22423 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[30]E at address 23168 -Info in : SQ22[]E.root, recovered key TH1F:HistSQ22[31]E at address 23916 -Warning in : successfully recovered 32 keys -32 histograms -Info in : Number of peaks in HistSQ22[0]E: 4 -Info in : Control output: - Peak position is 4.622269 - Peak position is 5.355835 - Peak position is 5.874709 - Peak position is 7.572933 -Info in : Number of peaks in HistSQ22[1]E: 4 -Info in : Control output: - Peak position is 4.618222 - Peak position is 5.351170 - Peak position is 5.871178 - Peak position is 7.573027 -Info in : Number of peaks in HistSQ22[2]E: 4 -Info in : Control output: - Peak position is 4.622182 - Peak position is 5.353710 - Peak position is 5.874407 - Peak position is 7.562407 -Info in : Number of peaks in HistSQ22[3]E: 4 -Info in : Control output: - Peak position is 4.621377 - Peak position is 5.354410 - Peak position is 5.884407 - Peak position is 7.578192 -Info in : Number of peaks in HistSQ22[4]E: 4 -Info in : Control output: - Peak position is 4.620349 - Peak position is 5.375828 - Peak position is 5.882559 - Peak position is 7.577923 -Info in : Number of peaks in HistSQ22[5]E: 4 -Info in : Control output: - Peak position is 4.635859 - Peak position is 5.352889 - Peak position is 5.883436 - Peak position is 7.581322 -Info in : Number of peaks in HistSQ22[6]E: 4 -Info in : Control output: - Peak position is 4.628177 - Peak position is 5.364662 - Peak position is 5.885326 - Peak position is 7.584379 -Info in : Number of peaks in HistSQ22[7]E: 4 -Info in : Control output: - Peak position is 4.625824 - Peak position is 5.363629 - Peak position is 5.890888 - Peak position is 7.583526 -Info in : Number of peaks in HistSQ22[8]E: 4 -Info in : Control output: - Peak position is 4.637802 - Peak position is 5.363825 - Peak position is 5.897017 - Peak position is 7.580395 -Info in : Number of peaks in HistSQ22[9]E: 4 -Info in : Control output: - Peak position is 4.636077 - Peak position is 5.374750 - Peak position is 5.893069 - Peak position is 7.586528 -Info in : Number of peaks in HistSQ22[10]E: 4 -Info in : Control output: - Peak position is 4.630487 - Peak position is 5.363345 - Peak position is 5.907928 - Peak position is 7.583210 -Info in : Number of peaks in HistSQ22[11]E: 4 -Info in : Control output: - Peak position is 4.637786 - Peak position is 5.362414 - Peak position is 5.888244 - Peak position is 7.581406 -Info in : Number of peaks in HistSQ22[12]E: 4 -Info in : Control output: - Peak position is 4.636014 - Peak position is 5.361868 - Peak position is 5.893173 - Peak position is 7.588287 -Info in : Number of peaks in HistSQ22[13]E: 4 -Info in : Control output: - Peak position is 4.634354 - Peak position is 5.369176 - Peak position is 5.895684 - Peak position is 7.588068 -Info in : Number of peaks in HistSQ22[14]E: 4 -Info in : Control output: - Peak position is 4.635744 - Peak position is 5.366365 - Peak position is 5.895768 - Peak position is 7.587932 -Info in : Number of peaks in HistSQ22[15]E: 4 -Info in : Control output: - Peak position is 4.646138 - Peak position is 5.377011 - Peak position is 5.894381 - Peak position is 7.590550 -Info in : Number of peaks in HistSQ22[16]E: 4 -Info in : Control output: - Peak position is 4.643093 - Peak position is 5.378765 - Peak position is 5.898866 - Peak position is 7.592801 -Info in : Number of peaks in HistSQ22[17]E: 4 -Info in : Control output: - Peak position is 4.653262 - Peak position is 5.384210 - Peak position is 5.906613 - Peak position is 7.607219 -Info in : Number of peaks in HistSQ22[18]E: 4 -Info in : Control output: - Peak position is 4.654094 - Peak position is 5.391042 - Peak position is 5.909189 - Peak position is 7.599587 -Info in : Number of peaks in HistSQ22[19]E: 4 -Info in : Control output: - Peak position is 4.651133 - Peak position is 5.381274 - Peak position is 5.900437 - Peak position is 7.592343 -Info in : Number of peaks in HistSQ22[20]E: 4 -Info in : Control output: - Peak position is 4.658504 - Peak position is 5.386011 - Peak position is 5.908467 - Peak position is 7.590045 -Info in : Number of peaks in HistSQ22[21]E: 4 -Info in : Control output: - Peak position is 4.661825 - Peak position is 5.398064 - Peak position is 5.917604 - Peak position is 7.598219 -Info in : Number of peaks in HistSQ22[22]E: 4 -Info in : Control output: - Peak position is 4.664719 - Peak position is 5.397552 - Peak position is 5.922389 - Peak position is 7.620111 -Info in : Number of peaks in HistSQ22[23]E: 4 -Info in : Control output: - Peak position is 4.673280 - Peak position is 5.400223 - Peak position is 5.913484 - Peak position is 7.608437 -Info in : Number of peaks in HistSQ22[24]E: 4 -Info in : Control output: - Peak position is 4.667687 - Peak position is 5.391024 - Peak position is 5.921435 - Peak position is 7.615249 -Info in : Number of peaks in HistSQ22[25]E: 4 -Info in : Control output: - Peak position is 4.668642 - Peak position is 5.406832 - Peak position is 5.919788 - Peak position is 7.609996 -Info in : Number of peaks in HistSQ22[26]E: 4 -Info in : Control output: - Peak position is 4.670354 - Peak position is 5.397833 - Peak position is 5.923941 - Peak position is 7.616328 -Info in : Number of peaks in HistSQ22[27]E: 4 -Info in : Control output: - Peak position is 4.666039 - Peak position is 5.389226 - Peak position is 5.918666 - Peak position is 7.607777 -Info in : Number of peaks in HistSQ22[28]E: 4 -Info in : Control output: - Peak position is 4.673468 - Peak position is 5.406111 - Peak position is 5.920677 - Peak position is 7.600299 -Info in : Number of peaks in HistSQ22[29]E: 4 -Info in : Control output: - Peak position is 4.678982 - Peak position is 5.408811 - Peak position is 5.926838 - Peak position is 7.616931 -Info in : Number of peaks in HistSQ22[30]E: 4 -Info in : Control output: - Peak position is 4.685333 - Peak position is 5.414883 - Peak position is 5.931674 - Peak position is 7.624354 -Info in : Number of peaks in HistSQ22[31]E: 4 -Info in : Control output: - Peak position is 4.680979 - Peak position is 5.408537 - Peak position is 5.929490 - Peak position is 7.615546 -root [1] .q -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ -]0;dariak@exolina2:~/AculUtils[dariak@exolina2 AculUtils]$ xiexit -exit - -Script done on Tue 04 Oct 2016 02:21:20 PM MSK -- 2.18.1