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