]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STARLIGHT/starlight/utils/ana.C
Updated STARLIGHT from r176 ro r188 (http://starlight.hepforge.org/svn/)
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / utils / ana.C
CommitLineData
0e1bd874 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
da32329d 4
0e1bd874 5#include "analyze.cxx"
da32329d
AM
6
7
8void ana()
9{
0e1bd874 10 Analyze a("slight.out", 20);
da32329d
AM
11 a.doAnalysis();
12}