#include <iostream>
#include <stdlib.h>
#include <stdint.h>
#include <bitset>
#include <string>
#include "UCTRegion.hh"
#include "UCTGeometry.hh"
#include "UCTLogging.hh"
#include "UCTTower.hh"
Go to the source code of this file.
Functions | |
uint32_t | getHitTowerLocation (uint32_t *et) |
std::ostream & | operator<< (std::ostream &os, const UCTRegion &r) |
bool | vetoBit (bitset< 4 > etaPattern, bitset< 4 > phiPattern) |
Variables | |
const float | activityFraction = 0.125 |
const float | ecalActivityFraction = 0.25 |
const float | miscActivityFraction = 0.25 |
uint32_t getHitTowerLocation | ( | uint32_t * | et | ) |
Definition at line 57 of file UCTRegion.cc.
References funct::abs(), activityFraction, ecalActivityFraction, hgcalDigitizer_cfi::fwVersion, g, mps_fire::i, LOG_ERROR, miscActivityFraction, Vispa.Plugins.EdmBrowser.EdmDataAccessor::ne(), DetIdAssociatorESProducer_cff::nEta, DetIdAssociatorESProducer_cff::nPhi, LaserDQM_cfg::process, lumiQTWidget::t, TriggerAnalyzer::veto, and vetoBit().
std::ostream& operator<< | ( | std::ostream & | os, |
const UCTRegion & | r | ||
) |
bool vetoBit | ( | bitset< 4 > | etaPattern, |
bitset< 4 > | phiPattern | ||
) |
Definition at line 29 of file UCTRegion.cc.
References submit::answer.
Referenced by getHitTowerLocation().
const float activityFraction = 0.125 |
Definition at line 25 of file UCTRegion.cc.
Referenced by getHitTowerLocation().
const float ecalActivityFraction = 0.25 |
Definition at line 26 of file UCTRegion.cc.
Referenced by getHitTowerLocation().
const float miscActivityFraction = 0.25 |
Definition at line 27 of file UCTRegion.cc.
Referenced by getHitTowerLocation().