CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Attributes
L1SubsystemKeysOnlineProd Class Reference

#include <CondTools/L1Trigger/interface/L1SubsystemKeysOnlineProd.h>

Inheritance diagram for L1SubsystemKeysOnlineProd:
edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Types

typedef boost::shared_ptr
< L1TriggerKey
ReturnType
 
- 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
 

Public Member Functions

 L1SubsystemKeysOnlineProd (const edm::ParameterSet &)
 
ReturnType produce (const L1TriggerKeyRcd &)
 
 ~L1SubsystemKeysOnlineProd ()
 
- 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 Attributes

bool m_forceGeneration
 
l1t::OMDSReader m_omdsReader
 
std::string m_tscKey
 

Additional Inherited Members

- Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider
static void prevalidate (ConfigurationDescriptions &)
 
- 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 &)
 

Detailed Description

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

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

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

Usage: <usage>

Definition at line 38 of file L1SubsystemKeysOnlineProd.h.

Member Typedef Documentation

Definition at line 43 of file L1SubsystemKeysOnlineProd.h.

Constructor & Destructor Documentation

L1SubsystemKeysOnlineProd::L1SubsystemKeysOnlineProd ( const edm::ParameterSet iConfig)

Definition at line 51 of file L1SubsystemKeysOnlineProd.cc.

References edm::ESProducer::setWhatProduced().

52  : m_tscKey( iConfig.getParameter< std::string >( "tscKey" ) ),
54  iConfig.getParameter< std::string >( "onlineDB" ),
55  iConfig.getParameter< std::string >( "onlineAuthentication" ) ),
56  m_forceGeneration( iConfig.getParameter< bool >( "forceGeneration" ) )
57 {
58  //the following line is needed to tell the framework what
59  // data is being produced
60  setWhatProduced(this, "SubsystemKeysOnly");
61 
62  //now do what ever other initialization is needed
63 }
T getParameter(std::string const &) const
void setWhatProduced(T *iThis, const es::Label &iLabel=es::Label())
Definition: ESProducer.h:115
L1SubsystemKeysOnlineProd::~L1SubsystemKeysOnlineProd ( )

Definition at line 66 of file L1SubsystemKeysOnlineProd.cc.

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

Member Function Documentation

L1SubsystemKeysOnlineProd::ReturnType L1SubsystemKeysOnlineProd::produce ( const L1TriggerKeyRcd iRecord)

Definition at line 81 of file L1SubsystemKeysOnlineProd.cc.

References l1t::OMDSReader::basicQuery(), l1t::OMDSReader::QueryResults::fillVariable(), L1TriggerKey::kCSCTF, L1TriggerKey::kDTTF, L1TriggerKey::kGCT, L1TriggerKey::kGMT, L1TriggerKey::kGT, L1TriggerKey::kRCT, L1TriggerKey::kRPC, L1TriggerKey::kTSP0, m_forceGeneration, m_omdsReader, m_tscKey, l1t::OMDSReader::QueryResults::numberRows(), l1t::OMDSReader::QueryResults::queryFailed(), and l1t::OMDSReader::singleAttribute().

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

