]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STARLIGHT/starlight/utils/ana.C
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / utils / ana.C
1 // this macro runs analyze.cxx, which takes as input an Ascii starlight output
2 // file, slight.out, and creates a standard set of histograms, which are stored
3 // in histograms.root
4
5 #include "analyze.cxx"
6
7
8 void ana()
9 {
10   Analyze a("slight.out", 20);
11   a.doAnalysis();
12 }