CMS 3D CMS Logo

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

#include <L1Trigger/L1TCaloLayer1/plugins/L1TCaloLayer1.cc>

Inheritance diagram for L1TCaloLayer1:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 L1TCaloLayer1 (const edm::ParameterSet &)
 
 ~L1TCaloLayer1 ()
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducer ()
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

virtual void beginJob () override
 
virtual void beginRun (edm::Run const &, edm::EventSetup const &) override
 
virtual void endJob () override
 
virtual void produce (edm::Event &, const edm::EventSetup &) override
 

Private Attributes

std::vector< std::vector
< std::vector< uint32_t > > > 
ecalLUT
 
edm::EDGetTokenT
< EcalTrigPrimDigiCollection
ecalTPSource
 
std::string ecalTPSourceLabel
 
std::vector< std::vector
< std::vector< uint32_t > > > 
hcalLUT
 
edm::EDGetTokenT
< HcalTrigPrimDigiCollection
hcalTPSource
 
std::string hcalTPSourceLabel
 
std::vector< std::vector
< uint32_t > > 
hfLUT
 
UCTLayer1 * layer1
 
std::vector< UCTTower * > twrList
 
bool unpackEcalMask
 
bool unpackHcalMask
 
bool useCalib
 
bool useECALLUT
 
bool useHCALLUT
 
bool useHFLUT
 
bool useLSB
 
bool verbose
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Description: [one line class summary]

Implementation: [Notes on implementation]

Definition at line 59 of file L1TCaloLayer1.cc.

Constructor & Destructor Documentation

L1TCaloLayer1::L1TCaloLayer1 ( const edm::ParameterSet iConfig)
explicit

Definition at line 115 of file L1TCaloLayer1.cc.

References a, b, layer1, HLT_25ns10e33_v2_cff::towers, and twrList.

115  :
116  ecalTPSource(consumes<EcalTrigPrimDigiCollection>(iConfig.getParameter<edm::InputTag>("ecalToken"))),
117  ecalTPSourceLabel(iConfig.getParameter<edm::InputTag>("ecalToken").label()),
118  hcalTPSource(consumes<HcalTrigPrimDigiCollection>(iConfig.getParameter<edm::InputTag>("hcalToken"))),
119  hcalTPSourceLabel(iConfig.getParameter<edm::InputTag>("hcalToken").label()),
120  ecalLUT(28, std::vector< std::vector<uint32_t> >(2, std::vector<uint32_t>(256))),
121  hcalLUT(28, std::vector< std::vector<uint32_t> >(2, std::vector<uint32_t>(256))),
122  hfLUT(12, std::vector < uint32_t >(256)),
123  useLSB(iConfig.getParameter<bool>("useLSB")),
124  useCalib(iConfig.getParameter<bool>("useCalib")),
125  useECALLUT(iConfig.getParameter<bool>("useECALLUT")),
126  useHCALLUT(iConfig.getParameter<bool>("useHCALLUT")),
127  useHFLUT(iConfig.getParameter<bool>("useHFLUT")),
128  verbose(iConfig.getParameter<bool>("verbose")),
129  unpackHcalMask(iConfig.getParameter<bool>("unpackHcalMask")),
130  unpackEcalMask(iConfig.getParameter<bool>("unpackEcalMask"))
131 {
132  produces<CaloTowerBxCollection>();
133  produces<L1CaloRegionCollection>();
134  layer1 = new UCTLayer1;
135  vector<UCTCrate*> crates = layer1->getCrates();
136  for(uint32_t crt = 0; crt < crates.size(); crt++) {
137  vector<UCTCard*> cards = crates[crt]->getCards();
138  for(uint32_t crd = 0; crd < cards.size(); crd++) {
139  vector<UCTRegion*> regions = cards[crd]->getRegions();
140  for(uint32_t rgn = 0; rgn < regions.size(); rgn++) {
141  vector<UCTTower*> towers = regions[rgn]->getTowers();
142  for(uint32_t twr = 0; twr < towers.size(); twr++) {
143  twrList.push_back(towers[twr]);
144  }
145  }
146  }
147  }
148 
149  // This sort corresponds to the sort condition on
150  // the output CaloTowerBxCollection
151  std::sort(twrList.begin(), twrList.end(), [](UCTTower* a, UCTTower* b) {
152  return CaloTools::caloTowerHash(a->caloEta(), a->caloPhi()) < CaloTools::caloTowerHash(b->caloEta(), b->caloPhi());
153  });
154 }
T getParameter(std::string const &) const
std::vector< std::vector< std::vector< uint32_t > > > hcalLUT
std::vector< std::vector< uint32_t > > hfLUT
edm::EDGetTokenT< HcalTrigPrimDigiCollection > hcalTPSource
std::vector< UCTTower * > twrList
std::vector< std::vector< std::vector< uint32_t > > > ecalLUT
std::string ecalTPSourceLabel
edm::EDGetTokenT< EcalTrigPrimDigiCollection > ecalTPSource
UCTLayer1 * layer1
double b
Definition: hdecay.h:120
std::string hcalTPSourceLabel
std::string const & label() const
Definition: InputTag.h:36
double a
Definition: hdecay.h:121
L1TCaloLayer1::~L1TCaloLayer1 ( )

