CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
L1JetEtScaleOnlineProd Class Reference
Inheritance diagram for L1JetEtScaleOnlineProd:
L1ConfigOnlineProdBase< L1JetEtScaleRcd, L1CaloEtScale > edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Member Functions

 L1JetEtScaleOnlineProd (const edm::ParameterSet &)
 
virtual boost::shared_ptr
< L1CaloEtScale
newObject (const std::string &objectKey) override
 
 ~L1JetEtScaleOnlineProd ()
 
- Public Member Functions inherited from L1ConfigOnlineProdBase< L1JetEtScaleRcd, L1CaloEtScale >
 L1ConfigOnlineProdBase (const edm::ParameterSet &)
 
virtual boost::shared_ptr
< L1CaloEtScale
produce (const L1JetEtScaleRcd &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 ()
 

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< L1JetEtScaleRcd, L1CaloEtScale >
bool getObjectKey (const L1JetEtScaleRcd &record, boost::shared_ptr< L1CaloEtScale > 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< L1JetEtScaleRcd, L1CaloEtScale >
bool m_copyFromCondDB
 
cond::persistency::Session m_dbSession
 
bool m_forceGeneration
 
l1t::OMDSReader m_omdsReader
 

Detailed Description

Description: Online producer for L1 jet Et scales

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

Definition at line 33 of file L1JetEtScaleOnlineProd.cc.

Constructor & Destructor Documentation

L1JetEtScaleOnlineProd::L1JetEtScaleOnlineProd ( const edm::ParameterSet iConfig)

Definition at line 58 of file L1JetEtScaleOnlineProd.cc.

61 {
62  //the following line is needed to tell the framework what
63  // data is being produced
64 
65  //now do what ever other initialization is needed
66 }
L1JetEtScaleOnlineProd::~L1JetEtScaleOnlineProd ( )

Definition at line 69 of file L1JetEtScaleOnlineProd.cc.

70 {
71 
72  // do anything here that needs to be done at desctruction time
73  // (e.g. close files, deallocate resources etc.)
74 
75 }

Member Function Documentation

boost::shared_ptr< L1CaloEtScale > L1JetEtScaleOnlineProd::newObject ( const std::string &  objectKey)
overridevirtual

Implements L1ConfigOnlineProdBase< L1JetEtScaleRcd, L1CaloEtScale >.

Definition at line 78 of file L1JetEtScaleOnlineProd.cc.

References l1t::OMDSReader::basicQuery(), L1ConfigOnlineProdBase< L1JetEtScaleRcd, L1CaloEtScale >::m_omdsReader, l1t::OMDSReader::singleAttribute(), AlCaHLTBitMon_QueryRunRegistry::string, and GOODCOLL_filter_cfg::thresh.

79 {
80  using namespace edm::es;
81 
82  // get scales keys
83  l1t::OMDSReader::QueryResults scalesKeyResults =
85  "GCT_SCALES_KEY",
86  "CMS_GCT",
87  "GCT_PHYS_PARAMS",
88  "GCT_PHYS_PARAMS.CONFIG_KEY",
89  m_omdsReader.singleAttribute( objectKey ) );
90 
91  std::string scalesKey ;
92 
93  if( scalesKeyResults.queryFailed() ) {
94  edm::LogError("L1-O2O")
95  << "Problem with key for L1JetEtScaleRcd : GCT scales key query failed ";
96  }
97  else if( scalesKeyResults.numberRows() != 1 ) {
98  edm::LogError("L1-O2O")
99  << "Problem with key for L1JetEtScaleRcd : "
100  << (scalesKeyResults.numberRows()) << " rows were returned when getting GCT scales key";
101  }
102  else {
103  scalesKeyResults.fillVariable( scalesKey );
104  }
105 
106 
107  // get jet scale key
108  l1t::OMDSReader::QueryResults jetScaleKeyResults =
110  "SC_CENJET_ET_THRESHOLD_FK",
111  "CMS_GT",
112  "L1T_SCALES",
113  "L1T_SCALES.ID",
114  scalesKeyResults );
115 
116  std::string jetScaleKey ;
117 
118  if( jetScaleKeyResults.queryFailed() ) {
119  edm::LogError("L1-O2O")
120  << "Problem with key for L1GctJetEtScaleRcd : jet scale key query failed ";
121  }
122  else if( jetScaleKeyResults.numberRows() != 1 ) {
123  edm::LogError("L1-O2O")
124  << "Problem with key for L1GctJetEtScaleRcd : "
125  << (jetScaleKeyResults.numberRows()) << " rows were returned when getting jet Et scale key";
126  }
127  else {
128  jetScaleKeyResults.fillVariable( jetScaleKey ) ;
129  }
130 
131  // get thresholds
132  std::vector< std::string > queryStrings ;
133  queryStrings.push_back( "ET_GEV_BIN_LOW_0");
134  queryStrings.push_back( "ET_GEV_BIN_LOW_1");
135  queryStrings.push_back( "ET_GEV_BIN_LOW_2");
136  queryStrings.push_back( "ET_GEV_BIN_LOW_3");
137  queryStrings.push_back( "ET_GEV_BIN_LOW_4");
138  queryStrings.push_back( "ET_GEV_BIN_LOW_5");
139  queryStrings.push_back( "ET_GEV_BIN_LOW_6");
140  queryStrings.push_back( "ET_GEV_BIN_LOW_7");
141  queryStrings.push_back( "ET_GEV_BIN_LOW_8");
142  queryStrings.push_back( "ET_GEV_BIN_LOW_9");
143  queryStrings.push_back( "ET_GEV_BIN_LOW_10");
144  queryStrings.push_back( "ET_GEV_BIN_LOW_11");
145  queryStrings.push_back( "ET_GEV_BIN_LOW_12");
146  queryStrings.push_back( "ET_GEV_BIN_LOW_13");
147  queryStrings.push_back( "ET_GEV_BIN_LOW_14");
148  queryStrings.push_back( "ET_GEV_BIN_LOW_15");
149  queryStrings.push_back( "ET_GEV_BIN_LOW_16");
150  queryStrings.push_back( "ET_GEV_BIN_LOW_17");
151  queryStrings.push_back( "ET_GEV_BIN_LOW_18");
152  queryStrings.push_back( "ET_GEV_BIN_LOW_19");
153  queryStrings.push_back( "ET_GEV_BIN_LOW_20");
154  queryStrings.push_back( "ET_GEV_BIN_LOW_21");
155  queryStrings.push_back( "ET_GEV_BIN_LOW_22");
156  queryStrings.push_back( "ET_GEV_BIN_LOW_23");
157  queryStrings.push_back( "ET_GEV_BIN_LOW_24");
158  queryStrings.push_back( "ET_GEV_BIN_LOW_25");
159  queryStrings.push_back( "ET_GEV_BIN_LOW_26");
160  queryStrings.push_back( "ET_GEV_BIN_LOW_27");
161  queryStrings.push_back( "ET_GEV_BIN_LOW_28");
162  queryStrings.push_back( "ET_GEV_BIN_LOW_29");
163  queryStrings.push_back( "ET_GEV_BIN_LOW_30");
164  queryStrings.push_back( "ET_GEV_BIN_LOW_31");
165  queryStrings.push_back( "ET_GEV_BIN_LOW_32");
166  queryStrings.push_back( "ET_GEV_BIN_LOW_33");
167  queryStrings.push_back( "ET_GEV_BIN_LOW_34");
168  queryStrings.push_back( "ET_GEV_BIN_LOW_35");
169  queryStrings.push_back( "ET_GEV_BIN_LOW_36");
170  queryStrings.push_back( "ET_GEV_BIN_LOW_37");
171  queryStrings.push_back( "ET_GEV_BIN_LOW_38");
172  queryStrings.push_back( "ET_GEV_BIN_LOW_39");
173  queryStrings.push_back( "ET_GEV_BIN_LOW_40");
174  queryStrings.push_back( "ET_GEV_BIN_LOW_41");
175  queryStrings.push_back( "ET_GEV_BIN_LOW_42");
176  queryStrings.push_back( "ET_GEV_BIN_LOW_43");
177  queryStrings.push_back( "ET_GEV_BIN_LOW_44");
178  queryStrings.push_back( "ET_GEV_BIN_LOW_45");
179  queryStrings.push_back( "ET_GEV_BIN_LOW_46");
180  queryStrings.push_back( "ET_GEV_BIN_LOW_47");
181  queryStrings.push_back( "ET_GEV_BIN_LOW_48");
182  queryStrings.push_back( "ET_GEV_BIN_LOW_49");
183  queryStrings.push_back( "ET_GEV_BIN_LOW_50");
184  queryStrings.push_back( "ET_GEV_BIN_LOW_51");
185  queryStrings.push_back( "ET_GEV_BIN_LOW_52");
186  queryStrings.push_back( "ET_GEV_BIN_LOW_53");
187  queryStrings.push_back( "ET_GEV_BIN_LOW_54");
188  queryStrings.push_back( "ET_GEV_BIN_LOW_55");
189  queryStrings.push_back( "ET_GEV_BIN_LOW_56");
190  queryStrings.push_back( "ET_GEV_BIN_LOW_57");
191  queryStrings.push_back( "ET_GEV_BIN_LOW_58");
192  queryStrings.push_back( "ET_GEV_BIN_LOW_59");
193  queryStrings.push_back( "ET_GEV_BIN_LOW_60");
194  queryStrings.push_back( "ET_GEV_BIN_LOW_61");
195  queryStrings.push_back( "ET_GEV_BIN_LOW_62");
196  queryStrings.push_back( "ET_GEV_BIN_LOW_63");
197 
198  l1t::OMDSReader::QueryResults scaleResults =
199  m_omdsReader.basicQuery( queryStrings,
200  "CMS_GT",
201  "L1T_SCALE_CALO_ET_THRESHOLD",
202  "L1T_SCALE_CALO_ET_THRESHOLD.ID",
203  jetScaleKeyResults
204  );
205 
206  std::vector<double> thresholds;
207 
208  if( scaleResults.queryFailed() ||
209  scaleResults.numberRows() != 1 ) // check query successful
210  {
211  edm::LogError( "L1-O2O" ) << "Problem with L1JetEtScale key : when reading scale." ;
212  }
213  else {
214  for( std::vector< std::string >::iterator thresh = queryStrings.begin();
215  thresh != queryStrings.end(); ++thresh) {
216  float tempScale = 0.0;
217  scaleResults.fillVariable(*thresh,tempScale);
218  thresholds.push_back(tempScale);
219  }
220  }
221 
222  // get region LSB
223  double rgnEtLsb=0.;
224 
225  l1t::OMDSReader::QueryResults lsbResults =
226  m_omdsReader.basicQuery( "GCT_RGN_ET_LSB",
227  "CMS_GCT",
228  "GCT_PHYS_PARAMS",
229  "GCT_PHYS_PARAMS.CONFIG_KEY",
230  m_omdsReader.singleAttribute( objectKey ) ) ;
231 
232  if( lsbResults.queryFailed() ) {
233  edm::LogError( "L1-O2O" ) << "Problem with L1JetEtScale key." ;
234  }
235  else {
236  lsbResults.fillVariable( "GCT_RGN_ET_LSB", rgnEtLsb );
237  }
238 
239  // return object
240  return boost::shared_ptr< L1CaloEtScale >( new L1CaloEtScale( rgnEtLsb, thresholds ) );
241 }
const QueryResults singleAttribute(const T &data) const
Definition: OMDSReader.h:295
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