CMS 3D CMS Logo

List of all members | Public Member Functions
DTTFMasksOnlineProd Class Reference
Inheritance diagram for DTTFMasksOnlineProd:
L1ConfigOnlineProdBase< L1MuDTTFMasksRcd, L1MuDTTFMasks > edm::ESProducer edm::ESProxyFactoryProducer edm::eventsetup::DataProxyProvider

Public Member Functions

 DTTFMasksOnlineProd (const edm::ParameterSet &)
 
std::unique_ptr< L1MuDTTFMasksnewObject (const std::string &objectKey) override
 
 ~DTTFMasksOnlineProd () override
 
- Public Member Functions inherited from L1ConfigOnlineProdBase< L1MuDTTFMasksRcd, L1MuDTTFMasks >
 L1ConfigOnlineProdBase (const edm::ParameterSet &)
 
virtual std::unique_ptr< L1MuDTTFMasksproduce (const L1MuDTTFMasksRcd &iRecord)
 
 ~L1ConfigOnlineProdBase () override
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
ESProxyIndex const * getTokenIndices (unsigned int iIndex) const
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &) final
 
 ~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)
 

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 &)
 
- Protected Member Functions inherited from L1ConfigOnlineProdBase< L1MuDTTFMasksRcd, L1MuDTTFMasks >
bool getObjectKey (const L1MuDTTFMasksRcd &record, std::string &objectKey)
 
- Protected Member Functions inherited from edm::ESProducer
 ESProducer (const ESProducer &)=delete
 
ESProducer const & operator= (const ESProducer &)=delete
 
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 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 Attributes inherited from L1ConfigOnlineProdBase< L1MuDTTFMasksRcd, L1MuDTTFMasks >
bool m_copyFromCondDB
 
cond::persistency::Session m_dbSession
 
bool m_forceGeneration
 
l1t::OMDSReader m_omdsReader
 

Detailed Description

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

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

Definition at line 33 of file DTTFMasksOnlineProd.cc.

Constructor & Destructor Documentation

DTTFMasksOnlineProd::DTTFMasksOnlineProd ( const edm::ParameterSet iConfig)

Definition at line 50 of file DTTFMasksOnlineProd.cc.

53 {
54  //the following line is needed to tell the framework what
55  // data is being produced
56 
57  //now do what ever other initialization is needed
58 }
DTTFMasksOnlineProd::~DTTFMasksOnlineProd ( )
override

Definition at line 61 of file DTTFMasksOnlineProd.cc.

62 {
63 
64  // do anything here that needs to be done at desctruction time
65  // (e.g. close files, deallocate resources etc.)
66 
67 }

Member Function Documentation

std::unique_ptr< L1MuDTTFMasks > DTTFMasksOnlineProd::newObject ( const std::string &  objectKey)
overridevirtual

Implements L1ConfigOnlineProdBase< L1MuDTTFMasksRcd, L1MuDTTFMasks >.

Definition at line 70 of file DTTFMasksOnlineProd.cc.

References l1t::OMDSReader::basicQuery(), gather_cfg::cout, TauDecayModes::dec, DEFINE_FWK_EVENTSETUP_MODULE, l1t::OMDSReader::QueryResults::fillVariable(), L1ConfigOnlineProdBase< L1MuDTTFMasksRcd, L1MuDTTFMasks >::m_omdsReader, l1t::OMDSReader::QueryResults::numberRows(), l1t::OMDSReader::QueryResults::queryFailed(), l1t::OMDSReader::singleAttribute(), AlCaHLTBitMon_QueryRunRegistry::string, and globals_cff::x1.