Definition at line 156 of file L1TCaloLayer1.cc.

References layer1.

156  {
157  if(layer1 != 0) delete layer1;
158 }
UCTLayer1 * layer1

Member Function Documentation

void L1TCaloLayer1::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 288 of file L1TCaloLayer1.cc.

289 {
290 }
void L1TCaloLayer1::beginRun ( edm::Run const &  iRun,
edm::EventSetup const &  iSetup 
)
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 299 of file L1TCaloLayer1.cc.

References ecalLUT, hcalLUT, hfLUT, L1TCaloLayer1FetchLUTs(), LOG_ERROR, twrList, useCalib, useECALLUT, useHCALLUT, useHFLUT, and useLSB.

300 {
302  LOG_ERROR << "L1TCaloLayer1::beginRun: failed to fetch LUTS - using unity" << std::endl;
303  }
304  for(uint32_t twr = 0; twr < twrList.size(); twr++) {
305  twrList[twr]->setECALLUT(&ecalLUT);
306  twrList[twr]->setHCALLUT(&hcalLUT);
307  twrList[twr]->setHFLUT(&hfLUT);
308  }
309 }
std::vector< std::vector< std::vector< uint32_t > > > hcalLUT
std::vector< std::vector< uint32_t > > hfLUT
std::vector< UCTTower * > twrList
std::vector< std::vector< std::vector< uint32_t > > > ecalLUT
bool L1TCaloLayer1FetchLUTs(const edm::EventSetup &iSetup, std::vector< std::vector< std::vector< uint32_t > > > &eLUT, std::vector< std::vector< std::vector< uint32_t > > > &hLUT, std::vector< std::vector< uint32_t > > &hfLUT, bool useLSB, bool useCalib, bool useECALLUT, bool useHCALLUT, bool useHFLUT)
#define LOG_ERROR
Definition: CSCDQM_Logger.h:41
void L1TCaloLayer1::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDProducer.

Definition at line 294 of file L1TCaloLayer1.cc.

294  {
295 }
void L1TCaloLayer1::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 338 of file L1TCaloLayer1.cc.

References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().

338  {
339  //The following says we do not know what parameters are allowed so do no validation
340  // Please change this to state exactly what you do use, even if it is no parameters
342  desc.setUnknown();
343  descriptions.addDefault(desc);
344 }
void addDefault(ParameterSetDescription const &psetDescription)
void L1TCaloLayer1::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDProducer.

Definition at line 166 of file L1TCaloLayer1.cc.

References funct::abs(), ecalTPSource, g, edm::Event::getByToken(), hcalTPSource, layer1, LOG_ERROR, edm::Event::put(), HLT_25ns10e33_v2_cff::region, l1t::L1Candidate::setHwEta(), l1t::CaloTower::setHwEtEm(), l1t::CaloTower::setHwEtHad(), l1t::CaloTower::setHwEtRatio(), l1t::L1Candidate::setHwPhi(), l1t::L1Candidate::setHwPt(), l1t::L1Candidate::setHwQual(), lumiQTWidget::t, twrList, unpackEcalMask, and unpackHcalMask.

