CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Types | Private Attributes
L1CaloHcalScaleConfigOnlineProd Class Reference
Inheritance diagram for L1CaloHcalScaleConfigOnlineProd:
L1ConfigOnlineProdBase< L1CaloHcalScaleRcd, L1CaloHcalScale > edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Member Functions

 L1CaloHcalScaleConfigOnlineProd (const edm::ParameterSet &iConfig)
 
virtual boost::shared_ptr
< L1CaloHcalScale
newObject (const std::string &objectKey) override
 
 ~L1CaloHcalScaleConfigOnlineProd ()
 
- Public Member Functions inherited from L1ConfigOnlineProdBase< L1CaloHcalScaleRcd, L1CaloHcalScale >
 L1ConfigOnlineProdBase (const edm::ParameterSet &)
 
boost::shared_ptr
< L1CaloHcalScale
produce (const L1CaloHcalScaleRcd &iRecord)
 
 ~L1ConfigOnlineProdBase ()
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
virtual ~ESProducer ()
 
- Public Member Functions inherited from edm::ESProxyFactoryProducer
 ESProxyFactoryProducer ()
 
virtual void newInterval (const eventsetup::EventSetupRecordKey &iRecordType, const ValidityInterval &iInterval)
 overrides DataProxyProvider method More...
 
virtual ~ESProxyFactoryProducer ()
 
- 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 ()
 

Private Types

typedef std::vector< double > RCTdecompression
 

Private Attributes

CaloTPGTranscoderULUTcaloTPG
 
L1CaloHcalScalehcalScale
 
std::vector< RCTdecompressionhcaluncomp
 
HcalTrigTowerGeometrytheTrigTowerGeometry
 
HcalTrigTowerDetIdttDetId
 

Additional Inherited Members

- Public Types inherited from edm::eventsetup::DataProxyProvider
typedef std::vector< std::pair
< DataKey, boost::shared_ptr
< DataProxy > > > 
KeyedProxies
 
typedef std::vector
< EventSetupRecordKey
Keys
 
typedef std::map
< EventSetupRecordKey,
KeyedProxies
RecordProxies
 
- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from L1ConfigOnlineProdBase< L1CaloHcalScaleRcd, L1CaloHcalScale >
bool getObjectKey (const L1CaloHcalScaleRcd &record, boost::shared_ptr< L1CaloHcalScale > data, std::string &objectKey)
 
- 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::auto_ptr< TFactory > iFactory, const std::string &iLabel=std::string())
 
virtual void registerFactoryWithKey (const eventsetup::EventSetupRecordKey &iRecord, std::auto_ptr< eventsetup::ProxyFactoryBase > &iFactory, const std::string &iLabel=std::string())
 
virtual void registerProxies (const eventsetup::EventSetupRecordKey &iRecord, KeyedProxies &aProxyList)
 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 Attributes inherited from L1ConfigOnlineProdBase< L1CaloHcalScaleRcd, L1CaloHcalScale >
bool m_copyFromCondDB
 
cond::persistency::Session m_dbSession
 
bool m_forceGeneration
 
l1t::OMDSReader m_omdsReader
 

Detailed Description

Definition at line 38 of file L1CaloHcalScaleConfigOnlineProd.cc.

Member Typedef Documentation

typedef std::vector<double> L1CaloHcalScaleConfigOnlineProd::RCTdecompression
private

Definition at line 53 of file L1CaloHcalScaleConfigOnlineProd.cc.

Constructor & Destructor Documentation

L1CaloHcalScaleConfigOnlineProd::L1CaloHcalScaleConfigOnlineProd ( const edm::ParameterSet iConfig)

Definition at line 75 of file L1CaloHcalScaleConfigOnlineProd.cc.

References caloTPG, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), hcalScale, HcalTopologyMode::LHC, alignBH_cfg::mode, geometryXMLtoCSV::parser, AlCaHLTBitMon_QueryRunRegistry::string, and theTrigTowerGeometry.

78 {
79  hcalScale = new L1CaloHcalScale(0);
81 
83  int maxDepthHB = 2;
84  int maxDepthHE = 3;
85  if( iConfig.exists( "hcalTopologyConstants" ))
86  {
87  const edm::ParameterSet hcalTopoConsts = iConfig.getParameter<edm::ParameterSet>( "hcalTopologyConstants" );
89  mode = (HcalTopologyMode::Mode) parser.parseString(hcalTopoConsts.getParameter<std::string>("mode"));
90  maxDepthHB = hcalTopoConsts.getParameter<int>("maxDepthHB");
91  maxDepthHE = hcalTopoConsts.getParameter<int>("maxDepthHE");
92  }
93 
94  theTrigTowerGeometry = new HcalTrigTowerGeometry( new HcalTopology( mode, maxDepthHB, maxDepthHE ));
95 }
T getParameter(std::string const &) const
bool exists(std::string const &parameterName) const
checks if a parameter exists
L1CaloHcalScaleConfigOnlineProd::~L1CaloHcalScaleConfigOnlineProd ( )

