22 nominal_gain_(0.), lsb_factor_(0.), rct_factor_(1.), nct_factor_(1.),
23 lin8_factor_(1.), lin11_factor_(1.),
24 compressionFile_(compressionFile),
25 decompressionFile_(decompressionFile)
35 throw cms::Exception(
"CaloTPGTranscoderULUT") <<
"Topology not set! Use CaloTPGTranscoderULUT::setup(...) first!";
38 std::array<unsigned int, OUTPUT_LUT_SIZE> analyticalLUT;
39 std::array<unsigned int, OUTPUT_LUT_SIZE> linearQIE8LUT;
40 std::array<unsigned int, OUTPUT_LUT_SIZE> linearQIE11LUT;
41 std::array<unsigned int, OUTPUT_LUT_SIZE> linearRctLUT;
42 std::array<unsigned int, OUTPUT_LUT_SIZE> linearNctLUT;
46 analyticalLUT[
i] =
min(static_cast<unsigned int>(
sqrt(14.94 *
log(1. +
i / 14.94) *
i) + 0.5),
TPGMAX - 1);
55 for(std::vector<DetId>::iterator
i=allChannels.begin();
i!=allChannels.end(); ++
i){
84 for (
unsigned int i = threshold;
i < lutsize; ++
i)
91 for (
unsigned int i = threshold;
i < lutsize; ++
i)
92 outputLUT_[index][
i] = version == 0 ? linearRctLUT[
i] : linearNctLUT[
i];
95 double eta_low = 0., eta_high = 0.;
96 theTrigTowerGeometry.
towerEtaBounds(ieta,version,eta_low,eta_high);
97 double cosh_ieta = fabs(cosh((eta_low + eta_high)/2.));
104 for (
unsigned int i = 0;
i < lutsize; ++
i){
114 for (
unsigned int i = 0;
i < lutsize; ++
i){
116 unsigned int mid = (low +
i)/2;
128 for (
unsigned int i = 0;
i < lutsize; ++
i){
144 <<
"LUT has " <<
getOutputLUTSize(
id) <<
" entries for " <<
id <<
" but " << sample <<
" was requested.";
147 throw cms::Exception(
"Out of Range") <<
"No decompression LUT found for " <<
id;
156 edm::LogError(
"CaloTPGTranscoderULUT") <<
"No decompression LUT found for ieta, iphi = " << ieta <<
", " << iphi;
157 }
else if (compET < 0 || compET >= (
int)
TPGMAX) {
158 edm::LogError(
"CaloTPGTranscoderULUT") <<
"Compressed value out of range: eta, phi, cET = " << ieta <<
", " << iphi <<
", " << compET;
173 throw cms::Exception(
"Not Implemented") <<
"CaloTPGTranscoderULUT::ecalCompress";
178 unsigned int&
et,
bool& egVecto,
bool& activity)
const {
179 throw cms::Exception(
"Not Implemented") <<
"CaloTPGTranscoderULUT::rctEGammaUncompress";
183 unsigned int&
et)
const {
184 throw cms::Exception(
"Not Implemented") <<
"CaloTPGTranscoderULUT::rctJetUncompress";
189 id.setVersion(version);
191 throw cms::Exception(
"CaloTPGTranscoderULUT") <<
"Topology not set! Use CaloTPGTranscoderULUT::setup(...) first!";
198 throw cms::Exception(
"CaloTPGTranscoderULUT") <<
"Topology not set! Use CaloTPGTranscoderULUT::setup(...) first!";
205 throw cms::Exception(
"CaloTPGTranscoderULUT") <<
"Topology not set! Use CaloTPGTranscoderULUT::setup(...) first!";
208 id.setVersion(version);
217 <<
"Topology not set! Use CaloTPGTranscoderULUT::setup(...) first!";
250 <<
"Unknown trigger mode used by the topology!";
259 <<
"Topology not set! Use CaloTPGTranscoderULUT::setup(...) first!";
275 <<
"Unknown trigger mode used by the topology!";
283 std::vector<unsigned int>
result(
lut.begin(),
lut.end());
310 for (
const auto& tower: theTrigTowerGeometry.
towerIds(cell))
318 throw cms::Exception(
"Not Implemented") <<
"setup of CaloTPGTranscoderULUT from text files";
const HcalDDDRecConstants * dddConstants() const
std::vector< RCTdecompression > hcaluncomp_
bool isHcalZDCDetId() const
std::vector< HcalTrigTowerDetId > towerIds(const HcalDetId &cellId) const
the mapping to and from DetIds
std::vector< std::vector< LUT > > outputLUT_
std::set< HcalDetId > plan1_towers_
static const unsigned int QIE8_OUTPUT_LUT_SIZE
bool valid(const DetId &id) const override
virtual bool HTvalid(const int ieta, const int iphi, const int version) const
unsigned int detId2denseIdHT(const DetId &id) const
return a linear packed id from HT
virtual void setup(HcalLutMetadata const &, HcalTrigTowerGeometry const &, int nctScaleShift, int rctScaleShift, double lsbQIE8, double lsbQIE11, bool allLinear)
unsigned int getOutputLUTSize(const HcalTrigTowerDetId &id) const
virtual const std::vector< unsigned int > getCompressionLUT(const HcalTrigTowerDetId &id) const
void towerEtaBounds(int ieta, int version, double &eta1, double &eta2) const
where this tower begins and ends in eta
CaloTPGTranscoderULUT(const std::string &compressionFile="", const std::string &decompressionFile="")
const Item * getValues(DetId fId, bool throwOnFail=true) const
HcalTopologyMode::TriggerMode triggerMode() const
const std::string decompressionFile_
bool isOnlyQIE11(const HcalTrigTowerDetId &id) const
HcalTriggerPrimitiveSample hcalCompress(const HcalTrigTowerDetId &id, unsigned int sample, int fineGrain) const override
Compression from linear samples+fine grain in the HTR.
void rctJetUncompress(const HcalTrigTowerDetId &hid, const HcalTriggerPrimitiveSample &hc, const EcalTrigTowerDetId &eid, const EcalTriggerPrimitiveSample &ec, unsigned int &et) const override
Uncompression for the JET path in the RCT.
bool isHcalTrigTowerDetId() const
const HcalTopology * theTopology
std::vector< DetId > getAllChannels() const
static const unsigned int QIE10_OUTPUT_LUT_SIZE
virtual int getOutputLUTId(const HcalTrigTowerDetId &id) const
unsigned int getHTSize() const
Abs< T >::type abs(const T &t)
static const unsigned int OUTPUT_LUT_SIZE
void loadHCALCompress(HcalLutMetadata const &, HcalTrigTowerGeometry const &)
EcalTriggerPrimitiveSample ecalCompress(const EcalTrigTowerDetId &id, unsigned int sample, bool fineGrain) const override
Compression from linear samples+fine grain in the ECAL.
static const unsigned int QIE11_OUTPUT_LUT_SIZE
et
define resolution functions of each parameter
double hcaletValue(const int &ieta, const int &iphi, const int &version, const int &compressedValue) const override
const std::string compressionFile_
static const unsigned int TPGMAX
void rctEGammaUncompress(const HcalTrigTowerDetId &hid, const HcalTriggerPrimitiveSample &hc, const EcalTrigTowerDetId &eid, const EcalTriggerPrimitiveSample &ec, unsigned int &et, bool &egVecto, bool &activity) const override
Uncompression for the Electron/Photon path in the RCT.
int compressedEt() const
get the encoded/compressed Et
bool isPlan1(const HcalDetId &id) const
bool isHcalCastorDetId() const
~CaloTPGTranscoderULUT() override
const HcalTopology * topo() const
bool validHT(const HcalTrigTowerDetId &id) const
int firstHFTower(int version) const