CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
CSCPedestalsDBConditions Class Reference

#include <CSCPedestalsDBConditions.h>

Inheritance diagram for CSCPedestalsDBConditions:
edm::ESProducer edm::EventSetupRecordIntervalFinder edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Types

typedef std::unique_ptr< CSCDBPedestalsReturnType
 

Public Member Functions

 CSCPedestalsDBConditions (const edm::ParameterSet &)
 
ReturnType produceDBPedestals (const CSCDBPedestalsRcd &)
 
 ~CSCPedestalsDBConditions () override
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
 ESProducer (const ESProducer &)=delete
 
ESProxyIndex const * getTokenIndices (unsigned int iIndex) const
 
ESProducer const & operator= (const ESProducer &)=delete
 
template<typename Record >
void updateFromMayConsumes (unsigned int iIndex, const Record &iRecord)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &) final
 
 ~ESProducer ()(false) override
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
 ESProxyFactoryProducer (const ESProxyFactoryProducer &)=delete
 
const ESProxyFactoryProduceroperator= (const ESProxyFactoryProducer &)=delete
 
 ~ESProxyFactoryProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
void createKeyedProxies (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
 DataProxyProvider ()
 
 DataProxyProvider (const DataProxyProvider &)=delete
 
const ComponentDescriptiondescription () const
 
void fillRecordsNotAllowingConcurrentIOVs (std::set< EventSetupRecordKey > &recordsNotAllowingConcurrentIOVs) const
 
virtual void initConcurrentIOVs (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
bool isUsingRecord (const EventSetupRecordKey &key) const
 
KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey, unsigned int iovIndex=0)
 
const DataProxyProvideroperator= (const DataProxyProvider &)=delete
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~DataProxyProvider () noexcept(false)
 
- Public Member Functions inherited from edm::EventSetupRecordIntervalFinder
bool concurrentFinder () const
 
const eventsetup::ComponentDescriptiondescriptionForFinder () const
 
 EventSetupRecordIntervalFinder ()
 
 EventSetupRecordIntervalFinder (const EventSetupRecordIntervalFinder &)=delete
 
std::set< eventsetup::EventSetupRecordKeyfindingForRecords () const
 
const ValidityIntervalfindIntervalFor (const eventsetup::EventSetupRecordKey &, const IOVSyncValue &)
 
bool nonconcurrentAndIOVNeedsUpdate (const eventsetup::EventSetupRecordKey &key, const IOVSyncValue &syncValue) const
 
const EventSetupRecordIntervalFinderoperator= (const EventSetupRecordIntervalFinder &)=delete
 
void resetInterval (const eventsetup::EventSetupRecordKey &)
 
void setDescriptionForFinder (const eventsetup::ComponentDescription &iDescription)
 
virtual ~EventSetupRecordIntervalFinder () noexcept(false)
 

Static Public Member Functions

static CSCDBPedestalsprefillDBPedestals ()
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 

Private Member Functions

void setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
 

Private Attributes

CSCDBPedestalscndbPedestals
 

Additional Inherited Members

- Protected Types inherited from edm::ESProxyFactoryProducer
using EventSetupRecordKey = eventsetup::EventSetupRecordKey
 
- Protected Types inherited from edm::eventsetup::DataProxyProvider
using KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy >>>
 
- Protected Member Functions inherited from edm::ESProducer
template<typename T >
auto setWhatProduced (T *iThis, const es::Label &iLabel={})
 
template<typename T >
auto setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
auto setWhatProduced (T *iThis, const std::string &iLabel)
 
template<typename T , typename TDecorator >
auto setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={})
 
template<typename T , typename TReturn , typename TRecord >
auto setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel={})
 
template<typename T , typename TReturn , typename TRecord , typename TArg >
ESConsumesCollectorT< TRecord > setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={})
 
- Protected Member Functions inherited from edm::ESProxyFactoryProducer
template<class TFactory >
void registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string())
 
virtual void registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string())
 
KeyedProxiesVector registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &key)
 
- Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder
template<class T >
void findingRecord ()
 
void findingRecordWithKey (const eventsetup::EventSetupRecordKey &)
 

Detailed Description

Definition at line 20 of file CSCPedestalsDBConditions.h.

Member Typedef Documentation

Definition at line 27 of file CSCPedestalsDBConditions.h.

Constructor & Destructor Documentation

CSCPedestalsDBConditions::CSCPedestalsDBConditions ( const edm::ParameterSet iConfig)

Definition at line 8 of file CSCPedestalsDBConditions.cc.

References produceDBPedestals(), and edm::ESProducer::setWhatProduced().

8  {
9  // the following line is needed to tell the framework what
10  // data is being produced
11  // added by Zhen (changed since 1_2_0)
13  findingRecord<CSCDBPedestalsRcd>();
14  // now do what ever other initialization is needed
15 }
ReturnType produceDBPedestals(const CSCDBPedestalsRcd &)
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:138
CSCPedestalsDBConditions::~CSCPedestalsDBConditions ( )
override

Definition at line 17 of file CSCPedestalsDBConditions.cc.

17  {
18  // do anything here that needs to be done at desctruction time
19  // (e.g. close files, deallocate resources etc.)
20 }

Member Function Documentation

CSCDBPedestals * CSCPedestalsDBConditions::prefillDBPedestals ( )
inlinestatic

Definition at line 48 of file CSCPedestalsDBConditions.h.