Definition at line 98 of file L1CaloHcalScaleConfigOnlineProd.cc.

References caloTPG.

99 {
100  // do anything here that needs to be done at desctruction time
101  // (e.g. close files, deallocate resources etc.)
102 
103  if(caloTPG != 0)
104  delete caloTPG;
105 }

Member Function Documentation

boost::shared_ptr< L1CaloHcalScale > L1CaloHcalScaleConfigOnlineProd::newObject ( const std::string &  objectKey)
overridevirtual

Implements L1ConfigOnlineProdBase< L1CaloHcalScaleRcd, L1CaloHcalScale >.

Definition at line 108 of file L1CaloHcalScaleConfigOnlineProd.cc.

References funct::abs(), l1t::OMDSReader::QueryResults::attributeLists(), l1t::OMDSReader::basicQuery(), l1t::OMDSReader::basicQueryView(), caloTPG, gather_cfg::cout, l1t::DataManager::dbSession(), end, l1t::OMDSReader::QueryResults::fillVariableFromRow(), HcalTrigTowerGeometry::firstHFTower(), CaloTPGTranscoderULUT::getOutputLUTId(), hcalScale, hcaluncomp, CaloTPGTranscoderULUT::HTvalid(), i, relval_steps::k, create_public_lumi_plots::log, L1ConfigOnlineProdBase< L1CaloHcalScaleRcd, L1CaloHcalScale >::m_omdsReader, min(), L1CaloHcalScale::nBinEta, L1CaloHcalScale::nBinRank, l1t::OMDSReader::QueryResults::numberRows(), summarizeEdmComparisonLogfiles::objectName, funct::pow(), L1CaloHcalScale::print(), o2o::query, l1t::OMDSReader::QueryResults::queryFailed(), cond::DbSession::schema(), python.IdGenerator::schema, L1CaloHcalScale::setBin(), l1t::OMDSReader::singleAttribute(), mathSSE::sqrt(), AlCaHLTBitMon_QueryRunRegistry::string, theTrigTowerGeometry, dtDQMClient_cfg::threshold, HcalTrigTowerGeometry::towerEtaBounds(), and ecaldqm::zside().

