#include <PHcalParametersDBBuilder.h>
|
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
|
virtual void | beginRun (const edm::Run &, edm::EventSetup const &) |
|
virtual void | endJob () |
|
| PHcalParametersDBBuilder (const edm::ParameterSet &) |
|
| ~PHcalParametersDBBuilder (void) |
|
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 (const std::string &iProcessName, std::vector< const char * > &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 9 of file PHcalParametersDBBuilder.h.
PHcalParametersDBBuilder::~PHcalParametersDBBuilder |
( |
void |
| ) |
|
|
inline |
Reimplemented from edm::EDAnalyzer.
Definition at line 12 of file PHcalParametersDBBuilder.cc.
References cond::service::PoolDBOutputService::beginOfTime(), HcalParametersFromDD::build(), cond::service::PoolDBOutputService::createNewIOV(), cond::service::PoolDBOutputService::endOfTime(), edm::EventSetup::get(), edm::Service< T >::isAvailable(), and cond::service::PoolDBOutputService::isNewTagRequest().
18 edm::LogError(
"PHcalParametersDBBuilder" ) <<
"PoolDBOutputService unavailable";
25 builder.
build( &(*cpv), *php );
32 edm::LogError(
"PHcalParametersDBBuilder" ) <<
"PHcalParameters and PHcalParametersRcd Tag already present";
bool build(const DDCompactView *, PHcalParameters &)
bool isNewTagRequest(const std::string &recordName)
cond::Time_t beginOfTime() const
void createNewIOV(T *firstPayloadObj, cond::Time_t firstSinceTime, cond::Time_t firstTillTime, const std::string &recordName, bool withlogging=false)
cond::Time_t endOfTime() const
virtual void PHcalParametersDBBuilder::endJob |
( |
void |
| ) |
|
|
inlinevirtual |