167 {
168  using namespace edm;
169 
171  iEvent.getByToken(ecalTPSource, ecalTPs);
173  iEvent.getByToken(hcalTPSource, hcalTPs);
174 
175  std::auto_ptr<CaloTowerBxCollection> towersColl (new CaloTowerBxCollection);
176  std::auto_ptr<L1CaloRegionCollection> rgnCollection (new L1CaloRegionCollection);
177 
178  uint32_t expectedTotalET = 0;
179  if(!layer1->clearEvent()) {
180  LOG_ERROR << "UCT: Failed to clear event" << std::endl;
181  return;
182  }
183 
184  for ( const auto& ecalTp : *ecalTPs ) {
185  if ( unpackEcalMask && ((ecalTp.sample(0).raw()>>13) & 0x1) ) continue;
186  int caloEta = ecalTp.id().ieta();
187  int caloPhi = ecalTp.id().iphi();
188  int et = ecalTp.compressedEt();
189  bool fgVeto = ecalTp.fineGrain();
190  UCTTowerIndex t = UCTTowerIndex(caloEta, caloPhi);
191  if(!layer1->setECALData(t,fgVeto,et)) {
192  LOG_ERROR << "UCT: Failed loading an ECAL tower" << std::endl;
193  return;
194  }
195  expectedTotalET += et;
196  }
197 
198  for ( const auto& hcalTp : *hcalTPs ) {
199  if ( unpackHcalMask && ((hcalTp.sample(0).raw()>>13) & 0x1) ) continue;
200  int caloEta = hcalTp.id().ieta();
201  uint32_t absCaloEta = abs(caloEta);
202  // Tower 29 is not used by Layer-1
203  if(absCaloEta == 29) {
204  continue;
205  }
206  // Prevent usage of HF TPs with Layer-1 emulator if HCAL TPs are old style
207  else if(hcalTp.id().version() == 0 && absCaloEta > 29) {
208  continue;
209  }
210  else if(absCaloEta <= 41) {
211  int caloPhi = hcalTp.id().iphi();
212  int et = hcalTp.SOI_compressedEt();
213  bool fg = hcalTp.t0().fineGrain(0);
214  bool fg2 = hcalTp.t0().fineGrain(1);
215  if(caloPhi <= 72) {
216  UCTTowerIndex t = UCTTowerIndex(caloEta, caloPhi);
217  uint32_t featureBits = 0;
218  if(fg) featureBits |= 0b01;
219  // fg2 should only be set for HF
220  if(absCaloEta > 29 && fg2) featureBits |= 0b10;
221  if(!layer1->setHCALData(t, featureBits, et)) {
222  LOG_ERROR << "caloEta = " << caloEta << "; caloPhi =" << caloPhi << std::endl;
223  LOG_ERROR << "UCT: Failed loading an HCAL tower" << std::endl;
224  return;
225  }
226  expectedTotalET += et;
227  }
228  else {
229  LOG_ERROR << "Illegal Tower: caloEta = " << caloEta << "; caloPhi =" << caloPhi << "; et = " << et << std::endl;
230  }
231  }
232  else {
233  LOG_ERROR << "Illegal Tower: caloEta = " << caloEta << std::endl;
234  }
235  }
236 
237  //Process
238  if(!layer1->process()) {
239  LOG_ERROR << "UCT: Failed to process layer 1" << std::endl;
240  }
241 
242  int theBX = 0; // Currently we only read and process the "hit" BX only
243 
244  for(uint32_t twr = 0; twr < twrList.size(); twr++) {
245  CaloTower caloTower;
246  caloTower.setHwPt(twrList[twr]->et()); // Bits 0-8 of the 16-bit word per the interface protocol document
247  caloTower.setHwEtRatio(twrList[twr]->er()); // Bits 9-11 of the 16-bit word per the interface protocol document
248  caloTower.setHwQual(twrList[twr]->miscBits()); // Bits 12-15 of the 16-bit word per the interface protocol document
249  caloTower.setHwEta(twrList[twr]->caloEta()); // caloEta = 1-28 and 30-41
250  caloTower.setHwPhi(twrList[twr]->caloPhi()); // caloPhi = 1-72
251  caloTower.setHwEtEm(twrList[twr]->getEcalET()); // This is provided as a courtesy - not available to hardware
252  caloTower.setHwEtHad(twrList[twr]->getHcalET()); // This is provided as a courtesy - not available to hardware
253  towersColl->push_back(theBX, caloTower);
254  }
255 
256  iEvent.put(towersColl);
257 
258  UCTGeometry g;
259  vector<UCTCrate*> crates = layer1->getCrates();
260  for(uint32_t crt = 0; crt < crates.size(); crt++) {
261  vector<UCTCard*> cards = crates[crt]->getCards();
262  for(uint32_t crd = 0; crd < cards.size(); crd++) {
263  vector<UCTRegion*> regions = cards[crd]->getRegions();
264  for(uint32_t rgn = 0; rgn < regions.size(); rgn++) {
265  uint32_t rawData = regions[rgn]->rawData();
266  uint32_t regionData = rawData & 0x0000FFFF;
267  uint32_t crate = regions[rgn]->getCrate();
268  uint32_t card = regions[rgn]->getCard();
269  uint32_t region = regions[rgn]->getRegion();
270  bool negativeEta = regions[rgn]->isNegativeEta();
271  uint32_t rPhi = g.getUCTRegionPhiIndex(crate, card);
272  if(region < NRegionsInCard) { // We only store the Barrel and Endcap - HF has changed in the upgrade
273  uint32_t rEta = 10 - region; // UCT region is 0-6 for B/E but GCT eta goes 0-21, 0-3 -HF, 4-10 -B/E, 11-17 +B/E, 18-21 +HF
274  if(!negativeEta) rEta = 11 + region; // Positive eta portion is offset by 11
275  rgnCollection->push_back(L1CaloRegion((uint16_t) regionData, (unsigned) rEta, (unsigned) rPhi, (int16_t) 0));
276  }
277  }
278  }
279  }
280  iEvent.put(rgnCollection);
281 
282 }
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:462
edm::EDGetTokenT< HcalTrigPrimDigiCollection > hcalTPSource
void setHwQual(int qual)
Definition: L1Candidate.cc:64
void setHwEtHad(int et)
Definition: CaloTower.cc:44
std::vector< UCTTower * > twrList
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:121
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
void setHwEtRatio(int ratio)
Definition: CaloTower.cc:49
edm::EDGetTokenT< EcalTrigPrimDigiCollection > ecalTPSource
UCTLayer1 * layer1
void setHwPhi(int phi)
Definition: L1Candidate.cc:54
void setHwPt(int pt)
Definition: L1Candidate.cc:44
A calorimeter trigger region (sum of 4x4 trigger towers)
Definition: L1CaloRegion.h:22
void setHwEta(int eta)
Definition: L1Candidate.cc:49
std::vector< L1CaloRegion > L1CaloRegionCollection
void setHwEtEm(int et)
Definition: CaloTower.cc:39
#define LOG_ERROR
Definition: CSCDQM_Logger.h:41

