delete x; More...
Namespaces | |
emtf | |
stage1 | |
stage2 | |
Enumerations | |
enum | block_t { MP7 = 0, CTP7, MTF7 } |
enum | cancel_t { bmtf_bmtf, omtf_bmtf_pos, omtf_emtf_pos, omtf_omtf_pos, emtf_emtf_pos, omtf_bmtf_neg, omtf_emtf_neg, omtf_omtf_neg, emtf_emtf_neg } |
enum | cancelmode { tracks, coordinate } |
enum | GlobalObject { gtMu, gtEG, gtJet, gtTau, gtETM, gtETT, gtHTT, gtHTM, gtETM2, gtMinBias, gtExternal, ObjNull } |
enum | GtConditionCategory { CondNull, CondMuon, CondCalo, CondEnergySum, CondCorrelation, CondExternal } |
condition categories More... | |
enum | GtConditionType { TypeNull, Type1s, Type2s, Type2wsc, Type2cor, Type3s, Type4s, TypeETM, TypeETT, TypeHTT, TypeHTM, TypeETM2, TypeMinBias, TypeExternal } |
enum | L1GtBoardType { MP7 = 0, BoardNull } |
board types in GT More... | |
enum | tftype { bmtf, omtf_neg, omtf_pos, emtf_neg, emtf_pos } |
Functions | |
void | calibrateAndRankJets (CaloParamsHelper *params, const std::vector< l1t::Jet > *input, std::vector< l1t::Jet > *output) |
void | calibrateAndRankTaus (CaloParamsHelper *params, const std::vector< l1t::Tau > *input, std::vector< l1t::Tau > *output) |
int | deltaGctPhi (const CaloRegion ®ion, const CaloRegion &neighbor) |
void | EGammaToGtScales (CaloParamsHelper *params, const std::vector< l1t::EGamma > *input, std::vector< l1t::EGamma > *output) |
void | EtSumToGtScales (CaloParamsHelper *params, const std::vector< l1t::EtSum > *input, std::vector< l1t::EtSum > *output) |
void | getBXRange (int nbx, int &first, int &last) |
const unsigned int | gtEta (const unsigned int iEta) |
void | HICaloRingSubtraction (const std::vector< l1t::CaloRegion > ®ions, std::vector< l1t::CaloRegion > *subRegions, CaloParamsHelper *params) |
------------— For heavy ion ----------------------------------— More... | |
void | JetCalibration (std::vector< l1t::Jet > *uncalibjets, std::vector< double > jetCalibrationParams, std::vector< l1t::Jet > *jets, std::string jetCalibrationType, double jetLSB) |
void | JetToGtEtaScales (CaloParamsHelper *params, const std::vector< l1t::Jet > *input, std::vector< l1t::Jet > *output) |
void | JetToGtPtScales (CaloParamsHelper *params, const std::vector< l1t::Jet > *input, std::vector< l1t::Jet > *output) |
std::string | l1GtBoardTypeEnumToString (const L1GtBoardType &) |
L1GtBoardType | l1GtBoardTypeStringToEnum (const std::string &) |
std::string | l1GtConditionCategoryEnumToString (const GtConditionCategory &) |
GtConditionCategory | l1GtConditionCategoryStringToEnum (const std::string &) |
std::string | l1GtConditionTypeEnumToString (const GtConditionType &) |
GtConditionType | l1GtConditionTypeStringToEnum (const std::string &) |
std::string | l1TGtObjectEnumToString (const GlobalObject &) |
l1t::GlobalObject | l1TGtObjectStringToEnum (const std::string &) |
std::ostream & | operator<< (std::ostream &os, const l1t::CaloParamsHelper &p) |
bool | operator> (l1t::Tau &a, l1t::Tau &b) |
bool | operator> (l1t::EGamma &a, l1t::EGamma &b) |
bool | operator> (l1t::Jet &a, l1t::Jet &b) |
unsigned int | pack15bits (int pt, int eta, int phi) |
unsigned int | pack16bits (int pt, int eta, int phi) |
unsigned int | pack16bitsEgammaSpecial (int pt, int eta, int phi) |
void | passThroughJets (const std::vector< l1t::CaloRegion > *regions, std::vector< l1t::Jet > *uncalibjets) |
void | RegionCorrection (const std::vector< l1t::CaloRegion > ®ions, std::vector< l1t::CaloRegion > *subRegions, CaloParamsHelper *params) |
------— New region correction (PUsub, no response correction at the moment) --------— More... | |
void | simpleHWSubtraction (const std::vector< l1t::CaloRegion > ®ions, std::vector< l1t::CaloRegion > *subRegions) |
void | slidingWindowJetFinder (const int, const std::vector< l1t::CaloRegion > *regions, std::vector< l1t::Jet > *uncalibjets) |
void | SortEGammas (std::vector< l1t::EGamma > *input, std::vector< l1t::EGamma > *output) |
void | SortJets (std::vector< l1t::Jet > *input, std::vector< l1t::Jet > *output) |
void | SortTaus (std::vector< l1t::Tau > *input, std::vector< l1t::Tau > *output) |
void | TauToGtEtaScales (CaloParamsHelper *params, const std::vector< l1t::Tau > *input, std::vector< l1t::Tau > *output) |
void | TauToGtPtScales (CaloParamsHelper *params, const std::vector< l1t::Tau > *input, std::vector< l1t::Tau > *output) |
void | TwelveByTwelveFinder (const int, const std::vector< l1t::CaloRegion > *regions, std::vector< l1t::Jet > *uncalibjets) |
void | TwoByTwoFinder (const int, const int, const std::vector< l1t::CaloRegion > *regions, std::vector< l1t::Jet > *uncalibjets) |
delete x;
map containing the conditions
Description: Simple Navigator class for the CaloTowers
Description: Firmware headers
Implementation: Collects concrete algorithm implmentations.
Description: Firmware headers
Implementation: Collects concrete algorithm implmentations.
Description: Firmware headers
Implementation: Concrete firmware implementations
Description: Firmware headers
Implementation: Concrete firmware implementations
Description: enums for the L1 GT.
Implementation: Defines various enums for CondFormats L1 GT. For each enum, define the lightweight "maps" for enum string label and enum value
$Date$ $Revision$
typedef std::map<std::string, GlobalAlgorithm> l1t::AlgorithmMap |
map containing the algorithms
Definition at line 32 of file TriggerMenuFwd.h.
typedef std::vector<Block> l1t::Blocks |
Definition at line 85 of file CaloCluster.h.
Definition at line 26 of file CaloEmCand.h.
Definition at line 47 of file CaloRegion.h.
typedef BXVector<CaloSpare> l1t::CaloSpareBxCollection |
Definition at line 10 of file CaloSpare.h.
Definition at line 27 of file CaloStage1Cluster.h.
typedef BXVector<CaloTower> l1t::CaloTowerBxCollection |
Definition at line 10 of file CaloTower.h.
typedef AlgorithmMap::const_iterator l1t::CItAlgo |
iterators through map containing the algorithms
Definition at line 39 of file TriggerMenuFwd.h.
typedef ConditionMap::const_iterator l1t::CItCond |
iterators through map containing the conditions
Definition at line 35 of file TriggerMenuFwd.h.
typedef std::map<std::string, GlobalCondition*> l1t::ConditionMap |
Definition at line 29 of file TriggerMenuFwd.h.
typedef BXVector<EGamma> l1t::EGammaBxCollection |
typedef edm::Ref< EGammaBxCollection > l1t::EGammaRef |
typedef edm::RefVector< EGammaBxCollection > l1t::EGammaRefVector |
typedef std::vector< EGammaRef > l1t::EGammaVectorRef |
typedef std::vector<EMTFOutput> l1t::EMTFOutputCollection |
Definition at line 104 of file EMTFOutput.h.
typedef BXVector<EtSum> l1t::EtSumBxCollection |
typedef edm::Ref< EtSumBxCollection > l1t::EtSumRef |
typedef edm::RefVector< EtSumBxCollection > l1t::EtSumRefVector |
typedef std::vector< EtSumRef > l1t::EtSumVectorRef |
typedef std::vector<GMTInternalMuon> l1t::GMTInternalMuonCollection |
Definition at line 7 of file GMTInternalMuonFwd.h.
typedef std::list<std::shared_ptr<GMTInternalMuon> > l1t::GMTInternalMuonList |
Definition at line 10 of file GMTInternalMuonFwd.h.
typedef std::map<int, std::vector<std::shared_ptr<GMTInternalMuon> > > l1t::GMTInternalWedges |
Definition at line 9 of file GMTInternalMuonFwd.h.
typedef AlgorithmMap::iterator l1t::ItAlgo |
Definition at line 40 of file TriggerMenuFwd.h.
typedef ConditionMap::iterator l1t::ItCond |
Definition at line 36 of file TriggerMenuFwd.h.
typedef BXVector<Jet> l1t::JetBxCollection |
typedef edm::Ref< JetBxCollection > l1t::JetRef |
typedef edm::RefVector< JetBxCollection > l1t::JetRefVector |
typedef std::vector< JetRef > l1t::JetVectorRef |
Definition at line 9 of file L1Candidate.h.
typedef edm::Ref< L1CandidateBxCollection > l1t::L1CandidateRef |
Definition at line 11 of file L1Candidate.h.
Definition at line 12 of file L1Candidate.h.
typedef std::vector< L1CandidateRef > l1t::L1CandidateVectorRef |
Definition at line 13 of file L1Candidate.h.
Definition at line 7 of file L1DataEmulResult.h.
typedef BXVector<Muon> l1t::MuonBxCollection |
Definition at line 7 of file MuonCaloSumFwd.h.
typedef edm::Ref< MuonBxCollection > l1t::MuonRef |
typedef edm::RefVector< MuonBxCollection > l1t::MuonRefVector |
typedef std::vector< MuonRef > l1t::MuonVectorRef |
typedef std::map<std::pair<int, int>, Packers> l1t::PackerMap |
Definition at line 25 of file PackingSetup.h.
typedef std::vector<std::shared_ptr<Packer> > l1t::Packers |
Definition at line 48 of file PackingSetup.h.
typedef PackingSetup*( l1t::prov_fct)() |
Definition at line 47 of file PackingSetup.h.
Definition at line 10 of file RegionalMuonCandFwd.h.
typedef BXVector<Tau> l1t::TauBxCollection |
typedef edm::Ref< TauBxCollection > l1t::TauRef |
typedef edm::RefVector< TauBxCollection > l1t::TauRefVector |
typedef std::vector< TauRef > l1t::TauVectorRef |
typedef Unpacker*( l1t::unpack_fct)() |
Definition at line 18 of file Unpacker.h.
Definition at line 19 of file Unpacker.h.
typedef std::map<int, std::shared_ptr<Unpacker> > l1t::UnpackerMap |
Definition at line 27 of file PackingSetup.h.
typedef edmplugin::PluginFactory<l1t::WriterProxy * ()> l1t::WriterFactory |
Definition at line 86 of file WriterProxy.h.
enum l1t::block_t |
Enumerator | |
---|---|
MP7 | |
CTP7 | |
MTF7 |
enum l1t::cancel_t |
Enumerator | |
---|---|
bmtf_bmtf | |
omtf_bmtf_pos | |
omtf_emtf_pos | |
omtf_omtf_pos | |
emtf_emtf_pos | |
omtf_bmtf_neg | |
omtf_emtf_neg | |
omtf_omtf_neg | |
emtf_emtf_neg |
Definition at line 12 of file MicroGMTMatchQualLUT.h.
enum l1t::cancelmode |
Enumerator | |
---|---|
tracks | |
coordinate |
Definition at line 11 of file MicroGMTCancelOutUnit.h.
enum l1t::GlobalObject |
L1 GT objects ObjNull catch all errors
Enumerator | |
---|---|
gtMu | |
gtEG | |
gtJet | |
gtTau | |
gtETM | |
gtETT | |
gtHTT | |
gtHTM | |
gtETM2 | |
gtMinBias | |
gtExternal | |
ObjNull |
Definition at line 16 of file GlobalObject.h.
condition categories
Enumerator | |
---|---|
CondNull | |
CondMuon | |
CondCalo | |
CondEnergySum | |
CondCorrelation | |
CondExternal |
Definition at line 78 of file GlobalDefinitions.h.
enum l1t::GtConditionType |
condition types TypeNull: null type - for condition constructor only Type1s : one particle Type2s : two particles, same type, no spatial correlations among them Type2wsc : two particles, same type, with spatial correlations among them Type2cor : two particles, different type, with spatial correlations among them Type3s : three particles, same type Type4s : four particles, same type TypeETM, TypeETT, TypeHTT, TypeHTM : ETM, ETT, HTT, HTM TypeExternal: external conditions (logical result only; definition in L1 GT external systems)
Enumerator | |
---|---|
TypeNull | |
Type1s | |
Type2s | |
Type2wsc | |
Type2cor | |
Type3s | |
Type4s | |
TypeETM | |
TypeETT | |
TypeHTT | |
TypeHTM | |
TypeETM2 | |
TypeMinBias | |
TypeExternal |
Definition at line 52 of file GlobalDefinitions.h.
enum l1t::L1GtBoardType |
board types in GT
Enumerator | |
---|---|
MP7 | |
BoardNull |
Definition at line 28 of file GlobalDefinitions.h.
enum l1t::tftype |
Enumerator | |
---|---|
bmtf | |
omtf_neg | |
omtf_pos | |
emtf_neg | |
emtf_pos |
Definition at line 7 of file RegionalMuonCandFwd.h.
void l1t::calibrateAndRankJets | ( | CaloParamsHelper * | params, |
const std::vector< l1t::Jet > * | input, | ||
std::vector< l1t::Jet > * | output | ||
) |
Definition at line 12 of file legacyGtHelper.cc.
References l1t::LUT::data(), eta, l1t::CaloParamsHelper::jetCalibrationLUT(), hltrates_dqm_sourceclient-live_cfg::offset, and EnergyCorrector::pt.
Referenced by l1t::Stage1Layer2JetAlgorithmImpSimpleHW::processEvent().
void l1t::calibrateAndRankTaus | ( | CaloParamsHelper * | params, |
const std::vector< l1t::Tau > * | input, | ||
std::vector< l1t::Tau > * | output | ||
) |
Definition at line 36 of file legacyGtHelper.cc.
References l1t::LUT::data(), eta, EnergyCorrector::pt, and l1t::CaloParamsHelper::tauCalibrationLUT().
Referenced by l1t::Stage1Layer2TauAlgorithmImpHW::processEvent().
int l1t::deltaGctPhi | ( | const CaloRegion & | region, |
const CaloRegion & | neighbor | ||
) |
Definition at line 18 of file JetFinderMethods.cc.
References funct::abs(), mps_update::diff, l1t::L1Candidate::hwPhi(), and L1CaloRegionDetId::N_PHI.
Referenced by slidingWindowJetFinder(), TwelveByTwelveFinder(), and TwoByTwoFinder().
void l1t::EGammaToGtScales | ( | CaloParamsHelper * | params, |
const std::vector< l1t::EGamma > * | input, | ||
std::vector< l1t::EGamma > * | output | ||
) |
Definition at line 99 of file legacyGtHelper.cc.
References gtEta().
Referenced by l1t::Stage1Layer2EGammaAlgorithmImpPP::processEvent(), l1t::Stage1Layer2EGammaAlgorithmImpHI::processEvent(), and l1t::Stage1Layer2EGammaAlgorithmImpHW::processEvent().
void l1t::EtSumToGtScales | ( | CaloParamsHelper * | params, |
const std::vector< l1t::EtSum > * | input, | ||
std::vector< l1t::EtSum > * | output | ||
) |
Definition at line 165 of file legacyGtHelper.cc.
References L1Analysis::kMissingHt.
Referenced by l1t::Stage1Layer2EtSumAlgorithmImpPP::processEvent(), l1t::Stage1Layer2EtSumAlgorithmImpHW::processEvent(), and l1t::Stage1Layer2EtSumAlgorithmImpHI::processEvent().
void l1t::getBXRange | ( | int | nbx, |
int & | first, | ||
int & | last | ||
) |
Definition at line 14 of file Unpacker.cc.
References min().
Referenced by process(), l1t::stage1::CaloSpareHFUnpacker::unpack(), l1t::stage1::EtSumUnpacker::unpack(), l1t::stage2::BMTFUnpackerInputs::unpack(), l1t::stage2::BMTFUnpackerOutput::unpack(), l1t::stage1::MissEtUnpacker::unpack(), l1t::stage1::MissHtUnpacker::unpack(), l1t::stage1::legacy::HFRingUnpacker::unpack(), l1t::stage2::RegionalMuonGMTUnpacker::unpack(), l1t::stage1::legacy::EtSumUnpacker::unpack(), l1t::stage2::MuonUnpacker::unpack(), l1t::stage1::unpack_em(), and l1t::stage1::unpack_region().
const unsigned int l1t::gtEta | ( | const unsigned int | iEta | ) |
Definition at line 194 of file legacyGtHelper.cc.
Referenced by EGammaToGtScales(), getRegionEta(), JetToGtEtaScales(), l1t::Stage2Layer2DemuxJetAlgoFirmwareImp1::processEvent(), and TauToGtEtaScales().
void l1t::HICaloRingSubtraction | ( | const std::vector< l1t::CaloRegion > & | regions, |
std::vector< l1t::CaloRegion > * | subRegions, | ||
CaloParamsHelper * | params | ||
) |
------------— For heavy ion ----------------------------------—
Definition at line 19 of file PUSubtractionMethods.cc.
References i, bookConverter::max, L1CaloRegionDetId::N_ETA, and HLT_FULL_cff::region.
Referenced by l1t::Stage1Layer2SingleTrackHI::processEvent(), l1t::Stage1Layer2JetAlgorithmImpHI::processEvent(), and RegionCorrection().
void l1t::JetCalibration | ( | std::vector< l1t::Jet > * | uncalibjets, |
std::vector< double > | jetCalibrationParams, | ||
std::vector< l1t::Jet > * | jets, | ||
std::string | jetCalibrationType, | ||
double | jetLSB | ||
) |
Definition at line 12 of file JetCalibrationMethods.cc.
References alpha, reco::btau::jetEta, reco::btau::jetPhi, and reco::btau::jetPt.
Referenced by l1t::Stage1Layer2EtSumAlgorithmImpPP::processEvent(), and l1t::Stage1Layer2JetAlgorithmImpPP::processEvent().
void l1t::JetToGtEtaScales | ( | CaloParamsHelper * | params, |
const std::vector< l1t::Jet > * | input, | ||
std::vector< l1t::Jet > * | output | ||
) |
Definition at line 57 of file legacyGtHelper.cc.
References gtEta(), and gtJet.
Referenced by l1t::Stage1Layer2JetAlgorithmImpHI::processEvent(), l1t::Stage1Layer2JetAlgorithmImpPP::processEvent(), and l1t::Stage1Layer2JetAlgorithmImpSimpleHW::processEvent().
void l1t::JetToGtPtScales | ( | CaloParamsHelper * | params, |
const std::vector< l1t::Jet > * | input, | ||
std::vector< l1t::Jet > * | output | ||
) |
Definition at line 81 of file legacyGtHelper.cc.
References gtJet, l1t::CaloParamsHelper::jetScale(), L1CaloEtScale::linScaleMax(), and L1CaloEtScale::rank().
Referenced by l1t::Stage1Layer2JetAlgorithmImpHI::processEvent(), and l1t::Stage1Layer2JetAlgorithmImpPP::processEvent().
std::string l1t::l1GtBoardTypeEnumToString | ( | const L1GtBoardType & | boardType | ) |
Definition at line 102 of file GlobalDefinitions.cc.
References BoardNull, and mps_fire::result.
l1t::L1GtBoardType l1t::l1GtBoardTypeStringToEnum | ( | const std::string & | label | ) |
Definition at line 86 of file GlobalDefinitions.cc.
References BoardNull, BoardNull, and relativeConstraints::value.
std::string l1t::l1GtConditionCategoryEnumToString | ( | const GtConditionCategory & | conditionCategory | ) |
Definition at line 174 of file GlobalDefinitions.cc.
References CondNull, and mps_fire::result.
l1t::GtConditionCategory l1t::l1GtConditionCategoryStringToEnum | ( | const std::string & | label | ) |
Definition at line 155 of file GlobalDefinitions.cc.
References CondNull, CondNull, and relativeConstraints::value.
std::string l1t::l1GtConditionTypeEnumToString | ( | const GtConditionType & | conditionType | ) |
Definition at line 141 of file GlobalDefinitions.cc.
References mps_fire::result, and TypeNull.
l1t::GtConditionType l1t::l1GtConditionTypeStringToEnum | ( | const std::string & | label | ) |
Definition at line 121 of file GlobalDefinitions.cc.
References TypeNull, TypeNull, and relativeConstraints::value.
std::string l1t::l1TGtObjectEnumToString | ( | const GlobalObject & | gtObject | ) |
Definition at line 73 of file GlobalObject.cc.
References gtEG, gtETM, gtETM2, gtETT, gtExternal, gtHTM, gtHTT, gtJet, gtMinBias, gtMu, gtTau, ObjNull, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by l1t::CorrCondition::evaluateCondition().
l1t::GlobalObject l1t::l1TGtObjectStringToEnum | ( | const std::string & | ) |
Definition at line 27 of file GlobalObject.cc.
References newFWLiteAna::found, gtEG, gtETM, gtETM2, gtETT, gtExternal, gtHTM, gtHTT, gtJet, gtMinBias, gtMu, gtTau, i, l1t::L1TGtObjectStringToEnum::label, ObjNull, l1t::L1TGtObjectStringToEnum::value, and relativeConstraints::value.
std::ostream & l1t::operator<< | ( | std::ostream & | os, |
const l1t::CaloParamsHelper & | p | ||
) |
Definition at line 17 of file CaloParamsHelper.cc.
Definition at line 15 of file Stage2Layer2TauAlgorithmFirmwareImp1.cc.
References funct::abs(), l1t::L1Candidate::hwEta(), l1t::L1Candidate::hwPhi(), and reco::LeafCandidate::pt().
bool l1t::operator> | ( | l1t::EGamma & | a, |
l1t::EGamma & | b | ||
) |
Definition at line 18 of file Stage2Layer2EGammaAlgorithmFirmwareImp1.cc.
References funct::abs(), l1t::L1Candidate::hwEta(), l1t::L1Candidate::hwPhi(), and reco::LeafCandidate::pt().
Definition at line 20 of file Stage2Layer2JetAlgorithmFirmwareImp1.cc.
References l1t::L1Candidate::hwPt().
unsigned int l1t::pack15bits | ( | int | pt, |
int | eta, | ||
int | phi | ||
) |
Definition at line 19 of file HardwareSortingMethods.cc.
unsigned int l1t::pack16bits | ( | int | pt, |
int | eta, | ||
int | phi | ||
) |
Definition at line 24 of file HardwareSortingMethods.cc.
unsigned int l1t::pack16bitsEgammaSpecial | ( | int | pt, |
int | eta, | ||
int | phi | ||
) |
Definition at line 29 of file HardwareSortingMethods.cc.
void l1t::passThroughJets | ( | const std::vector< l1t::CaloRegion > * | regions, |
std::vector< l1t::Jet > * | uncalibjets | ||
) |
Definition at line 30 of file JetFinderMethods.cc.
References reco::btau::jetEta, reco::btau::jetPhi, and HLT_FULL_cff::region.
void l1t::RegionCorrection | ( | const std::vector< l1t::CaloRegion > & | regions, |
std::vector< l1t::CaloRegion > * | subRegions, | ||
CaloParamsHelper * | params | ||
) |
------— New region correction (PUsub, no response correction at the moment) --------—
Definition at line 77 of file PUSubtractionMethods.cc.
References HICaloRingSubtraction(), bookConverter::max, l1t::CaloParamsHelper::regionPUSType(), l1t::CaloParamsHelper::regionPUSValue(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by l1t::Stage1Layer2EGammaAlgorithmImpPP::processEvent(), l1t::Stage1Layer2TauAlgorithmImpPP::processEvent(), l1t::Stage1Layer2EtSumAlgorithmImpPP::processEvent(), l1t::Stage1Layer2JetAlgorithmImpPP::processEvent(), l1t::Stage1Layer2EtSumAlgorithmImpHW::processEvent(), l1t::Stage1Layer2JetAlgorithmImpSimpleHW::processEvent(), l1t::Stage1Layer2TauAlgorithmImpHW::processEvent(), and l1t::Stage1Layer2EGammaAlgorithmImpHW::processEvent().
void l1t::simpleHWSubtraction | ( | const std::vector< l1t::CaloRegion > & | regions, |
std::vector< l1t::CaloRegion > * | subRegions | ||
) |
Definition at line 54 of file PUSubtractionMethods.cc.
References HLT_FULL_cff::region.
void l1t::slidingWindowJetFinder | ( | const int | jetSeedThreshold, |
const std::vector< l1t::CaloRegion > * | regions, | ||
std::vector< l1t::Jet > * | uncalibjets | ||
) |
Definition at line 47 of file JetFinderMethods.cc.
References assert(), gather_cfg::cout, deltaGctPhi(), reco::btau::jetEta, reco::btau::jetPhi, and HLT_FULL_cff::region.
Referenced by l1t::Stage1Layer2EtSumAlgorithmImpPP::processEvent(), l1t::Stage1Layer2JetAlgorithmImpPP::processEvent(), and l1t::Stage1Layer2JetAlgorithmImpSimpleHW::processEvent().
void l1t::SortEGammas | ( | std::vector< l1t::EGamma > * | input, |
std::vector< l1t::EGamma > * | output | ||
) |
Definition at line 392 of file HardwareSortingMethods.cc.
References gt_to_fw_phi_map, i, cmsHarvester::index, relval_2017::k, reco::HaloData::minus, presort_egamma(), alignCSCRings::r, l1t::L1Candidate::setHwEta(), l1t::L1Candidate::setHwIso(), l1t::L1Candidate::setHwPhi(), l1t::L1Candidate::setHwPt(), l1t::L1Candidate::setHwQual(), sort_by_row_in_groups(), and super_sort_matrix_rows().
Referenced by l1t::Stage1Layer2EGammaAlgorithmImpPP::processEvent(), l1t::Stage1Layer2EGammaAlgorithmImpHI::processEvent(), and l1t::Stage1Layer2EGammaAlgorithmImpHW::processEvent().
Definition at line 258 of file HardwareSortingMethods.cc.
References fw_to_gt_phi_map, gt_to_fw_phi_map, l1t::L1Candidate::hwQual(), i, j, presort(), l1t::L1Candidate::setHwQual(), sort_by_row_in_groups(), and super_sort_matrix_rows().
Referenced by l1t::Stage1Layer2JetAlgorithmImpHI::processEvent(), l1t::Stage1Layer2EtSumAlgorithmImpPP::processEvent(), l1t::Stage1Layer2JetAlgorithmImpPP::processEvent(), and l1t::Stage1Layer2JetAlgorithmImpSimpleHW::processEvent().
Definition at line 519 of file HardwareSortingMethods.cc.
References fw_to_gt_phi_map, gt_to_fw_phi_map, i, j, presort(), sort_by_row_in_groups(), and super_sort_matrix_rows().
Referenced by l1t::Stage1Layer2SingleTrackHI::processEvent(), l1t::Stage1Layer2TauAlgorithmImpPP::processEvent(), and l1t::Stage1Layer2TauAlgorithmImpHW::processEvent().
void l1t::TauToGtEtaScales | ( | CaloParamsHelper * | params, |
const std::vector< l1t::Tau > * | input, | ||
std::vector< l1t::Tau > * | output | ||
) |
Definition at line 124 of file legacyGtHelper.cc.
References gtEta(), and gtTau.
Referenced by l1t::Stage1Layer2SingleTrackHI::processEvent(), l1t::Stage1Layer2TauAlgorithmImpPP::processEvent(), and l1t::Stage1Layer2TauAlgorithmImpHW::processEvent().
void l1t::TauToGtPtScales | ( | CaloParamsHelper * | params, |
const std::vector< l1t::Tau > * | input, | ||
std::vector< l1t::Tau > * | output | ||
) |
Definition at line 148 of file legacyGtHelper.cc.
References gtTau, l1t::CaloParamsHelper::jetScale(), L1CaloEtScale::linScaleMax(), and L1CaloEtScale::rank().
Referenced by l1t::Stage1Layer2SingleTrackHI::processEvent(), and l1t::Stage1Layer2TauAlgorithmImpPP::processEvent().
void l1t::TwelveByTwelveFinder | ( | const int | jetSeedThreshold, |
const std::vector< l1t::CaloRegion > * | regions, | ||
std::vector< l1t::Jet > * | uncalibjets | ||
) |
Definition at line 168 of file JetFinderMethods.cc.
References assert(), gather_cfg::cout, deltaGctPhi(), reco::btau::jetEta, reco::btau::jetPhi, and HLT_FULL_cff::region.
Referenced by l1t::Stage1Layer2EGammaAlgorithmImpPP::processEvent(), l1t::Stage1Layer2TauAlgorithmImpPP::processEvent(), l1t::Stage1Layer2TauAlgorithmImpHW::processEvent(), and l1t::Stage1Layer2EGammaAlgorithmImpHW::processEvent().
void l1t::TwoByTwoFinder | ( | const int | jetSeedThreshold, |
const int | etaMask, | ||
const std::vector< l1t::CaloRegion > * | regions, | ||
std::vector< l1t::Jet > * | uncalibjets | ||
) |
Definition at line 267 of file JetFinderMethods.cc.
References assert(), gather_cfg::cout, deltaGctPhi(), reco::btau::jetEta, reco::btau::jetPhi, bookConverter::max, and HLT_FULL_cff::region.
Referenced by l1t::Stage1Layer2JetAlgorithmImpHI::processEvent().