Parent Directory | Revision Log | Patch
revision 1.15 by mocchiut, Wed Jul 18 07:57:12 2007 UTC | revision 1.17 by mocchiut, Tue Aug 11 14:19:52 2009 UTC | |
---|---|---|
# | Line 33 | Line 33 |
33 | // | // |
34 | #include <iostream> | #include <iostream> |
35 | #include <fstream> | #include <fstream> |
36 | #include <cstdlib> | |
37 | // | // |
38 | #include <TROOT.h> | |
39 | #include <TTree.h> | #include <TTree.h> |
40 | #include <TObject.h> | #include <TObject.h> |
41 | #include <TString.h> | #include <TString.h> |
# | Line 1050 void FCaloCHKCALIB(TString filename, Lon | Line 1052 void FCaloCHKCALIB(TString filename, Lon |
1052 | pad3->Draw(); | pad3->Draw(); |
1053 | pad4->Draw(); | pad4->Draw(); |
1054 | // | // |
1055 | char *sezione = 0; | const char *sezione = ""; |
1056 | for (Int_t si = 0; si < 4; si++){ | for (Int_t si = 0; si < 4; si++){ |
1057 | if (si == 2) | if (si == 2) |
1058 | { | { |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |