Parent Directory | Revision Log | Patch
revision 1.22 by mocchiut, Mon Jul 23 09:34:07 2007 UTC | revision 1.24 by mocchiut, Tue Aug 11 14:20:01 2009 UTC | |
---|---|---|
# | Line 36 | Line 36 |
36 | // | // |
37 | #include <iostream> | #include <iostream> |
38 | #include <fstream> | #include <fstream> |
39 | #include <cstdlib> | |
40 | // | // |
41 | #include <TObject.h> | #include <TObject.h> |
42 | #include <TString.h> | #include <TString.h> |
43 | #include <TFile.h> | #include <TFile.h> |
44 | #include <TROOT.h> | |
45 | #include <TCanvas.h> | #include <TCanvas.h> |
46 | #include <TH1.h> | #include <TH1.h> |
47 | #include <TH1F.h> | #include <TH1F.h> |
# | Line 200 void FCaloQLOOK(TString filename, Int_t | Line 202 void FCaloQLOOK(TString filename, Int_t |
202 | Int_t tshit, trshit, compdata,rawdata, errorfull, calevn1, calevn2, calevn3, calevn4, pshit[4][11]; | Int_t tshit, trshit, compdata,rawdata, errorfull, calevn1, calevn2, calevn3, calevn4, pshit[4][11]; |
203 | tshit = 0; | tshit = 0; |
204 | trshit = 0; | trshit = 0; |
205 | char *sezione; | const char *sezione = ""; |
206 | Bool_t check = false; | Bool_t check = false; |
207 | sezione = ""; | // sezione = ""; |
208 | stringstream errore; | stringstream errore; |
209 | errore.str(""); | errore.str(""); |
210 | // | // |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |