CMS 3D CMS Logo

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

#include <CalibTracker/SiPixelESProducer/src/SiPixelFakeGainOfflineESSource.cc>

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

Public Member Functions

virtual std::unique_ptr< SiPixelGainCalibrationOfflineproduce (const SiPixelGainCalibrationOfflineRcd &)
 
 SiPixelFakeGainOfflineESSource (const edm::ParameterSet &)
 
 ~SiPixelFakeGainOfflineESSource () override
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
 ~ESProducer ()(false) override
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
void newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval) override
 overrides DataProxyProvider method More...
 
 ~ESProxyFactoryProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::eventsetup::DataProxyProvider
 DataProxyProvider ()
 
const ComponentDescriptiondescription () const
 
bool isUsingRecord (const EventSetupRecordKey &) const
 
const KeyedProxieskeyedProxies (const EventSetupRecordKey &iRecordKey) const
 
void resetProxies (const EventSetupRecordKey &iRecordType)
 
void resetProxiesIfTransient (const EventSetupRecordKey &iRecordType)
 
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
const eventsetup::ComponentDescriptiondescriptionForFinder () const
 
 EventSetupRecordIntervalFinder ()
 
std::set< eventsetup::EventSetupRecordKeyfindingForRecords () const
 
const ValidityIntervalfindIntervalFor (const eventsetup::EventSetupRecordKey &, const IOVSyncValue &)
 
void setDescriptionForFinder (const eventsetup::ComponentDescription &iDescription)
 
virtual ~EventSetupRecordIntervalFinder () noexcept(false)
 

Protected Member Functions

void setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override
 
- Protected Member Functions inherited from edm::ESProducer
template<typename T >
void setWhatProduced (T *iThis, const es::Label &iLabel=es::Label())
 
template<typename T >
void setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
void setWhatProduced (T *iThis, const std::string &iLabel)
 
template<typename T , typename TDecorator >
void setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel=es::Label())
 
template<typename T , typename TReturn , typename TRecord >
void setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel=es::Label())
 
template<typename T , typename TReturn , typename TRecord , typename TArg >
void setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel=es::Label())
 
- 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 eventsetup::EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string())
 
void registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList) override
 override DataProxyProvider method More...
 
- Protected Member Functions inherited from edm::eventsetup::DataProxyProvider
void eraseAll (const EventSetupRecordKey &iRecordKey)
 deletes all the Proxies in aStream More...
 
void invalidateProxies (const EventSetupRecordKey &iRecordKey)
 
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &)
 
- Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder
template<class T >
void findingRecord ()
 
void findingRecordWithKey (const eventsetup::EventSetupRecordKey &)
 

Private Attributes

edm::FileInPath fp_
 

Additional Inherited Members

- Public Types inherited from edm::eventsetup::DataProxyProvider
typedef std::vector< std::pair< DataKey, edm::propagate_const< std::shared_ptr< DataProxy > > > > KeyedProxies
 
typedef std::vector< EventSetupRecordKeyKeys
 
typedef std::map< EventSetupRecordKey, KeyedProxiesRecordProxies
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 

Detailed Description

Description: <one line="" class="" summary>="">

Implementation: <Notes on="" implementation>="">

Definition at line 35 of file SiPixelFakeGainOfflineESSource.h.

Constructor & Destructor Documentation

SiPixelFakeGainOfflineESSource::SiPixelFakeGainOfflineESSource ( const edm::ParameterSet conf_)

Definition at line 29 of file SiPixelFakeGainOfflineESSource.cc.

References edm::ESProducer::setWhatProduced().

29  :
30  fp_(conf_.getParameter<edm::FileInPath>("file"))
31 {
32  edm::LogInfo("SiPixelFakeGainOfflineESSource::SiPixelFakeGainOfflineESSource");
33  //the following line is needed to tell the framework what
34  // data is being produced
35  setWhatProduced(this);
36  findingRecord<SiPixelGainCalibrationOfflineRcd>();
37 }
T getParameter(std::string const &) const
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
SiPixelFakeGainOfflineESSource::~SiPixelFakeGainOfflineESSource ( )
override

Definition at line 39 of file SiPixelFakeGainOfflineESSource.cc.

