|
|
| TausProducer (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 (decayMode, std::vector< float >) |
| |
|
| BRANCH (dz, std::vector< float >) |
| |
|
| BRANCH (gen_truth, std::vector< int >) |
| |
|
| BRANCH (IDmap, std::vector< tauDiscriminatorMap >) |
| |
Public Member Functions inherited from CandidatesProducer< pat::Tau > |
|
| CandidatesProducer (const std::string &name, const ROOT::TreeGroup &tree, const edm::ParameterSet &config) |
| |
| | 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 |
| |