|
| METProducer (const std::string &name, const ROOT::TreeGroup &tree, const edm::ParameterSet &config) |
|
virtual void | doConsumes (const edm::ParameterSet &config, edm::ConsumesCollector &&collector) override |
| Hook for the CMSSW consumes interface. More...
|
|
virtual void | produce (edm::Event &event, const edm::EventSetup &eventSetup) override |
| Main method of the producer, called for each event. More...
|
|
| Producer (const std::string &name, const ROOT::TreeGroup &tree_, const edm::ParameterSet &config) |
| Base constructor. More...
|
|
virtual void | beginJob (MetadataManager &manager) |
| Called once at the beginning of the job. More...
|
|
virtual void | endJob (MetadataManager &manager) |
| Called once at the end of the job. More...
|
|
virtual void | beginRun (const edm::Run &run, const edm::EventSetup &setup) |
| Called at the beginning of a new run. More...
|
|
virtual void | endRun (const edm::Run &run, const edm::EventSetup &setup) |
| Called at the end of a run. More...
|
|
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &lumi, const edm::EventSetup &setup) |
| Called at the beginning of a new luminosity section. More...
|
|
virtual void | endLuminosityBlock (const edm::LuminosityBlock &lumi, const edm::EventSetup &setup) |
| Called at the end of a luminosity section. More...
|
|
| Producer (const Producer &)=delete |
|
Producer & | operator= (const Producer &)=delete |
|
|
LorentzVector & | p4 = tree["p4"].write<LorentzVector>() |
|
float & | sumEt = tree["sumEt"].write<float>() |
|
float & | significance = tree["significance"].write<float>() |
|
float & | CovMatrix00 = tree["CovMatrix00"].write<float>() |
|
float & | CovMatrix01 = tree["CovMatrix01"].write<float>() |
|
float & | CovMatrix10 = tree["CovMatrix10"].write<float>() |
|
float & | CovMatrix11 = tree["CovMatrix11"].write<float>() |
|
float & | uncorrectedPt = create_branch("uncorrectedPt") |
|
float & | uncorrectedPhi = create_branch("uncorrectedPhi") |
|
float & | uncorrectedSumEt = create_branch("uncorrectedSumEt") |
|
|
bool | doingSystematics () const |
|
std::string | m_name |
|
ROOT::TreeGroup | tree |
| Access point to output tree. More...
|
|
◆ doConsumes()
virtual void METProducer::doConsumes |
( |
const edm::ParameterSet & |
pset, |
|
|
edm::ConsumesCollector && |
collector |
|
) |
| |
|
inlineoverridevirtual |
◆ produce()
void METProducer::produce |
( |
edm::Event & |
event, |
|
|
const edm::EventSetup & |
setup |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files:
- /tmp/tmpm17608ru/Framework/interface/METProducer.h
- /tmp/tmpm17608ru/Framework/src/METProducer.cc