11 using namespace edm::rootfix;
17 labels_(iPS.getUntrackedParameter<
Labels>(
"labels")),
18 lockSources_(iPS.getUntrackedParameter<bool>(
"lockSources")) {
33 FDEBUG(4) <<
"In LockServices" << std::endl;
41 std::vector<std::string> defaultVector;
42 desc.
addUntracked<std::vector<std::string> >(
"labels",defaultVector);
44 descriptions.
add(
"LockService", desc);
51 FDEBUG(4) <<
"made a new locked in LockService" << std::endl;
57 FDEBUG(4) <<
"destroyed a locked in LockService" << std::endl;
75 FDEBUG(4) <<
"made a new locked in LockService" << std::endl;
81 FDEBUG(4) <<
"destroyed a locked in LockService" << std::endl;
88 FDEBUG(4) <<
"made a new locked in LockService" << std::endl;
94 FDEBUG(4) <<
"destroyed a locked in LockService" << std::endl;
void preModule(const edm::ModuleDescription &)
ParameterDescriptionBase * addUntracked(U const &iLabel, T const &value)
void preSourceConstruction(const edm::ModuleDescription &)
boost::mutex * getGlobalMutex()
std::vector< std::string > Labels
void watchPostModule(PostModule::slot_type const &iSlot)
void preEventProcessing(const edm::EventID &, const edm::Timestamp &)
void watchPreSourceConstruction(PreSourceConstruction::slot_type const &iSlot)
void watchPostSourceConstruction(PostSourceConstruction::slot_type const &iSlot)
void postEventProcessing(const edm::Event &, const edm::EventSetup &)
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
std::string const & moduleLabel() const
void watchPreModule(PreModule::slot_type const &iSlot)
LockService(const edm::ParameterSet &, edm::ActivityRegistry &)
void postSourceConstruction(const edm::ModuleDescription &)
void watchPreSource(PreSource::slot_type const &iSlot)
boost::shared_ptr< boost::mutex::scoped_lock > locker_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void watchPostSource(PostSource::slot_type const &iSlot)
void postModule(const edm::ModuleDescription &)