35 calculateSignificance_(iConfig.getParameter<
bool>(
"calculateSignificance")),
36 resolutions_(nullptr),
37 globalThreshold_(iConfig.getParameter<double>(
"globalThreshold")) {
42 produces<reco::CaloMETCollection>().setBranchAlias(
alias);
74 auto calometcoll = std::make_unique<reco::CaloMETCollection>();
75 calometcoll->push_back(calomet);
T getParameter(std::string const &) const
bool exists(std::string const ¶meterName) const
checks if a parameter exists
static std::string const input
#define DEFINE_FWK_MODULE(type)
Structure containing data common to all types of MET.
bool calculateSignificance_
Namespace of DDCMS conversion namespace.
CaloMETProducer(const edm::ParameterSet &)
edm::EDGetTokenT< edm::View< reco::Candidate > > inputToken_
reco::CaloMET addInfo(edm::Handle< edm::View< reco::Candidate > > towers, const CommonMETData &met, bool noHF, double globalThreshold)
void produce(edm::Event &, const edm::EventSetup &) override
~CaloMETProducer() override
metsig::SignAlgoResolutions * resolutions_