References beam_dqm_sourceclient-live_cfg::cerr, counter, beamvalidation::exit(), CSCDBPedestals::factor_ped, CSCDBPedestals::factor_rms, mps_fire::i, recoMuon::in, createfilelist::int, dqmdumpme::k, and CSCDBPedestals::pedestals.

Referenced by produceDBPedestals().

48  {
49  const int PED_FACTOR = 10;
50  const int RMS_FACTOR = 1000;
51  const int MAX_SIZE = 252288;
52  // const int MAX_SIZE = 273024; //for extra ME1a unganged case
53  const int MAX_SHORT = 32767;
54  CSCDBPedestals *cndbpedestals = new CSCDBPedestals();
55 
56  int db_index;
57  float db_ped, db_rms;
58  std::vector<int> db_index_id;
59  std::vector<float> db_peds;
60  std::vector<float> db_pedrms;
61  int new_index;
62  float new_ped, new_rms;
63  std::vector<int> new_index_id;
64  std::vector<float> new_peds;
65  std::vector<float> new_pedrms;
66 
67  int counter;
68  int db_nrlines = 0;
69  int new_nrlines = 0;
70 
71  std::ifstream dbdata;
72  dbdata.open("old_dbpeds.dat", std::ios::in);
73  if (!dbdata) {
74  std::cerr << "Error: old_dbpeds.dat -> no such file!" << std::endl;
75  exit(1);
76  }
77 
78  while (!dbdata.eof()) {
79  dbdata >> db_index >> db_ped >> db_rms;
80  db_index_id.push_back(db_index);
81  db_peds.push_back(db_ped);
82  db_pedrms.push_back(db_rms);
83  db_nrlines++;
84  }
85  dbdata.close();
86 
87  std::ifstream newdata;
88  newdata.open("peds.dat", std::ios::in);
89  if (!newdata) {
90  std::cerr << "Error: peds.dat -> no such file!" << std::endl;
91  exit(1);
92  }
93 
94  while (!newdata.eof()) {
95  newdata >> new_index >> new_ped >> new_rms;
96  new_index_id.push_back(new_index);
97  new_peds.push_back(new_ped);
98  new_pedrms.push_back(new_rms);
99  new_nrlines++;
100  }
101  newdata.close();
102 
103  CSCDBPedestals::PedestalContainer &itemvector = cndbpedestals->pedestals;
104  itemvector.resize(MAX_SIZE);
105  cndbpedestals->factor_ped = int(PED_FACTOR);
106  cndbpedestals->factor_rms = int(RMS_FACTOR);
107 
108  for (int i = 0; i < MAX_SIZE; ++i) {
109  itemvector[i].ped = (short int)(db_peds[i] * PED_FACTOR + 0.5);
110  itemvector[i].rms = (short int)(db_pedrms[i] * RMS_FACTOR + 0.5);
111  }
112 
113  for (int i = 0; i < MAX_SIZE; ++i) {
114  counter = db_index_id[i];
115  itemvector[i] = itemvector[counter];
116  itemvector[i].ped = int(db_peds[i]);
117  itemvector[i].rms = int(db_pedrms[i]);
118 
119  for (unsigned int k = 0; k < new_index_id.size() - 1; k++) {
120  if (counter == new_index_id[k]) {
121  if ((short int)(fabs(new_peds[k] * PED_FACTOR + 0.5)) < MAX_SHORT)
122  itemvector[counter].ped = int(new_peds[k] * PED_FACTOR + 0.5);
123  if ((short int)(fabs(new_pedrms[k] * RMS_FACTOR + 0.5)) < MAX_SHORT)
124  itemvector[counter].rms = int(new_pedrms[k] * RMS_FACTOR + 0.5);
125  itemvector[i] = itemvector[counter];
126  // if (new_peds[k]==0) itemvector[counter].ped = int (db_peds[i]);
127  // if (new_pedrms[k]==0) itemvector[counter].rms = int (db_pedrms[i]);
128  }
129  }
130 
131  if (counter > 223968) {
132  itemvector[counter].ped = int(db_peds[i]);
133  itemvector[counter].rms = int(db_pedrms[i]);
134  itemvector[i] = itemvector[counter];
135  }
136  }
137  return cndbpedestals;
138 }
std::vector< Item > PedestalContainer
PedestalContainer pedestals
static std::atomic< unsigned int > counter
def exit(msg="")
CSCPedestalsDBConditions::ReturnType CSCPedestalsDBConditions::produceDBPedestals ( const CSCDBPedestalsRcd iRecord)

Definition at line 27 of file CSCPedestalsDBConditions.cc.

References prefillDBPedestals().

Referenced by CSCPedestalsDBConditions().

27  {
28  // need a new object so to not be deleted at exit
30 }
std::unique_ptr< CSCDBPedestals > ReturnType
static CSCDBPedestals * prefillDBPedestals()
void CSCPedestalsDBConditions::setIntervalFor ( const edm::eventsetup::EventSetupRecordKey ,
const edm::IOVSyncValue ,
edm::ValidityInterval oValidity 
)
overrideprivatevirtual

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 32 of file CSCPedestalsDBConditions.cc.

References edm::IOVSyncValue::beginOfTime(), and edm::IOVSyncValue::endOfTime().

34  {
36 }
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:82
std::pair< Time_t, Time_t > ValidityInterval
Definition: Time.h:17
static const IOVSyncValue & beginOfTime()
Definition: IOVSyncValue.cc:88

Member Data Documentation

CSCDBPedestals* CSCPedestalsDBConditions::cndbPedestals
private

Definition at line 36 of file CSCPedestalsDBConditions.h.