source:
MEMPHYS/HEAD/applications/MEMPHYS_analysis_ROOT.cxx@
188
Last change on this file since 188 was 188, checked in by , 19 years ago | |
---|---|
File size: 333 bytes |
Rev | Line | |
---|---|---|
[188] | 1 | // |
2 | // Compiled version of the interpreted | |
3 | // ../scripts/ROOT/analysis.C | |
4 | // CINT script that does not work properly | |
5 | // for the moment (it has huge memory consumption). | |
6 | // | |
7 | ||
8 | #include <TFile.h> | |
9 | #include <TTree.h> | |
10 | ||
11 | #include <iostream> | |
12 | ||
13 | #include "../scripts/ROOT/analysis.C" | |
14 | ||
15 | int main() { | |
16 | ROOT::GetROOT(); | |
17 | analysis(); | |
18 | return 1; | |
19 | } |
Note:
See TracBrowser
for help on using the repository browser.