44 std::vector<edm::Handle<edm::ValueMap<float> > > eIDValueMap(4);
59 for (
unsigned int i = 0;
i < electrons->size();
i++) {
61 std::cout <<
"Event " << e.
id() <<
" , electron " <<
i + 1 <<
" , Robust Loose = " << eIDmapRL[electronRef]
62 <<
" , Robust Tight = " << eIDmapRT[electronRef] <<
" , Loose = " << eIDmapL[electronRef]
63 <<
" , Tight = " << eIDmapT[electronRef] << std::endl;
std::string electronLabelRobustTight_
std::string electronLabelTight_
const edm::EventSetup & c
~ElectronIDAnalyzer() override
#define DEFINE_FWK_MODULE(type)
std::string electronLabelLoose_
ElectronIDAnalyzer(const edm::ParameterSet &conf)
std::string electronProducer_
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
T getParameter(std::string const &) const
std::string electronLabelRobustLoose_
void analyze(const edm::Event &e, const edm::EventSetup &c) override