1 |
#include "TH1.h"
|
2 |
#include "TRandom3.h"
|
3 |
|
4 |
#include "RunLumiRangeMap.h"
|
5 |
//#include "TGenInfo.hh"
|
6 |
|
7 |
void initRunLumiRangeMap();
|
8 |
void initRunLumiRangeMap(RunLumiRangeMap &rlrm);
|
9 |
//int getChannel(mithep::TGenInfo *);
|
10 |
// double etaFromY(Double_t pt, Double_t y, Double_t phi, Double_t m);
|
11 |
|
12 |
|
13 |
float scale_smear_muon_Up( float pt, bool isEB, TRandom3 &r );
|
14 |
float scale_smear_muon_Down( float pt, bool isEB, TRandom3 &r );
|
15 |
float scale_smear_electron_Up( float pt, bool isEB, TRandom3 &r );
|
16 |
float scale_smear_electron_Down( float pt, bool isEB, TRandom3 &r );
|
17 |
float scale_smear_electron( float pt, bool isEB, TRandom3 &r );
|