|
| VerticesProducer (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...
|
|
| BRANCH (n, uint8_t) |
|
| 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 |
|
|
std::vector< float > & | normalizedChi2 = tree["normalizedChi2"].transient_write<std::vector<float>>() |
|
std::vector< float > & | ndof = tree["ndof"].transient_write<std::vector<float>>() |
|
std::vector< bool > & | isFake = tree["isFake"].transient_write<std::vector<bool>>() |
|
std::vector< bool > & | isValid = tree["isValid"].transient_write<std::vector<bool>>() |
|
std::vector< reco::Vertex::Point > & | position = tree["position"].transient_write<std::vector<reco::Vertex::Point>>() |
|
std::vector< reco::Vertex::CovarianceMatrix > & | covariance = tree["covariance"].transient_write<std::vector<reco::Vertex::CovarianceMatrix>>() |
|
|
bool | doingSystematics () const |
|
std::string | m_name |
|
ROOT::TreeGroup | tree |
| Access point to output tree. More...
|
|
◆ doConsumes()
virtual void VerticesProducer::doConsumes |
( |
const edm::ParameterSet & |
pset, |
|
|
edm::ConsumesCollector && |
collector |
|
) |
| |
|
inlineoverridevirtual |
◆ produce()
void VerticesProducer::produce |
( |
edm::Event & |
event, |
|
|
const edm::EventSetup & |
setup |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files:
- /tmp/tmpm17608ru/Framework/interface/VerticesProducer.h
- /tmp/tmpm17608ru/Framework/src/VerticesProducer.cc