#include <EcalCondDBWriter.h>
Private Types | |
enum | Tasks { Integrity = 0, Cosmic = 1, Laser = 2, Pedestal = 3, Presample = 4, TestPulse = 5, BeamCalo = 6, BeamHodo = 7, TriggerPrimitives = 8, Cluster = 9, Timing = 10, Led = 11, RawData = 12, Occupancy = 13, nTasks = 14 } |
Private Member Functions | |
void | analyze (edm::Event const &, edm::EventSetup const &) |
Private Attributes | |
EcalCondDBInterface * | db_ |
bool | executed_ |
std::vector< std::string > | inputRootFiles_ |
std::string | location_ |
std::string | monRunGeneralTag_ |
std::string | runGeneralTag_ |
std::string | runType_ |
ecaldqm::SummaryWriter | summaryWriter_ |
int | verbosity_ |
ecaldqm::DBWriterWorker * | workers_ [nTasks] |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 11 of file EcalCondDBWriter.h.
|
private |
Enumerator | |
---|---|
Integrity | |
Cosmic | |
Laser | |
Pedestal | |
Presample | |
TestPulse | |
BeamCalo | |
BeamHodo | |
TriggerPrimitives | |
Cluster | |
Timing | |
Led | |
RawData | |
Occupancy | |
nTasks |
Definition at line 20 of file EcalCondDBWriter.h.
EcalCondDBWriter::EcalCondDBWriter | ( | edm::ParameterSet const & | _ps | ) |
Definition at line 26 of file EcalCondDBWriter.cc.
References BeamCalo, BeamHodo, Cluster, Cosmic, EcalCondDB::db, db_, edm::hlt::Exception, edm::ParameterSet::getUntrackedParameter(), edm::ParameterSet::getUntrackedParameterSet(), inputRootFiles_, Integrity, Laser, Led, nTasks, Occupancy, Pedestal, Presample, RawData, AlCaHLTBitMon_QueryRunRegistry::string, TestPulse, Timing, TriggerPrimitives, verbosity_, and workers_.
EcalCondDBWriter::~EcalCondDBWriter | ( | ) |
Definition at line 91 of file EcalCondDBWriter.cc.
References db_, alignCSCRings::e, edm::hlt::Exception, nTasks, and workers_.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 105 of file EcalCondDBWriter.cc.
References DQMStore::cd(), dtNoiseDBValidation_cfg::cerr, db_, DQMStore::dirExists(), alignCSCRings::e, edm::hlt::Exception, executed_, EcalCondDBInterface::fetchMonRunIOV(), EcalCondDBInterface::fetchRunIOV(), convertXMLtoSQLite_cfg::fileName, DQMStore::get(), getBit(), MonitorElement::getIntValue(), ecaldqm::DBWriterWorker::getName(), RunIOV::getRunEnd(), RunIOV::getRunStart(), RunIOV::getRunTag(), DQMStore::getSubdirs(), inputRootFiles_, EcalCondDBInterface::insertMonRunIOV(), EcalCondDBInterface::insertRunIOV(), location_, monRunGeneralTag_, nTasks, DQMStore::open(), ecaldqm::DBWriterWorker::retrieveSource(), DTTTrigCorrFirst::run, ecaldqm::SummaryWriter::run(), runGeneralTag_, convertSQLiteXML::runNumber, runType_, seconds(), setBit(), RunTag::setGeneralTag(), MonRunTag::setGeneralTag(), LocationDef::setLocation(), RunTag::setLocationDef(), MonVersionDef::setMonitoringVersion(), MonRunIOV::setMonRunTag(), MonRunTag::setMonVersionDef(), ecaldqm::SummaryWriter::setOutcome(), ecaldqm::SummaryWriter::setProcessedEvents(), MonRunIOV::setRunIOV(), RunIOV::setRunNumber(), RunIOV::setRunStart(), RunIOV::setRunTag(), RunTypeDef::setRunType(), RunTag::setRunTypeDef(), MonRunIOV::setSubRunEnd(), MonRunIOV::setSubRunNumber(), MonRunIOV::setSubRunStart(), ecaldqm::SummaryWriter::setTaskList(), AlCaHLTBitMon_QueryRunRegistry::string, DQMStore::StripRunDirs, summaryWriter_, verbosity_, and workers_.
|
private |
Definition at line 38 of file EcalCondDBWriter.h.
Referenced by analyze(), EcalCondDBWriter(), and ~EcalCondDBWriter().
|
private |
Definition at line 48 of file EcalCondDBWriter.h.
Referenced by analyze().
|
private |
Definition at line 43 of file EcalCondDBWriter.h.
Referenced by analyze(), and EcalCondDBWriter().
|
private |
Definition at line 39 of file EcalCondDBWriter.h.
Referenced by analyze().
|
private |
Definition at line 42 of file EcalCondDBWriter.h.
Referenced by analyze().
|
private |
Definition at line 41 of file EcalCondDBWriter.h.
Referenced by analyze().
|
private |
Definition at line 40 of file EcalCondDBWriter.h.
Referenced by analyze().
|
private |
Definition at line 45 of file EcalCondDBWriter.h.
Referenced by analyze().
|
private |
Definition at line 47 of file EcalCondDBWriter.h.
Referenced by analyze(), and EcalCondDBWriter().
|
private |
Definition at line 44 of file EcalCondDBWriter.h.
Referenced by analyze(), EcalCondDBWriter(), and ~EcalCondDBWriter().