]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/anaDst.h
Test for clusterisation, tracker and ESD filling of MUON for ALICE reconstruction...
[u/mrichter/AliRoot.git] / EMCAL / anaDst.h
CommitLineData
498224e8 1//
2// 8-feb-2002 new version with class AliEMCALJetMicroDst
3//
4class TH1F;
5class TVector3;
6
7void anaDst(Int_t mode=1);
8Bool_t defineMicroDst(Int_t mode);
9
10void bookHist1();
11void bookHistPartonsAfterHardSc();
12Bool_t fillInfoForPartons(TVector3 *vec1, TVector3 *vec2);
13void compareJetPartons(TVector3 *vecJet, TVector3 *vec1, TVector3 *vec2);
14
15void drawPartons();
16void fitGauss(TH1F* hid, Int_t opt);
17
18void cleanUpEvent();