#include <RivetHarvesting.h>
|
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
|
virtual void | beginJob () |
|
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) |
|
virtual void | endJob () |
|
virtual void | endRun (const edm::Run &, const edm::EventSetup &) |
|
| RivetHarvesting (const edm::ParameterSet &) |
|
virtual | ~RivetHarvesting () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
Definition at line 19 of file RivetHarvesting.h.
RivetHarvesting::~RivetHarvesting |
( |
| ) |
|
|
virtual |
void RivetHarvesting::beginJob |
( |
void |
| ) |
|
|
virtual |
void RivetHarvesting::endJob |
( |
void |
| ) |
|
|
virtual |
vector< YODA::Point2D > RivetHarvesting::getPoint2DValsErrs |
( |
std::string |
filename, |
|
|
std::string |
path, |
|
|
std::string |
name |
|
) |
| |
|
private |
Check path to make sure that this is a reference histogram.
Definition at line 182 of file RivetHarvesting.cc.
Rivet::AnalysisHandler RivetHarvesting::_analysisHandler |
|
private |
std::vector<std::string> RivetHarvesting::_analysisNames |
|
private |
std::vector<double> RivetHarvesting::_crossSections |
|
private |
std::vector<std::string> RivetHarvesting::_fileNames |
|
private |
bool RivetHarvesting::_isFirstEvent |
|
private |
std::vector<double> RivetHarvesting::_lumis |
|
private |
std::string RivetHarvesting::_outFileName |
|
private |
std::vector<double> RivetHarvesting::_sumOfWeights |
|
private |