]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/jetDst.h
Record charged and neutral energy component separately.
[u/mrichter/AliRoot.git] / EMCAL / jetDst.h
1 //
2 // 6-feb-2002 by PAI
3 //
4 class TH1F;
5 class TH2F;
6
7 void jetDst(Int_t mode=11, Int_t var=5, Int_t nmax=0);
8 TString *defineInput(Int_t mode);
9 void   defineJetFinder(Int_t mode, Int_t var);
10
11 void   testDST(char* fname="RES/FILE/jet100_1000ev_4.root"); 
12 // by PAI - 4-feb-2002
13 TH2F* bookTrigHist(TH2F *hid);
14 void  fillTriggerPatch(TH2F *hid, TH2F *htrig, TH1F* hE);
15