source: ELYSE/HEAD/applications/ELYSE_analysis_aida_ROOT.cxx @ 286

Last change on this file since 286 was 286, checked in by campagne, 17 years ago

ELYSE sauvegarde provisoire (JEC)

File size: 703 bytes
Line 
1//
2// Compiled version of the interpreted
3//   ../scripts/ROOT/aida_ROOT.C
4// which uses OpenScienitst/AIDA to read a ELYSE.root
5// file and the TH* for the histogramming and plotting.
6//
7
8#include <AIDA/IAnalysisFactory.h>
9#include <AIDA/ITreeFactory.h>
10#include <AIDA/ITree.h>
11#include <AIDA/IManagedObject.h>
12#include <AIDA/ITupleEntry.h>
13#include <AIDA/ITuple.h>
14
15#include <TH1D.h>
16#include <TH2D.h>
17#include <TCanvas.h>
18#include <TSystem.h>
19#include <TApplication.h>
20
21#include <iostream>
22
23#include "../scripts/ROOT/aida_ROOT.C"
24
25int main(int aArgc,char* aArgv[]) {
26  ROOT::GetROOT();
27 
28  new TApplication("ELYSE_analysis_aida_ROOT",&aArgc,aArgv);
29
30  aida_ROOT();
31
32  gSystem->Run();
33
34  return 1;
35}
Note: See TracBrowser for help on using the repository browser.