82 {
83  using namespace edm::es;
84  boost::shared_ptr<L1TriggerKey> pL1TriggerKey ;
85 
86  // Get L1TriggerKeyList
87  L1TriggerKeyList keyList ;
88  l1t::DataWriter dataWriter ;
89  if( !dataWriter.fillLastTriggerKeyList( keyList ) )
90  {
91  edm::LogError( "L1-O2O" )
92  << "Problem getting last L1TriggerKeyList" ;
93  }
94 
95  // If L1TriggerKeyList does not contain TSC key, token is empty
96  if( keyList.token( m_tscKey ) == std::string() ||
98  {
99  // Instantiate new L1TriggerKey
100  pL1TriggerKey = boost::shared_ptr< L1TriggerKey >(
101  new L1TriggerKey() ) ;
102  pL1TriggerKey->setTSCKey( m_tscKey ) ;
103 
104  edm::LogVerbatim( "L1-O2O" ) << "TSC KEY " << m_tscKey ;
105 
106  // Get subsystem keys from OMDS
107 
108  // SELECT CSCTF_KEY, DTTF_KEY, RPC_KEY, GMT_KEY, RCT_KEY, GCT_KEY, GT_KEY FROM TRIGGERSUP_CONF WHERE TRIGGERSUP_CONF.TS_KEY = m_tscKey
109  std::vector< std::string > queryStrings ;
110  queryStrings.push_back( "CSCTF_KEY" ) ;
111  queryStrings.push_back( "DTTF_KEY" ) ;
112  queryStrings.push_back( "RPC_KEY" ) ;
113  queryStrings.push_back( "GMT_KEY" ) ;
114  queryStrings.push_back( "RCT_KEY" ) ;
115  queryStrings.push_back( "GCT_KEY" ) ;
116  queryStrings.push_back( "GT_KEY" ) ;
117  // queryStrings.push_back( "TSP0_KEY" ) ;
118 
119  l1t::OMDSReader::QueryResults subkeyResults =
120  m_omdsReader.basicQuery( queryStrings,
121  "CMS_TRG_L1_CONF",
122  "TRIGGERSUP_CONF",
123  "TRIGGERSUP_CONF.TS_KEY",
125 
126  if( subkeyResults.queryFailed() ||
127  subkeyResults.numberRows() != 1 ) // check query successful
128  {
129  edm::LogError( "L1-O2O" ) << "Problem with subsystem keys." ;
130  return pL1TriggerKey ;
131  }
132 
133  std::string csctfKey, dttfKey, rpcKey, gmtKey, rctKey, gctKey, gtKey ;
134 
135  subkeyResults.fillVariable( "CSCTF_KEY", csctfKey ) ;
136  pL1TriggerKey->setSubsystemKey( L1TriggerKey::kCSCTF, csctfKey ) ;
137  edm::LogVerbatim( "L1-O2O" ) << "CSCTF_KEY " << csctfKey ;
138 
139  subkeyResults.fillVariable( "DTTF_KEY", dttfKey ) ;
140  pL1TriggerKey->setSubsystemKey( L1TriggerKey::kDTTF, dttfKey ) ;
141  edm::LogVerbatim( "L1-O2O" ) << "DTTF_KEY " << dttfKey ;
142 
143  subkeyResults.fillVariable( "RPC_KEY", rpcKey ) ;
144  pL1TriggerKey->setSubsystemKey( L1TriggerKey::kRPC, rpcKey ) ;
145  edm::LogVerbatim( "L1-O2O" ) << "RPC_KEY " << rpcKey ;
146 
147  subkeyResults.fillVariable( "GMT_KEY", gmtKey ) ;
148  pL1TriggerKey->setSubsystemKey( L1TriggerKey::kGMT, gmtKey ) ;
149  edm::LogVerbatim( "L1-O2O" ) << "GMT_KEY " << gmtKey ;
150 
151  subkeyResults.fillVariable( "RCT_KEY", rctKey ) ;
152  pL1TriggerKey->setSubsystemKey( L1TriggerKey::kRCT, rctKey ) ;
153  edm::LogVerbatim( "L1-O2O" ) << "RCT_KEY " << rctKey ;
154 
155  subkeyResults.fillVariable( "GCT_KEY", gctKey ) ;
156  pL1TriggerKey->setSubsystemKey( L1TriggerKey::kGCT, gctKey ) ;
157  edm::LogVerbatim( "L1-O2O" ) << "GCT_KEY " << gctKey ;
158 
159  subkeyResults.fillVariable( "GT_KEY", gtKey ) ;
160  pL1TriggerKey->setSubsystemKey( L1TriggerKey::kGT, gtKey ) ;
161  edm::LogVerbatim( "L1-O2O" ) << "GT_KEY " << gtKey ;
162 
163  // std::string tsp0Key = row[ "TSP0_KEY" ].data< std::string >() ;
164  std::string tsp0Key ;
165  pL1TriggerKey->setSubsystemKey( L1TriggerKey::kTSP0, tsp0Key ) ;
166  edm::LogVerbatim( "L1-O2O" ) << "TSP0_KEY " << tsp0Key ;
167  }
168  else
169  {
171  "L1TriggerKey for TSC key " + m_tscKey + " already in CondDB." ) ;
172  }
173 
174  return pL1TriggerKey ;
175 }
bool fillVariable(const std::string &columnName, T &outputVariable) const
Definition: OMDSReader.h:311
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

Member Data Documentation

bool L1SubsystemKeysOnlineProd::m_forceGeneration
private

Definition at line 50 of file L1SubsystemKeysOnlineProd.h.

Referenced by produce().

l1t::OMDSReader L1SubsystemKeysOnlineProd::m_omdsReader
private

Definition at line 49 of file L1SubsystemKeysOnlineProd.h.

Referenced by produce().

std::string L1SubsystemKeysOnlineProd::m_tscKey
private

Definition at line 48 of file L1SubsystemKeysOnlineProd.h.

Referenced by produce().