Parent Directory | Revision Log | Patch
revision 1.16 by mocchiut, Mon Sep 22 20:12:27 2008 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> | #include <TROOT.h> |
39 | #include <TTree.h> | #include <TTree.h> |
# | Line 1051 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 |