CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
SiStripThresholdBuilder Class Reference

#include <SiStripThresholdBuilder.h>

Inheritance diagram for SiStripThresholdBuilder:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
 SiStripThresholdBuilder (const edm::ParameterSet &iConfig)
 
 ~SiStripThresholdBuilder () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const * > *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

edm::FileInPath fp_
 
uint32_t printdebug_
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 16 of file SiStripThresholdBuilder.h.

Constructor & Destructor Documentation

◆ SiStripThresholdBuilder()

SiStripThresholdBuilder::SiStripThresholdBuilder ( const edm::ParameterSet iConfig)
explicit

Definition at line 6 of file SiStripThresholdBuilder.cc.

◆ ~SiStripThresholdBuilder()

SiStripThresholdBuilder::~SiStripThresholdBuilder ( )
inlineoverride

Definition at line 20 of file SiStripThresholdBuilder.h.

20 {};

Member Function Documentation

◆ analyze()

void SiStripThresholdBuilder::analyze ( const edm::Event evt,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::EDAnalyzer.

Definition at line 11 of file SiStripThresholdBuilder.cc.

11  {
12  unsigned int run = evt.id().run();
13 
14  edm::LogInfo("SiStripThresholdBuilder")
15  << "... creating dummy SiStripThreshold Data for Run " << run << "\n " << std::endl;
16 
18 
19  int count = -1;
20  for (const auto& it : SiStripDetInfoFileReader::read(fp_.fullPath()).getAllData()) {
21  count++;
22  //Generate Pedestal for det detid
23  SiStripThreshold::Container theSiStripVector;
24  uint16_t strip = 0;
25  while (strip < 128 * it.second.nApvs) {
26  float lTh = (CLHEP::RandFlat::shoot(1.) * 64) / 5;
27  float hTh = (CLHEP::RandFlat::shoot(1.) * 64) / 5;
28  if (hTh < lTh) {
29  float tmp = hTh;
30  hTh = lTh;
31  lTh = tmp;
32  }
33  float cTh = (CLHEP::RandFlat::shoot(1.) * 30.);
34 
35  obj->setData(strip, lTh, hTh, cTh, theSiStripVector);
36  if (count < (int)printdebug_) {
37  std::stringstream ss;
38  theSiStripVector.back().print(ss);
39  edm::LogInfo("SiStripThresholdBuilder")
40  << "detid: " << it.first << " \n"
41  << "firstStrip: " << strip << " \t"
42  << "lTh: " << lTh << " \t"
43  << "hTh: " << hTh << " \t"
44  << "cTh: " << cTh << " \t"
45  << "FirstStrip_and_Hth: " << theSiStripVector.back().FirstStrip_and_Hth << " \n"
46  << ss.str() << std::endl;
47  }
48  obj->setData(strip + 1, lTh, hTh, theSiStripVector);
49  strip = (uint16_t)(CLHEP::RandFlat::shoot(strip + 2, 128 * it.second.nApvs));
50  }
51  if (!obj->put(it.first, theSiStripVector))
52  edm::LogError("SiStripThresholdBuilder")
53  << "[SiStripThresholdBuilder::analyze] detid already exists" << std::endl;
54  }
55 
56  //End now write sistrippedestals data in DB
58 
59  if (mydbservice.isAvailable()) {
60  if (mydbservice->isNewTagRequest("SiStripThresholdRcd")) {
61  mydbservice->createNewIOV<SiStripThreshold>(
62  obj, mydbservice->beginOfTime(), mydbservice->endOfTime(), "SiStripThresholdRcd");
63  } else {
64  mydbservice->appendSinceTime<SiStripThreshold>(obj, mydbservice->currentTime(), "SiStripThresholdRcd");
65  }
66  } else {
67  edm::LogError("SiStripThresholdBuilder") << "Service is unavailable" << std::endl;
68  }
69 }

References cond::service::PoolDBOutputService::appendSinceTime(), cond::service::PoolDBOutputService::beginOfTime(), submitPVResolutionJobs::count, cond::service::PoolDBOutputService::createNewIOV(), cond::service::PoolDBOutputService::currentTime(), cond::service::PoolDBOutputService::endOfTime(), fp_, edm::FileInPath::fullPath(), edm::EventBase::id(), edm::Service< T >::isAvailable(), cond::service::PoolDBOutputService::isNewTagRequest(), getGTfromDQMFile::obj, printdebug_, SiStripDetInfoFileReader::read(), writedatasetfile::run, edm::EventID::run(), contentValuesCheck::ss, digitizers_cfi::strip, and createJobs::tmp.

Member Data Documentation

◆ fp_

edm::FileInPath SiStripThresholdBuilder::fp_
private

Definition at line 25 of file SiStripThresholdBuilder.h.

Referenced by analyze().

◆ printdebug_

uint32_t SiStripThresholdBuilder::printdebug_
private

Definition at line 26 of file SiStripThresholdBuilder.h.

Referenced by analyze().

cond::service::PoolDBOutputService::beginOfTime
cond::Time_t beginOfTime() const
Definition: PoolDBOutputService.cc:215
digitizers_cfi.strip
strip
Definition: digitizers_cfi.py:19
cond::service::PoolDBOutputService::appendSinceTime
void appendSinceTime(const T *payloadObj, cond::Time_t sinceTime, const std::string &recordName)
Definition: PoolDBOutputService.h:141
SiStripThreshold::Container
std::vector< Data > Container
Definition: SiStripThreshold.h:104
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
edm::LogInfo
Log< level::Info, false > LogInfo
Definition: MessageLogger.h:125
createJobs.tmp
tmp
align.sh
Definition: createJobs.py:716
edm::Service::isAvailable
bool isAvailable() const
Definition: Service.h:40
SiStripDetInfoFileReader::read
SiStripDetInfo read(std::string filePath)
Definition: SiStripDetInfoFileReader.cc:11
contentValuesCheck.ss
ss
Definition: contentValuesCheck.py:33
edm::FileInPath
Definition: FileInPath.h:61
cond::service::PoolDBOutputService::createNewIOV
void createNewIOV(const T *firstPayloadObj, cond::Time_t firstSinceTime, cond::Time_t, const std::string &recordName)
Definition: PoolDBOutputService.h:116
submitPVResolutionJobs.count
count
Definition: submitPVResolutionJobs.py:352
edm::EventID::run
RunNumber_t run() const
Definition: EventID.h:38
getGTfromDQMFile.obj
obj
Definition: getGTfromDQMFile.py:32
edm::Service< cond::service::PoolDBOutputService >
edm::LogError
Log< level::Error, false > LogError
Definition: MessageLogger.h:123
cond::service::PoolDBOutputService::endOfTime
cond::Time_t endOfTime() const
Definition: PoolDBOutputService.cc:213
SiStripThreshold
Definition: __init__.py:1
writedatasetfile.run
run
Definition: writedatasetfile.py:27
SiStripDetInfoFileReader::kDefaultFile
constexpr static char const *const kDefaultFile
Definition: SiStripDetInfoFileReader.h:10
SiStripThresholdBuilder::fp_
edm::FileInPath fp_
Definition: SiStripThresholdBuilder.h:25
edm::EventBase::id
edm::EventID id() const
Definition: EventBase.h:59
cond::service::PoolDBOutputService::isNewTagRequest
bool isNewTagRequest(const std::string &recordName)
Definition: PoolDBOutputService.cc:128
edm::Log
Definition: MessageLogger.h:70
SiStripThresholdBuilder::printdebug_
uint32_t printdebug_
Definition: SiStripThresholdBuilder.h:26
cond::service::PoolDBOutputService::currentTime
cond::Time_t currentTime() const
Definition: PoolDBOutputService.cc:217
edm::FileInPath::fullPath
std::string fullPath() const
Definition: FileInPath.cc:161