71 {
72  auto pDTTFMasks = std::make_unique< L1MuDTTFMasks >() ;
73 
74  pDTTFMasks->reset() ;
75 
76  std::string dttfSchema = "CMS_DT_TF" ;
77 
78  // Order of strings is used below -- don't change!
79  std::vector< std::string > crateMaskColumns ;
80  crateMaskColumns.push_back( "WEDGE_CRATE_1" ) ;
81  crateMaskColumns.push_back( "WEDGE_CRATE_2" ) ;
82  crateMaskColumns.push_back( "WEDGE_CRATE_3" ) ;
83  crateMaskColumns.push_back( "WEDGE_CRATE_4" ) ;
84  crateMaskColumns.push_back( "WEDGE_CRATE_5" ) ;
85  crateMaskColumns.push_back( "WEDGE_CRATE_6" ) ;
86  crateMaskColumns.push_back( "WEDGE_CRATE_1_E" ) ;
87  crateMaskColumns.push_back( "WEDGE_CRATE_2_E" ) ;
88  crateMaskColumns.push_back( "WEDGE_CRATE_3_E" ) ;
89  crateMaskColumns.push_back( "WEDGE_CRATE_4_E" ) ;
90  crateMaskColumns.push_back( "WEDGE_CRATE_5_E" ) ;
91  crateMaskColumns.push_back( "WEDGE_CRATE_6_E" ) ;
92 
93  l1t::OMDSReader::QueryResults crateMaskResults =
94  m_omdsReader.basicQuery( crateMaskColumns,
95  dttfSchema,
96  "DTTF_RUN_SETTINGS",
97  "DTTF_RUN_SETTINGS.ID",
98  m_omdsReader.singleAttribute( objectKey ) ) ;
99 
100  if( crateMaskResults.queryFailed() ||
101  crateMaskResults.numberRows() != 1 ) // check query successful
102  {
103  edm::LogError( "L1-O2O" )
104  << "Problem with L1MuDTTFMasks key " << objectKey ;
105  return std::unique_ptr< L1MuDTTFMasks >() ;
106  }
107 
108  // Cache crate masks
109  unsigned long crateMaskL[ 6 ] ;
110  unsigned long crateMaskR[ 6 ] ;
111  unsigned long krateMaskL[ 6 ] ;
112  unsigned long krateMaskR[ 6 ] ;
113  for( int icrate = 0 ; icrate < 6 ; ++icrate )
114  {
115  std::string crateMask ;
116  crateMaskResults.fillVariable( crateMaskColumns[ icrate ],
117  crateMask ) ;
118  char* pEnd;
119  crateMaskL[ icrate ] = std::strtol( crateMask.c_str(), &pEnd, 16 ) ;
120  crateMaskR[ icrate ] = std::strtol( pEnd, (char **)nullptr, 16 ) ;
121 
122  crateMaskResults.fillVariable( crateMaskColumns[ icrate+6 ],
123  crateMask ) ;
124  krateMaskL[ icrate ] = std::strtol( crateMask.c_str(), &pEnd, 16 ) ;
125  krateMaskR[ icrate ] = std::strtol( pEnd, (char **)nullptr, 16 ) ;
126 
127  std::cout << "Crate " << icrate << " masks"
128  << " L: " << std::hex << crateMaskL[ icrate ]
129  << " " << std::hex << krateMaskL[ icrate ]
130  << " R: " << std::hex << crateMaskR[ icrate ]
131  << " " << std::hex << krateMaskR[ icrate ] << std::endl ;
132  }
133 
134  // Map of sector (0-11) to name (L/R)
135  std::string sectorNames[ 12 ] = {
136  "R", "L", "R", "L", "L", "R", "L", "R", "R", "L", "R", "L" } ;
137 
138  // Map of sector (0-11) to crate (0-5)
139  int crateNumbers[ 12 ] = { 3, 3, 4, 4, 5, 5, 2, 2, 1, 1, 0, 0 } ;
140 
141  // Map of wheel array index to wheel number (+- 3, 2, 1).
142  int wheelNumbers[ 6 ] = { -3, -2, -1, 1, 2, 3 } ;
143 
144  // Map of wheel array index to name ({N,P}{0,1,2}).
145  std::string wheelNames[ 6 ] = { "N2", "N1", "N0", "P0", "P1", "P2" } ;
146 
147  // Map of sector+wheel name to bit number in crate mask
148  std::map< std::string, unsigned int > crateMaskBitmap ;
149  crateMaskBitmap.insert( std::make_pair( "N2", 24 ) ) ;
150  crateMaskBitmap.insert( std::make_pair( "N1", 20 ) ) ;
151  crateMaskBitmap.insert( std::make_pair( "N0", 16 ) ) ;
152  crateMaskBitmap.insert( std::make_pair( "P0", 8 ) ) ;
153  crateMaskBitmap.insert( std::make_pair( "P1", 4 ) ) ;
154  crateMaskBitmap.insert( std::make_pair( "P2", 0 ) ) ;
155 
156  std::map< std::string, unsigned int > krateMaskBitmap ;
157  krateMaskBitmap.insert( std::make_pair( "N2", 16 ) ) ;
158  krateMaskBitmap.insert( std::make_pair( "N1", 12 ) ) ;
159  krateMaskBitmap.insert( std::make_pair( "P0", 8 ) ) ;
160  krateMaskBitmap.insert( std::make_pair( "P1", 4 ) ) ;
161  krateMaskBitmap.insert( std::make_pair( "P2", 0 ) ) ;
162 
163  // Loop over sectors 0-11
164  for( int isc = 0 ; isc < 12 ; ++isc )
165  {
166  int crateNumber = crateNumbers[ isc ] ;
167  unsigned long crateMask = crateMaskL[ crateNumber ] ;
168  if ( sectorNames[ isc ] == "R" ) crateMask = crateMaskR[ crateNumber ] ;
169  unsigned long krateMask = krateMaskL[ crateNumber ] ;
170  if ( sectorNames[ isc ] == "R" ) krateMask = krateMaskR[ crateNumber ] ;
171  std::cout << "isc " << isc << " icr " << crateNumber << std::endl ;
172 
173  // Loop over wheels 0-5
174  for( int iwh = 0 ; iwh < 6 ; ++iwh )
175  {
176  std::string sectorWheelName =
177  sectorNames[ isc ] + wheelNames[ iwh ] ;
178 
179  unsigned int maskBit = 30 ;
180  std::map< std::string, unsigned int >::const_iterator itr =
181  crateMaskBitmap.find( wheelNames[ iwh ] ) ;
182  if( itr != crateMaskBitmap.end() ) maskBit = itr->second ;
183 
184  unsigned long phtfEnabled = ( crateMask >> maskBit ) & 0xF ;
185 
186  if ( wheelNames[ iwh ] == "P2" ) phtfEnabled += ( crateMask >> 24 ) & 0x10 ;
187  if ( wheelNames[ iwh ] == "N2" ) phtfEnabled += ( crateMask >> 25 ) & 0x10 ;
188 
189  std::cout << "Bits " << std::dec << maskBit << " (" << sectorWheelName
190  << ") of mask " << std::hex << crateMask << " is "
191  << std::hex << phtfEnabled << std::endl ;
192 
193  int nwh = wheelNumbers[ iwh ] ;
194 
195  unsigned long chmask = phtfEnabled & 0x1;
196  std::cout << " INREC_CHDIS_ST1 " << 1-chmask ;
197  pDTTFMasks->set_inrec_chdis_st1( nwh, isc, 1-chmask ) ;
198  chmask = ( phtfEnabled >> 1 ) & 0x1;
199  std::cout << " INREC_CHDIS_ST2 " << 1-chmask ;
200  pDTTFMasks->set_inrec_chdis_st2( nwh, isc, 1-chmask ) ;
201  chmask = ( phtfEnabled >> 2 ) & 0x1;
202  std::cout << " INREC_CHDIS_ST3 " << 1-chmask ;
203  pDTTFMasks->set_inrec_chdis_st3( nwh, isc, 1-chmask ) ;
204  chmask = ( phtfEnabled >> 3 ) & 0x1;
205  std::cout << " INREC_CHDIS_ST4 " << 1-chmask ;
206  pDTTFMasks->set_inrec_chdis_st4( nwh, isc, 1-chmask ) ;
207  chmask = ( phtfEnabled >> 4 ) & 0x1;
208  std::cout << " INREC_CHDIS_CSC " << 1-chmask << std::endl ;
209  pDTTFMasks->set_inrec_chdis_csc( nwh, isc, 1-chmask ) ;
210 
211  if ( wheelNames[ iwh ] == "N0" ) continue ;
212 
213  maskBit = 20 ;
214  itr = krateMaskBitmap.find( wheelNames[ iwh ] ) ;
215  if( itr != krateMaskBitmap.end() ) maskBit = itr->second ;
216 
217  unsigned long ettfEnabled = ( krateMask >> maskBit ) & 0x7 ;
218 
219  std::cout << "Bits " << std::dec << maskBit << " (" << sectorWheelName
220  << ") of mask " << std::hex << krateMask << " is "
221  << std::hex << ettfEnabled << std::endl ;
222 
223  chmask = ettfEnabled & 0x1;
224  std::cout << " ETSOC_CHDIS_ST1 " << 1-chmask ;
225  pDTTFMasks->set_etsoc_chdis_st1( nwh, isc, 1-chmask ) ;
226  chmask = ( ettfEnabled >> 1 ) & 0x1;
227  std::cout << " ETSOC_CHDIS_ST2 " << 1-chmask ;
228  pDTTFMasks->set_etsoc_chdis_st2( nwh, isc, 1-chmask ) ;
229  chmask = ( ettfEnabled >> 2 ) & 0x1;
230  std::cout << " ETSOC_CHDIS_ST3 " << 1-chmask << std::endl ;
231  pDTTFMasks->set_etsoc_chdis_st3( nwh, isc, 1-chmask ) ;
232  }
233  }
234 
235  return pDTTFMasks ;
236 }
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="")
Definition: OMDSReader.cc:86