109 {
110  using namespace edm::es;
111 
112  std:: cout << "object Key " << objectKey <<std::endl <<std::flush;
113 
114  if(objectKey == "NULL" || objectKey == "") // return default blank ecal scale
115  return boost::shared_ptr< L1CaloHcalScale >( hcalScale );
116  if(objectKey == "IDENTITY"){ // return identity ecal scale
117 
118  delete hcalScale;
119 
120  hcalScale = new L1CaloHcalScale(1);
121 
122  return boost::shared_ptr< L1CaloHcalScale >( hcalScale);
123  }
124 
125  std::vector<unsigned int> analyticalLUT(1024, 0);
126  std::vector<unsigned int> identityLUT(1024, 0);
127 
128  // Compute compression LUT
129  for (unsigned int i=0; i < 1024; i++) {
130  analyticalLUT[i] = (unsigned int)(sqrt(14.94*log(1.+i/14.94)*i) + 0.5);
131  identityLUT[i] = std::min(i,0xffu);
132  }
133 
134  hcaluncomp.clear();
135  for (int i = 0; i < 4176; i++){
136  RCTdecompression decompressionTable(256,0);
137  hcaluncomp.push_back(decompressionTable);
138  }
139 
140 
141 
142  std::vector < std::string > mainStrings;
143  mainStrings.push_back("HCAL_LUT_METADATA");
144  mainStrings.push_back("HCAL_LUT_CHAN_DATA");
145 
146  // ~~~~~~~~~ Cut values ~~~~~~~~~
147 
148 
149  std::vector< std::string > metaStrings ;
150  metaStrings.push_back("RCTLSB");
151  metaStrings.push_back("NOMINAL_GAIN");
152 
153 
154  l1t::OMDSReader::QueryResults paramResults =
155  m_omdsReader.basicQueryView( metaStrings,
156  "CMS_HCL_HCAL_COND",
157  "V_HCAL_LUT_METADATA_V1",
158  "V_HCAL_LUT_METADATA_V1.TAG_NAME",
160  "HCAL_LUT_METADATA",
161  "CMS_RCT",
162  "HCAL_SCALE_KEY",
163  "HCAL_SCALE_KEY.HCAL_TAG",
164  m_omdsReader.singleAttribute(objectKey)));
165 
166 
167 
168 
169  if( paramResults.queryFailed()
170  || (paramResults.numberRows()!=1) ) // check query successful
171  {
172  edm::LogError( "L1-O2O" ) << "Problem with L1CaloHcalScale key. Unable to find lutparam dat table" ;
173  return boost::shared_ptr< L1CaloHcalScale >() ;
174  }
175 
176  double hcalLSB, nominal_gain;
177  paramResults.fillVariable("RCTLSB",hcalLSB);
178  paramResults.fillVariable("NOMINAL_GAIN",nominal_gain);
179 
180  float rctlsb = hcalLSB;
181 
182 
183 
185  "HCAL_LUT_CHAN_DATA",
186  "CMS_RCT",
187  "HCAL_SCALE_KEY",
188  "HCAL_SCALE_KEY.HCAL_TAG",
189  m_omdsReader.singleAttribute(objectKey));
190 
191  //coral::AttributeList myresult;
192  // myresult.extend(
193 
194 
195  std::string schemaName("CMS_HCL_HCAL_COND");
196  coral::ISchema& schema = m_omdsReader.dbSession()->schema( schemaName ) ;
197  coral::IQuery* query = schema.newQuery(); ;
198 
199 
200  std::vector< std::string > channelStrings;
201  channelStrings.push_back("IPHI");
202  channelStrings.push_back("IETA");
203  channelStrings.push_back("LUT_GRANULARITY");
204  channelStrings.push_back("OUTPUT_LUT_THRESHOLD");
205  channelStrings.push_back("OBJECTNAME");
206 
207 
208 
209  std::vector< std::string >::const_iterator it = channelStrings.begin() ;
210  std::vector< std::string >::const_iterator end = channelStrings.end() ;
211  for( ; it != end ; ++it )
212  {
213  query->addToOutputList( *it ) ;
214  }
215 
216  std::string ob = "OBJECTNAME";
217  coral::AttributeList myresult;
218  myresult.extend("IPHI", typeid(int));
219  myresult.extend("IETA", typeid(int));
220  myresult.extend("LUT_GRANULARITY", typeid(int));
221  myresult.extend("OUTPUT_LUT_THRESHOLD", typeid(int));
222  myresult.extend( ob,typeid(std::string));//, typeid(std::string));
223 
224  query->defineOutput( myresult );
225 
226  query->addToTableList( "V_HCAL_LUT_CHAN_DATA_V1");
227 
228  query->setCondition(
229  "V_HCAL_LUT_CHAN_DATA_V1.TAG_NAME = :" + chanKey.columnNames().front(),
230  chanKey.attributeLists().front());
231 
232  coral::ICursor& cursor = query->execute();
233 
234  // when the query goes out of scope.
235  std::vector<coral::AttributeList> atts;
236  while (cursor.next()) {
237  atts.push_back(cursor.currentRow());
238  };
239 
240  delete query;
241 
242  l1t::OMDSReader::QueryResults chanResults(channelStrings,atts);
243  if( chanResults.queryFailed()
244  || (chanResults.numberRows()==0) ) // check query successful
245  {
246  edm::LogError( "L1-O2O" ) << "Problem with L1CaloHcalScale key. Unable to find lutparam dat table nrows" << chanResults.numberRows() ;
247  return boost::shared_ptr< L1CaloHcalScale >() ;
248  }
249 
250 
251 
252  chanResults.attributeLists();
253  for(int i = 0; i < chanResults.numberRows() ; ++i){
255  chanResults.fillVariableFromRow("OBJECTNAME",i, objectName);
256  // int
257  if(objectName == "HcalTrigTowerDetId") { //trig tower
258  int ieta, iphi, lutGranularity, threshold;
259 
260 
261  chanResults.fillVariableFromRow("LUT_GRANULARITY",i,lutGranularity);
262  chanResults.fillVariableFromRow("IPHI",i,iphi);
263  chanResults.fillVariableFromRow("IETA",i,ieta);
264  chanResults.fillVariableFromRow("OUTPUT_LUT_THRESHOLD",i,threshold);
265 
266 
267  unsigned int outputLut[1024];
268 
269  uint32_t lutId = caloTPG->getOutputLUTId(ieta,iphi);
270 
271  double eta_low = 0., eta_high = 0.;
272  theTrigTowerGeometry->towerEtaBounds(ieta,eta_low,eta_high);
273  double cosh_ieta = fabs(cosh((eta_low + eta_high)/2.));
274 
275 
276  if (!caloTPG->HTvalid(ieta, iphi)) continue;
277  double factor = 0.;
278  if (abs(ieta) >= theTrigTowerGeometry->firstHFTower())
279  factor = rctlsb;
280  else
281  factor = nominal_gain / cosh_ieta * lutGranularity;
282  for (int k = 0; k < threshold; ++k)
283  outputLut[k] = 0;
284 
285  for (unsigned int k = threshold; k < 1024; ++k)
286  outputLut[k] = (abs(ieta) < theTrigTowerGeometry->firstHFTower()) ? analyticalLUT[k] : identityLUT[k];
287 
288 
289  // tpg - compressed value
290  unsigned int tpg = outputLut[0];
291 
292  int low = 0;
293 
294  for (unsigned int k = 0; k < 1024; ++k){
295  if (outputLut[k] != tpg){
296  unsigned int mid = (low + k)/2;
297  hcaluncomp[lutId][tpg] = (tpg == 0 ? low : factor * mid);
298  low = k;
299  tpg = outputLut[k];
300  }
301  }
302  hcaluncomp[lutId][tpg] = factor * low;
303  }
304  }
305 
306 
307 
308  for( unsigned short ieta = 1 ; ieta <= L1CaloHcalScale::nBinEta; ++ieta ){
309  for(int pos = 0; pos <=1; pos++){
310  for( unsigned short irank = 0 ; irank < L1CaloHcalScale::nBinRank; ++irank ){
311 
312 
313 
314  int zside = (int) pow(-1,pos);
315  int nphi = 0;
316  double etvalue = 0.;
317 
318 
319  for(int iphi = 1; iphi<=72; iphi++){
320  if(!caloTPG->HTvalid(ieta, iphi))
321  continue;
322  uint32_t lutId = caloTPG->getOutputLUTId(ieta,iphi);
323  nphi++;
324  etvalue += (double) hcaluncomp[lutId][irank];
325 
326  } // phi
327  if (nphi > 0) etvalue /= nphi;
328 
329  hcalScale->setBin(irank, ieta, zside, etvalue);
330 
331  } // rank
332  } // zside
333  }// eta
334 
335  std::cout << std::setprecision(10);
337 // ------------ method called to produce the data ------------
338  return boost::shared_ptr< L1CaloHcalScale >( hcalScale );
339 
340 }
int i
Definition: DBlmapReader.cc:9
const QueryResults singleAttribute(const T &data) const
Definition: OMDSReader.h:295
void setBin(unsigned short rank, unsigned short eta, short etaSign, double et)
set scale element; use this to create non-linear scales
coral::ISchema & schema(const std::string &schemaName)
Definition: DbSession.cc:238
int zside(DetId const &)
cond::DbSession * dbSession()
Definition: DataManager.h:34
T sqrt(T t)
Definition: SSEVec.h:48
const QueryResults basicQuery(const std::vector< std::string > &columnNames, const std::string &schemaName, const std::string &tableName, const std::string &conditionLHS="", const QueryResults conditionRHS=QueryResults(), const std::string &conditionRHSName="") const
Definition: OMDSReader.cc:87
static const unsigned short nBinRank
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
#define end
Definition: vmac.h:37
T min(T a, T b)
Definition: MathUtil.h:58
void print(std::ostream &s) const
virtual bool HTvalid(const int ieta, const int iphi) const
std::vector< RCTdecompression > hcaluncomp
void towerEtaBounds(int ieta, double &eta1, double &eta2) const
where this tower begins and ends in eta
static const unsigned short nBinEta
virtual int getOutputLUTId(const int ieta, const int iphi) const
tuple query
Definition: o2o.py:269
tuple cout
Definition: gather_cfg.py:121
Power< A, B >::type pow(const A &a, const B &b)
Definition: Power.h:40
const QueryResults basicQueryView(const std::vector< std::string > &columnNames, const std::string &schemaName, const std::string &viewName, const std::string &conditionLHS="", const QueryResults conditionRHS=QueryResults(), const std::string &conditionRHSName="") const
Definition: OMDSReader.cc:191

Member Data Documentation

CaloTPGTranscoderULUT* L1CaloHcalScaleConfigOnlineProd::caloTPG
private
L1CaloHcalScale* L1CaloHcalScaleConfigOnlineProd::hcalScale
private
std::vector<RCTdecompression> L1CaloHcalScaleConfigOnlineProd::hcaluncomp
private

Definition at line 54 of file L1CaloHcalScaleConfigOnlineProd.cc.

Referenced by newObject().

HcalTrigTowerGeometry* L1CaloHcalScaleConfigOnlineProd::theTrigTowerGeometry
private
HcalTrigTowerDetId* L1CaloHcalScaleConfigOnlineProd::ttDetId
private

Definition at line 59 of file L1CaloHcalScaleConfigOnlineProd.cc.