40 {
41 
42  // do anything here that needs to be done at desctruction time
43  // (e.g. close files, deallocate resources etc.)
44 
45 }

Member Function Documentation

std::unique_ptr< SiPixelGainCalibrationOffline > SiPixelFakeGainOfflineESSource::produce ( const SiPixelGainCalibrationOfflineRcd )
virtual

Definition at line 47 of file SiPixelFakeGainOfflineESSource.cc.

References fp_, edm::FileInPath::fullPath(), muonCSCDigis_cfi::gain, mps_fire::i, MuonAssociatorByHits_cfi::obj, SiPixelGainCalibrationOffline::put(), matplotRender::reader, SiPixelGainCalibrationOffline::setDataGain(), and SiPixelGainCalibrationOffline::setDataPedestal().

Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().

48 {
49 
50  using namespace edm::es;
51  unsigned int nmodules = 0;
52  uint32_t nchannels = 0;
55  const std::vector<uint32_t>& DetIds = reader.getAllDetIds();
56 
57  // Loop over detectors
58  for(std::vector<uint32_t>::const_iterator detit=DetIds.begin(); detit!=DetIds.end(); detit++) {
59  nmodules++;
60  std::vector<char> theSiPixelGainCalibrationOffline;
61  const std::pair<int, int> & detUnitDimensions = reader.getDetUnitDimensions(*detit);
62 
63  // Loop over columns and rows
64  for(int i=0; i<detUnitDimensions.first; i++) {
65  float totalGain = 0.0;
66  float totalEntries = 0.0;
67  for(int j=0; j<detUnitDimensions.second; j++) {
68  nchannels++;
69  totalGain += 2.8;
70  float ped = 28.2;
71  totalEntries += 1.0;
72  obj->setDataPedestal(ped, theSiPixelGainCalibrationOffline);
73  if ((j + 1) % 80 == 0) //compute the gain average after each ROC
74  {
75  float gain = totalGain/totalEntries;
76  obj->setDataGain(gain, 80, theSiPixelGainCalibrationOffline);
77  totalGain = 0;
78  totalEntries = 0.0;
79  }
80  }
81  }
82 
83  //std::cout << "detid " << (*detit) << std::endl;
84 
85  SiPixelGainCalibrationOffline::Range range(theSiPixelGainCalibrationOffline.begin(),theSiPixelGainCalibrationOffline.end());
86  // the 80 in the line below represents the number of columns averaged over.
87  if( !obj->put(*detit,range,detUnitDimensions.first) )
88  edm::LogError("SiPixelFakeGainOfflineESSource")<<"[SiPixelFakeGainOfflineESSource::produce] detid already exists"<<std::endl;
89  }
90 
91  //std::cout << "Modules = " << nmodules << " Channels " << nchannels << std::endl;
92 
93 
94  //
95  return std::unique_ptr<SiPixelGainCalibrationOffline>(obj);
96 
97 
98 }
void setDataPedestal(float pedestal, std::vector< char > &vped, bool thisPixelIsDead=false, bool thisPixelIsNoisy=false)
std::pair< ContainerIterator, ContainerIterator > Range
void setDataGain(float gain, const int &nRows, std::vector< char > &vped, bool thisColumnIsDead=false, bool thisColumnIsNoisy=false)
std::string fullPath() const
Definition: FileInPath.cc:184
bool put(const uint32_t &detID, Range input, const int &nCols)
void SiPixelFakeGainOfflineESSource::setIntervalFor ( const edm::eventsetup::EventSetupRecordKey ,
const edm::IOVSyncValue iosv,
edm::ValidityInterval oValidity 
)
overrideprotectedvirtual

Implements edm::EventSetupRecordIntervalFinder.

Definition at line 100 of file SiPixelFakeGainOfflineESSource.cc.

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

102  {
104  oValidity = infinity;
105 }
static const IOVSyncValue & endOfTime()
Definition: IOVSyncValue.cc:97
static const IOVSyncValue & beginOfTime()
const double infinity

Member Data Documentation

edm::FileInPath SiPixelFakeGainOfflineESSource::fp_
private

Definition at line 54 of file SiPixelFakeGainOfflineESSource.h.

Referenced by produce().