20 , metTypeInputTag_(iConfig.getParameter<edm::InputTag>(
"metTypeInputTag"))
33 produces<reco::CaloMETCollection>();
37 inputMETToken_ = consumes<edm::View<reco::MET> >(uncorMETInputTag);
38 produces<reco::METCollection>();
T getParameter(std::string const &) const
edm::EDGetTokenT< edm::View< reco::MET > > inputMETToken_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
#define DEFINE_FWK_MODULE(type)
edm::EDGetTokenT< edm::View< reco::Muon > > inputMuonToken_
std::vector< reco::MET > METCollection
collection of MET objects
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::InputTag metTypeInputTag_
edm::EDGetTokenT< edm::ValueMap< reco::MuonMETCorrectionData > > inputValueMapMuonMetCorrToken_
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
std::vector< reco::CaloMET > CaloMETCollection
collection of CaloMET objects
T const * product() const
edm::EDGetTokenT< edm::View< reco::CaloMET > > inputCaloMETToken_