6 #ifndef STAR_St2009WjjMaker
7 #define STAR_St2009WjjMaker
25 #include <TLorentzVector.h>
35 float par_jetPtLow,par_jetPtHigh;
36 float par_djPtLow, par_djPtHigh , par_djEtaMin , par_djPzLow, par_djPzHigh ;
37 float par_jetEtaLow,par_jetEtaHigh ;
38 float par_etaSumLow, par_etaSumHigh;
49 TH1F *mJEScorrH[mxJESeta];
53 enum {mxHA=32}; TH1 * hA[mxHA];
62 virtual Int_t InitRun (
int runumber);
64 void setHList(TObjArray * x){HList=x;}
65 void setSpinSort(
bool x){ par_spinSort=x;}
66 void setMC(
int x){ isMC=x;}
67 void setCorrection(
char *name){ mJEScorrFile=name; par_corLevel=1;}
71 virtual Int_t FinishRun(
int runumber);
73 TLorentzVector trueJet( TLorentzVector recoJet) ;
77 static const char cvs[]=
"Tag $Name: $ $Id: St2009WjjMaker.h,v 1.3 2014/08/06 11:43:41 jeromel Exp $ built " __DATE__
" " __TIME__ ;
muDst based extraction of W-signal from pp500 data from 2009
virtual const char * GetCVS() const
Displayed on session exit, leave it as-is please ...