Member Data Documentation

std::vector< std::vector< std::vector < uint32_t > > > L1TCaloLayer1::ecalLUT
private

Definition at line 84 of file L1TCaloLayer1.cc.

Referenced by beginRun().

edm::EDGetTokenT<EcalTrigPrimDigiCollection> L1TCaloLayer1::ecalTPSource
private

Definition at line 79 of file L1TCaloLayer1.cc.

Referenced by produce().

std::string L1TCaloLayer1::ecalTPSourceLabel
private

Definition at line 80 of file L1TCaloLayer1.cc.

std::vector< std::vector< std::vector < uint32_t > > > L1TCaloLayer1::hcalLUT
private

Definition at line 85 of file L1TCaloLayer1.cc.

Referenced by beginRun().

edm::EDGetTokenT<HcalTrigPrimDigiCollection> L1TCaloLayer1::hcalTPSource
private

Definition at line 81 of file L1TCaloLayer1.cc.

Referenced by produce().

std::string L1TCaloLayer1::hcalTPSourceLabel
private

Definition at line 82 of file L1TCaloLayer1.cc.

std::vector< std::vector< uint32_t > > L1TCaloLayer1::hfLUT
private

Definition at line 86 of file L1TCaloLayer1.cc.

Referenced by beginRun().

UCTLayer1* L1TCaloLayer1::layer1
private

Definition at line 99 of file L1TCaloLayer1.cc.

Referenced by L1TCaloLayer1(), produce(), and ~L1TCaloLayer1().

std::vector< UCTTower* > L1TCaloLayer1::twrList
private

Definition at line 88 of file L1TCaloLayer1.cc.

Referenced by beginRun(), L1TCaloLayer1(), and produce().

bool L1TCaloLayer1::unpackEcalMask
private

Definition at line 97 of file L1TCaloLayer1.cc.

Referenced by produce().

bool L1TCaloLayer1::unpackHcalMask
private

Definition at line 96 of file L1TCaloLayer1.cc.

Referenced by produce().

bool L1TCaloLayer1::useCalib
private

Definition at line 91 of file L1TCaloLayer1.cc.

Referenced by beginRun().

bool L1TCaloLayer1::useECALLUT
private

Definition at line 92 of file L1TCaloLayer1.cc.

Referenced by beginRun().

bool L1TCaloLayer1::useHCALLUT
private

Definition at line 93 of file L1TCaloLayer1.cc.

Referenced by beginRun().

bool L1TCaloLayer1::useHFLUT
private

Definition at line 94 of file L1TCaloLayer1.cc.

Referenced by beginRun().

bool L1TCaloLayer1::useLSB
private

Definition at line 90 of file L1TCaloLayer1.cc.

Referenced by beginRun().

bool L1TCaloLayer1::verbose
private