32 |
|
#include "FWCore/Framework/interface/MakerMacros.h" |
33 |
|
#include "FWCore/ParameterSet/interface/ParameterSet.h" |
34 |
|
|
35 |
– |
#include "FWCore/ServiceRegistry/interface/Service.h" |
36 |
– |
#include "PhysicsTools/UtilAlgos/interface/TFileService.h" |
35 |
|
#include "DataFormats/Math/interface/LorentzVector.h" |
36 |
|
#include "DataFormats/Common/interface/View.h" |
37 |
|
#include "DataFormats/PatCandidates/interface/Electron.h" |
58 |
|
bool ConversionAlgo(const pat::Electron& e, edm::Handle<edm::View<reco::Track> > track_h); |
59 |
|
double DelRTrackEle(const pat::Electron& e,const reco::Track& tk); |
60 |
|
|
63 |
– |
edm::Service<TFileService> fs; |
64 |
– |
|
61 |
|
bool first_event; |
62 |
|
|
63 |
|
// _____ quantities read from the config file _________________________ |
95 |
|
// |
96 |
|
// _____ output tree variables ________________________________________ |
97 |
|
// |
98 |
< |
Int_t _event; |
98 |
> |
Int_t _event, ilumi, irun; |
99 |
|
Int_t _process_id; |
100 |
|
Int_t _n_jets; |
101 |
|
Int_t _n_removed_jets; |