31 |
|
|
32 |
|
void Initialise(TFileDirectory & aDir, std::string aName, bool aDoGenMatched=false); |
33 |
|
|
34 |
< |
void FillEventHistograms(edm::Handle<std::vector<pat::Electron> > aElecCol); |
34 |
> |
void FillEventHistograms(const edm::Handle<std::vector<pat::Electron> > & aElecCol); |
35 |
|
|
36 |
< |
void FillHistograms(const pat::Electron & aElec, edm::Handle<std::vector<reco::Vertex> > aRecoVertices, bool isLead=true); |
36 |
> |
void FillHistograms(const pat::Electron & aElec, const edm::Handle<std::vector<reco::Vertex> >& aRecoVertices, bool isLead=true); |
37 |
|
|
38 |
|
bool MatchesGenElectron(const pat::Electron & aElec); |
39 |
|
|
50 |
|
TH1F * p_scE1x5; |
51 |
|
TH1F * p_scE2x5Max; |
52 |
|
TH1F * p_scE5x5; |
53 |
< |
|
53 |
> |
TH1F * p_scE1x5OverscE5x5; |
54 |
> |
TH1F * p_scE2x5MaxOverscE5x5; |
55 |
> |
|
56 |
|
TH1F * p_trackIso; |
57 |
|
TH1F * p_caloIso; |
58 |
|
TH1F * p_ecalIso; |