#include <HLTInclusiveVBFClient.h>
|
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
|
virtual void | beginJob () |
|
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
|
virtual void | beginRun (const edm::Run &run, const edm::EventSetup &c) |
|
virtual void | endJob () |
|
virtual void | endLuminosityBlock (const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) |
|
virtual void | endRun (const edm::Run &run, const edm::EventSetup &c) |
|
| HLTInclusiveVBFClient (const edm::ParameterSet &) |
|
virtual void | runClient_ () |
|
virtual | ~HLTInclusiveVBFClient () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
| 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 (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
Definition at line 40 of file HLTInclusiveVBFClient.h.
Definition at line 11 of file HLTInclusiveVBFClient.cc.
References gather_cfg::cout, dbe_, debug_, dirName_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hltTag_, cppFunctionSkipper::operator, processname_, DQMStore::setCurrentFolder(), DQMStore::setVerbose(), AlCaHLTBitMon_QueryRunRegistry::string, and verbose_.
18 edm::LogError(
"HLTInclusiveVBFClient") <<
"unable to get DQMStore service, upshot is no client histograms will be made";
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
void setVerbose(unsigned level)
void setCurrentFolder(const std::string &fullpath)
HLTInclusiveVBFClient::~HLTInclusiveVBFClient |
( |
| ) |
|
|
virtual |
void HLTInclusiveVBFClient::beginJob |
( |
void |
| ) |
|
|
virtual |
void HLTInclusiveVBFClient::endJob |
( |
void |
| ) |
|
|
virtual |
void HLTInclusiveVBFClient::runClient_ |
( |
| ) |
|
|
virtual |
bool HLTInclusiveVBFClient::debug_ |
|
private |
std::string HLTInclusiveVBFClient::dirName_ |
|
private |
std::string HLTInclusiveVBFClient::hltTag_ |
|
private |
std::string HLTInclusiveVBFClient::processname_ |
|
private |
bool HLTInclusiveVBFClient::verbose_ |
|
private |