3 |
|
// |
4 |
|
// FakeRate |
5 |
|
// |
6 |
< |
// Class for storing the Fake rates |
6 |
> |
// Class for storing the fake rates. |
7 |
|
// |
8 |
|
// Authors: S.Xie |
9 |
|
//-------------------------------------------------------------------------------------------------- |
38 |
|
fIsInit = Init(); |
39 |
|
} |
40 |
|
|
41 |
– |
~FakeRate() {} |
42 |
– |
|
41 |
|
Bool_t Init(); |
42 |
|
Double_t ElectronFakeRate(Double_t et, Double_t eta, Double_t phi); |
43 |
|
Double_t MuonFakeRate(Double_t pt, Double_t eta, Double_t phi); |
87 |
|
TH2F *fMuonFakeRateHist_PtEta_sysError; //!2D Fake Rate Error for muons |
88 |
|
|
89 |
|
|
90 |
< |
ClassDef(FakeRate, 1) // Charged particle class |
90 |
> |
ClassDef(FakeRate, 1) // Fake rate class |
91 |
|
}; |
92 |
|
} |
93 |
|
#endif |