CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Private Attributes
SiStripThresholdBuilder Class Reference
Inheritance diagram for SiStripThresholdBuilder:
edm::one::EDAnalyzer<> edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
 SiStripThresholdBuilder (const edm::ParameterSet &iConfig)
 
 ~SiStripThresholdBuilder () override=default
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () 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 const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
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
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
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::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
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...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 16 of file SiStripThresholdBuilder.cc.

Constructor & Destructor Documentation

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

Definition at line 29 of file SiStripThresholdBuilder.cc.

30  : fp_(iConfig.getUntrackedParameter<edm::FileInPath>("file",
32  printdebug_(iConfig.getUntrackedParameter<uint32_t>("printDebug", 3)) {}
T getUntrackedParameter(std::string const &, T const &) const
static constexpr char const *const kDefaultFile
SiStripThresholdBuilder::~SiStripThresholdBuilder ( )
overridedefault

Member Function Documentation

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

Implements edm::one::EDAnalyzerBase.

Definition at line 34 of file SiStripThresholdBuilder.cc.

References cond::service::PoolDBOutputService::appendOneIOV(), cond::service::PoolDBOutputService::beginOfTime(), submitPVResolutionJobs::count, cond::service::PoolDBOutputService::createOneIOV(), cond::service::PoolDBOutputService::currentTime(), fp_, edm::FileInPath::fullPath(), edm::EventBase::id(), edm::Service< T >::isAvailable(), cond::service::PoolDBOutputService::isNewTagRequest(), getGTfromDQMFile::obj, printdebug_, SiStripThreshold::put(), SiStripDetInfoFileReader::read(), DQM::reader, edm::EventID::run(), submitPVValidationJobs::run, SiStripThreshold::setData(), contentValuesCheck::ss, digitizers_cfi::strip, and createJobs::tmp.

34  {
35  unsigned int run = evt.id().run();
36 
37  edm::LogInfo("SiStripThresholdBuilder")
38  << "... creating dummy SiStripThreshold Data for Run " << run << "\n " << std::endl;
39 
41 
43  const auto& DetInfos = reader.getAllData();
44 
45  int count = -1;
46  for (const auto& it : DetInfos) {
47  count++;
48  //Generate Pedestal for det detid
49  SiStripThreshold::Container theSiStripVector;
50  uint16_t strip = 0;
51  while (strip < 128 * it.second.nApvs) {
52  float lTh = (CLHEP::RandFlat::shoot(1.) * 64) / 5;
53  float hTh = (CLHEP::RandFlat::shoot(1.) * 64) / 5;
54  if (hTh < lTh) {
55  float tmp = hTh;
56  hTh = lTh;
57  lTh = tmp;
58  }
59  float cTh = (CLHEP::RandFlat::shoot(1.) * 30.);
60 
61  obj.setData(strip, lTh, hTh, cTh, theSiStripVector);
62  if (count < (int)printdebug_) {
63  std::stringstream ss;
64  theSiStripVector.back().print(ss);
65  edm::LogInfo("SiStripThresholdBuilder")
66  << "detid: " << it.first << " \n"
67  << "firstStrip: " << strip << " \t"
68  << "lTh: " << lTh << " \t"
69  << "hTh: " << hTh << " \t"
70  << "cTh: " << cTh << " \t"
71  << "FirstStrip_and_Hth: " << theSiStripVector.back().FirstStrip_and_Hth << " \n"
72  << ss.str() << std::endl;
73  }
74  obj.setData(strip + 1, lTh, hTh, theSiStripVector);
75  strip = (uint16_t)(CLHEP::RandFlat::shoot(strip + 2, 128 * it.second.nApvs));
76  }
77  if (!obj.put(it.first, theSiStripVector))
78  edm::LogError("SiStripThresholdBuilder")
79  << "[SiStripThresholdBuilder::analyze] detid already exists" << std::endl;
80  }
81 
82  //End now write sistrippedestals data in DB
84 
85  if (mydbservice.isAvailable()) {
86  if (mydbservice->isNewTagRequest("SiStripThresholdRcd")) {
87  mydbservice->createOneIOV<SiStripThreshold>(obj, mydbservice->beginOfTime(), "SiStripThresholdRcd");
88  } else {
89  mydbservice->appendOneIOV<SiStripThreshold>(obj, mydbservice->currentTime(), "SiStripThresholdRcd");
90  }
91  } else {
92  edm::LogError("SiStripThresholdBuilder") << "Service is unavailable" << std::endl;
93  }
94 }
RunNumber_t run() const
Definition: EventID.h:38
bool put(const uint32_t &detID, const InputVector &vect)
Log< level::Error, false > LogError
void createOneIOV(const T &payload, cond::Time_t firstSinceTime, const std::string &recordName)
void appendOneIOV(const T &payload, cond::Time_t sinceTime, const std::string &recordName)
std::vector< Data > Container
bool isNewTagRequest(const std::string &recordName)
bool isAvailable() const
Definition: Service.h:40
tuple reader
Definition: DQM.py:105
SiStripDetInfo read(std::string filePath)
Log< level::Info, false > LogInfo
void setData(const uint16_t &strip, const float &lTh, const float &hTh, Container &vthr)
edm::EventID id() const
Definition: EventBase.h:59
std::string fullPath() const
Definition: FileInPath.cc:161
tmp
align.sh
Definition: createJobs.py:716

Member Data Documentation

edm::FileInPath SiStripThresholdBuilder::fp_
private

Definition at line 25 of file SiStripThresholdBuilder.cc.

Referenced by analyze().

uint32_t SiStripThresholdBuilder::printdebug_
private

Definition at line 26 of file SiStripThresholdBuilder.cc.

Referenced by analyze().