delete x; More...
Namespaces | |
emtf | |
stage1 | |
stage2 | |
Functions | |
void | calibrateAndRankJets (CaloParamsHelper const *params, const std::vector< l1t::Jet > *input, std::vector< l1t::Jet > *output) |
void | calibrateAndRankTaus (CaloParamsHelper const *params, const std::vector< l1t::Tau > *input, std::vector< l1t::Tau > *output) |
template<class T > | |
T | castTo (const char *arg) |
template<> | |
bool | castTo< bool > (const char *arg) |
template<> | |
char | castTo< char > (const char *arg) |
template<> | |
double | castTo< double > (const char *arg) |
template<> | |
float | castTo< float > (const char *arg) |
template<> | |
int | castTo< int > (const char *arg) |
template<> | |
long | castTo< long > (const char *arg) |
template<> | |
long double | castTo< long double > (const char *arg) |
template<> | |
long long | castTo< long long > (const char *arg) |
template<> | |
short | castTo< short > (const char *arg) |
template<> | |
unsigned char | castTo< unsigned char > (const char *arg) |
template<> | |
unsigned int | castTo< unsigned int > (const char *arg) |
template<> | |
unsigned long | castTo< unsigned long > (const char *arg) |
template<> | |
unsigned long long | castTo< unsigned long long > (const char *arg) |
template<> | |
unsigned short | castTo< unsigned short > (const char *arg) |
template<class T > | |
T | castTo_impl (const char *arg, std::true_type, std::false_type) |
template<class T > | |
T | castTo_impl (const char *arg, std::false_type, std::true_type) |
template<class T > | |
T | castTo_impl (const char *arg, std::false_type, std::false_type) |
template<class T > | |
T | castToInt_impl (const char *arg, std::true_type) |
template<class T > | |
T | castToInt_impl (const char *arg, std::false_type) |
l1t::LUT | convertToLUT (const std::vector< uint64_t > &v, int padding=-1) noexcept |
l1t::LUT | convertToLUT (const std::vector< char > &v, int padding=-1) noexcept |
l1t::LUT | convertToLUT (const std::vector< short > &v, int padding=-1) noexcept |
l1t::LUT | convertToLUT (const std::vector< int > &v, int padding=-1) noexcept |
l1t::LUT | convertToLUT (const std::vector< long > &v, int padding=-1) noexcept |
l1t::LUT | convertToLUT (const std::vector< long long > &v, int padding=-1) noexcept |
l1t::LUT | convertToLUT (const std::vector< unsigned char > &v, int padding=-1) noexcept |
l1t::LUT | convertToLUT (const std::vector< unsigned short > &v, int padding=-1) noexcept |
l1t::LUT | convertToLUT (const std::vector< unsigned int > &v, int padding=-1) noexcept |
int | deltaGctPhi (const CaloRegion ®ion, const CaloRegion &neighbor) |
void | EGammaToGtScales (CaloParamsHelper const *params, const std::vector< l1t::EGamma > *input, std::vector< l1t::EGamma > *output) |
void | EtSumToGtScales (CaloParamsHelper const *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) |
unsigned char | hgcal_bad_codec (0xff) |
void | HICaloRingSubtraction (const std::vector< l1t::CaloRegion > ®ions, std::vector< l1t::CaloRegion > *subRegions, CaloParamsHelper const *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 const *params, const std::vector< l1t::Jet > *input, std::vector< l1t::Jet > *output) |
void | JetToGtPtScales (CaloParamsHelper const *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> (const l1t::Tau &a, const l1t::Tau &b) |
bool | operator> (l1t::EGamma &a, l1t::EGamma &b) |
bool | operator> (const l1t::EGamma &a, const l1t::EGamma &b) |
bool | operator> (l1t::Tau &a, l1t::Tau &b) |
bool | operator> (const l1t::Jet &a, const l1t::Jet &b) |
bool | operator> (const l1t::Jet &a, l1t::Jet &b) |
bool | operator> (const l1t::EGamma &a, l1t::EGamma &b) |
bool | operator> (const l1t::Tau &a, l1t::Tau &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 const *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 const *params, const std::vector< l1t::Tau > *input, std::vector< l1t::Tau > *output) |
void | TauToGtPtScales (CaloParamsHelper const *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 |
typedef std::vector<BxBlock> l1t::BxBlocks |
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 std::vector<CPPFDigi> l1t::CPPFDigiCollection |
Definition at line 68 of file CPPFDigi.h.
typedef BXVector<EGamma> l1t::EGammaBxCollection |
typedef edm::Ref< EGammaBxCollection > l1t::EGammaRef |
typedef ObjectRefPair<EGamma> l1t::EGammaRefPair |
typedef edm::RefVector< EGammaBxCollection > l1t::EGammaRefVector |
typedef std::vector< EGammaRef > l1t::EGammaVectorRef |
typedef std::vector<EMTFDaqOut> l1t::EMTFDaqOutCollection |
Definition at line 130 of file EMTFDaqOut.h.
typedef std::vector<EMTFHit> l1t::EMTFHitCollection |
typedef std::vector<EMTFRoad> l1t::EMTFRoadCollection |
Definition at line 62 of file EMTFRoad.h.
typedef std::vector<EMTFTrack> l1t::EMTFTrackCollection |
Definition at line 204 of file EMTFTrack.h.
typedef BXVector<EtSum> l1t::EtSumBxCollection |
typedef edm::Ref< EtSumBxCollection > l1t::EtSumRef |
typedef ObjectRefPair<EtSum> l1t::EtSumRefPair |
typedef edm::RefVector< EtSumBxCollection > l1t::EtSumRefVector |
typedef std::vector< EtSumRef > l1t::EtSumVectorRef |
typedef std::vector<GMTInternalMuon> l1t::GMTInternalMuonCollection |
Definition at line 9 of file GMTInternalMuonFwd.h.
typedef std::list<std::shared_ptr<GMTInternalMuon> > l1t::GMTInternalMuonList |
Definition at line 12 of file GMTInternalMuonFwd.h.
typedef std::map<int, std::vector<std::shared_ptr<GMTInternalMuon> > > l1t::GMTInternalWedges |
Definition at line 11 of file GMTInternalMuonFwd.h.
Definition at line 36 of file HGCalCluster.h.
Definition at line 29 of file HGCalMulticluster.h.
Definition at line 11 of file HGCalTower.h.
Definition at line 12 of file HGCalTowerMap.h.
Definition at line 13 of file HGCalTriggerCell.h.
Definition at line 13 of file HGCalTriggerSums.h.
Definition at line 15 of file HGCFETriggerDigiDefs.h.
Definition at line 20 of file HGCFETriggerDigiDefs.h.
typedef std::vector<HGCFETriggerDigiPtr> l1t::HGCFETriggerDigiPtrVector |
Definition at line 21 of file HGCFETriggerDigiDefs.h.
Definition at line 18 of file HGCFETriggerDigiDefs.h.
Definition at line 19 of file HGCFETriggerDigiDefs.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 ObjectRefPair<Jet> l1t::JetRefPair |
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 ObjectRefPair<Muon> l1t::MuonRefPair |
typedef edm::RefVector< MuonBxCollection > l1t::MuonRefVector |
typedef std::vector< MuonRef > l1t::MuonVectorRef |
using l1t::ObjectRef = typedef edm::Ref<BXVector<T>> |
Definition at line 10 of file L1TObjComparison.h.
using l1t::ObjectRefBxCollection = typedef BXVector<ObjectRef<T>> |
Definition at line 12 of file L1TObjComparison.h.
using l1t::ObjectRefPair = typedef std::pair<edm::Ref<BXVector<T>>, edm::Ref<BXVector<T>>> |
Definition at line 14 of file L1TObjComparison.h.
using l1t::ObjectRefPairBxCollection = typedef BXVector<ObjectRefPair<T>> |
Definition at line 16 of file L1TObjComparison.h.
typedef Packer*( l1t::pack_fct) () |
Definition at line 9 of file PackerFactory.h.
Definition at line 10 of file PackerFactory.h.
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 10 of file PackingSetupFactory.h.
typedef PackingSetup*( l1t::prov_fct) () |
Definition at line 9 of file PackingSetupFactory.h.
Definition at line 11 of file RegionalMuonCandFwd.h.
Definition at line 14 of file RegionalMuonCandFwd.h.
Definition at line 15 of file RegionalMuonCandFwd.h.
Definition at line 16 of file RegionalMuonCandFwd.h.
Definition at line 17 of file RegionalMuonCandFwd.h.
typedef BXVector<Tau> l1t::TauBxCollection |
typedef edm::Ref< TauBxCollection > l1t::TauRef |
typedef ObjectRefPair<Tau> l1t::TauRefPair |
typedef edm::RefVector< TauBxCollection > l1t::TauRefVector |
typedef std::vector< TauRef > l1t::TauVectorRef |
typedef Unpacker*( l1t::unpack_fct) () |
Definition at line 9 of file UnpackerFactory.h.
Definition at line 10 of file UnpackerFactory.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 88 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
Definition at line 16 of file GlobalObject.h.
condition categories
Enumerator | |
---|---|
CondNull | |
CondMuon | |
CondCalo | |
CondEnergySum | |
CondCorrelation | |
CondExternal | |
CondCorrelationWithOverlapRemoval |
Definition at line 96 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)
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 8 of file RegionalMuonCandFwd.h.
enum l1t::TrigFunc_t |
void l1t::calibrateAndRankJets | ( | CaloParamsHelper const * | params, |
const std::vector< l1t::Jet > * | input, | ||
std::vector< l1t::Jet > * | output | ||
) |
Definition at line 12 of file legacyGtHelper.cc.
References l1t::LUT::data(), PVValHelper::eta, l1t::CaloParamsHelper::jetCalibrationLUT(), PFRecoTauDiscriminationByIsolation_cfi::offset, and EnergyCorrector::pt.
Referenced by l1t::Stage1Layer2JetAlgorithmImpSimpleHW::processEvent().
void l1t::calibrateAndRankTaus | ( | CaloParamsHelper const * | params, |
const std::vector< l1t::Tau > * | input, | ||
std::vector< l1t::Tau > * | output | ||
) |
Definition at line 36 of file legacyGtHelper.cc.
References l1t::LUT::data(), PVValHelper::eta, EnergyCorrector::pt, and l1t::CaloParamsHelper::tauCalibrationLUT().
Referenced by l1t::Stage1Layer2TauAlgorithmImpHW::processEvent().
T l1t::castTo | ( | const char * | arg | ) |
Definition at line 133 of file Parameter.h.
bool l1t::castTo< bool > | ( | const char * | arg | ) |
Definition at line 80 of file Parameter.cc.
References nullptr.
Referenced by l1t::Parameter::~Parameter().
char l1t::castTo< char > | ( | const char * | arg | ) |
Definition at line 95 of file Parameter.cc.
References castTo< long long >().
Referenced by l1t::Parameter::~Parameter().
double l1t::castTo< double > | ( | const char * | arg | ) |
Definition at line 107 of file Parameter.cc.
References castTo< long double >().
Referenced by l1t::Parameter::~Parameter().
float l1t::castTo< float > | ( | const char * | arg | ) |
Definition at line 106 of file Parameter.cc.
References castTo< long double >().
Referenced by l1t::Parameter::~Parameter().
int l1t::castTo< int > | ( | const char * | arg | ) |
Definition at line 97 of file Parameter.cc.
References castTo< long long >().
Referenced by l1t::Parameter::~Parameter().
long l1t::castTo< long > | ( | const char * | arg | ) |
Definition at line 98 of file Parameter.cc.
References castTo< long long >().
Referenced by l1t::Parameter::~Parameter().
long double l1t::castTo< long double > | ( | const char * | arg | ) |
Definition at line 100 of file Parameter.cc.
Referenced by castTo< double >(), castTo< float >(), castTo_impl(), and l1t::Parameter::~Parameter().
long long l1t::castTo< long long > | ( | const char * | arg | ) |
Definition at line 72 of file Parameter.cc.
Referenced by castTo< char >(), castTo< int >(), castTo< long >(), castTo< short >(), castToInt_impl(), and l1t::Parameter::~Parameter().
short l1t::castTo< short > | ( | const char * | arg | ) |
Definition at line 96 of file Parameter.cc.
References castTo< long long >().
Referenced by l1t::Parameter::~Parameter().
unsigned char l1t::castTo< unsigned char > | ( | const char * | arg | ) |
Definition at line 115 of file Parameter.cc.
References castTo< unsigned long long >().
Referenced by l1t::Parameter::~Parameter().
unsigned int l1t::castTo< unsigned int > | ( | const char * | arg | ) |
Definition at line 117 of file Parameter.cc.
References castTo< unsigned long long >().
Referenced by l1t::Parameter::~Parameter().
unsigned long l1t::castTo< unsigned long > | ( | const char * | arg | ) |
Definition at line 118 of file Parameter.cc.
References castTo< unsigned long long >().
Referenced by l1t::Parameter::~Parameter().
unsigned long long l1t::castTo< unsigned long long > | ( | const char * | arg | ) |
Definition at line 109 of file Parameter.cc.
Referenced by castTo< unsigned char >(), castTo< unsigned int >(), castTo< unsigned long >(), castTo< unsigned short >(), castToInt_impl(), and l1t::Parameter::~Parameter().
unsigned short l1t::castTo< unsigned short > | ( | const char * | arg | ) |
Definition at line 116 of file Parameter.cc.
References castTo< unsigned long long >().
Referenced by l1t::Parameter::~Parameter().
T l1t::castTo_impl | ( | const char * | arg, |
std::true_type | , | ||
std::false_type | |||
) |
T l1t::castTo_impl | ( | const char * | arg, |
std::false_type | , | ||
std::true_type | |||
) |
Definition at line 149 of file Parameter.h.
References castTo< long double >().
T l1t::castTo_impl | ( | const char * | arg, |
std::false_type | , | ||
std::false_type | |||
) |
Definition at line 153 of file Parameter.h.
T l1t::castToInt_impl | ( | const char * | arg, |
std::true_type | |||
) |
Definition at line 141 of file Parameter.h.
References castTo< unsigned long long >().
Referenced by l1t::Parameter::~Parameter().
T l1t::castToInt_impl | ( | const char * | arg, |
std::false_type | |||
) |
|
noexcept |
Definition at line 10 of file ConvertToLUT.h.
References mps_fire::i, lumiPlot::lut, and l1t::LUT::read().
Referenced by convertToLUT(), L1TMuonGlobalParamsHelper::loadFromOnline(), and L1TCaloParamsOnlineProd::readCaloLayer2OnlineSettings().
|
noexcept |
Definition at line 27 of file ConvertToLUT.h.
References convertToLUT().
|
noexcept |
Definition at line 30 of file ConvertToLUT.h.
References convertToLUT().
|
noexcept |
Definition at line 33 of file ConvertToLUT.h.
References convertToLUT().
|
noexcept |
Definition at line 36 of file ConvertToLUT.h.
References convertToLUT().
|
noexcept |
Definition at line 39 of file ConvertToLUT.h.
References convertToLUT().
|
noexcept |
Definition at line 42 of file ConvertToLUT.h.
References convertToLUT().
|
noexcept |
Definition at line 45 of file ConvertToLUT.h.
References convertToLUT().
|
noexcept |
Definition at line 48 of file ConvertToLUT.h.
References convertToLUT().
int l1t::deltaGctPhi | ( | const CaloRegion & | region, |
const CaloRegion & | neighbor | ||
) |
Definition at line 18 of file JetFinderMethods.cc.
References funct::abs(), diffTreeTool::diff, l1t::L1Candidate::hwPhi(), and L1CaloRegionDetId::N_PHI.
Referenced by slidingWindowJetFinder(), TwelveByTwelveFinder(), and TwoByTwoFinder().
void l1t::EGammaToGtScales | ( | CaloParamsHelper const * | 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 const * | 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 13 of file UnpackerFactory.cc.
References min().
Referenced by process(), l1t::stage1::CaloSpareHFUnpacker::unpack(), l1t::stage1::EtSumUnpacker::unpack(), l1t::stage1::MissEtUnpacker::unpack(), l1t::stage1::MissHtUnpacker::unpack(), l1t::stage1::legacy::HFRingUnpacker::unpack(), l1t::stage1::legacy::EtSumUnpacker::unpack(), l1t::stage2::RegionalMuonGMTUnpacker::unpack(), l1t::stage2::MuonUnpacker::unpack(), l1t::stage2::IntermediateMuonUnpacker::unpack(), l1t::stage2::BMTFUnpackerOutput::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(), JetToGtEtaScales(), l1t::Stage2Layer2DemuxJetAlgoFirmwareImp1::processEvent(), and TauToGtEtaScales().
unsigned char l1t::hgcal_bad_codec | ( | 0xff | ) |
Referenced by l1t::HGCFETriggerDigi::encode().
void l1t::HICaloRingSubtraction | ( | const std::vector< l1t::CaloRegion > & | regions, |
std::vector< l1t::CaloRegion > * | subRegions, | ||
CaloParamsHelper const * | params | ||
) |
------------— For heavy ion ----------------------------------—
Definition at line 19 of file PUSubtractionMethods.cc.
References mps_fire::i, SiStripPI::max, and L1CaloRegionDetId::N_ETA.
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, CustomPhysics_cfi::gamma, createfilelist::int, reco::btau::jetEta, reco::btau::jetPhi, and reco::btau::jetPt.
Referenced by l1t::Stage1Layer2EtSumAlgorithmImpPP::processEvent(), and l1t::Stage1Layer2JetAlgorithmImpPP::processEvent().
void l1t::JetToGtEtaScales | ( | CaloParamsHelper const * | 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 const * | 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 121 of file GlobalDefinitions.cc.
References BoardNull, and mps_fire::result.
l1t::L1GtBoardType l1t::l1GtBoardTypeStringToEnum | ( | const std::string & | label | ) |
Definition at line 105 of file GlobalDefinitions.cc.
References BoardNull, BoardNull, and relativeConstraints::value.
std::string l1t::l1GtConditionCategoryEnumToString | ( | const GtConditionCategory & | conditionCategory | ) |
Definition at line 193 of file GlobalDefinitions.cc.
References CondNull, and mps_fire::result.
l1t::GtConditionCategory l1t::l1GtConditionCategoryStringToEnum | ( | const std::string & | label | ) |
Definition at line 174 of file GlobalDefinitions.cc.
References CondNull, CondNull, and relativeConstraints::value.
std::string l1t::l1GtConditionTypeEnumToString | ( | const GtConditionType & | conditionType | ) |
Definition at line 160 of file GlobalDefinitions.cc.
References mps_fire::result, and TypeNull.
l1t::GtConditionType l1t::l1GtConditionTypeStringToEnum | ( | const std::string & | label | ) |
Definition at line 140 of file GlobalDefinitions.cc.
References TypeNull, TypeNull, and relativeConstraints::value.
std::string l1t::l1TGtObjectEnumToString | ( | const GlobalObject & | gtObject | ) |
Definition at line 90 of file GlobalObject.cc.
References gtAsymmetryEt, gtAsymmetryEtHF, gtAsymmetryHt, gtAsymmetryHtHF, gtCentrality0, gtCentrality1, gtCentrality2, gtCentrality3, gtCentrality4, gtCentrality5, gtCentrality6, gtCentrality7, gtEG, gtETM, gtETMHF, gtETT, gtETTem, gtExternal, gtHTM, gtHTT, gtJet, gtMinBiasHFM0, gtMinBiasHFM1, gtMinBiasHFP0, gtMinBiasHFP1, gtMu, gtTau, gtTowerCount, ObjNull, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by l1t::CorrCondition::evaluateCondition(), and l1t::CorrWithOverlapRemovalCondition::evaluateCondition().
l1t::GlobalObject l1t::l1TGtObjectStringToEnum | ( | const std::string & | ) |
Definition at line 27 of file GlobalObject.cc.
References runEdmFileComparison::found, gtAsymmetryEt, gtAsymmetryEtHF, gtAsymmetryHt, gtAsymmetryHtHF, gtCentrality0, gtCentrality1, gtCentrality2, gtCentrality3, gtCentrality4, gtCentrality5, gtCentrality6, gtCentrality7, gtEG, gtETM, gtETMHF, gtETT, gtETTem, gtExternal, gtHTM, gtHTT, gtJet, gtMinBiasHFM0, gtMinBiasHFM1, gtMinBiasHFP0, gtMinBiasHFP1, gtMu, gtTau, gtTowerCount, mps_fire::i, l1t::L1TGtObjectStringToEnum::label, ObjNull, relativeConstraints::value, and l1t::L1TGtObjectStringToEnum::value.
std::ostream & l1t::operator<< | ( | std::ostream & | os, |
const l1t::CaloParamsHelper & | p | ||
) |
Definition at line 17 of file CaloParamsHelper.cc.
Definition at line 17 of file Stage2Layer2TauAlgorithmFirmwareImp1.cc.
References reco::LeafCandidate::pt().
|
inline |
Definition at line 18 of file Stage2Layer2DemuxEGAlgoFirmwareImp1.cc.
References l1t::L1Candidate::hwEta(), l1t::L1Candidate::hwPhi(), and reco::LeafCandidate::pt().
bool l1t::operator> | ( | const l1t::EGamma & | a, |
const l1t::EGamma & | b | ||
) |
Definition at line 18 of file Stage2Layer2EGammaAlgorithmFirmwareImp1.cc.
References reco::LeafCandidate::pt().
Definition at line 18 of file Stage2Layer2DemuxTauAlgoFirmwareImp1.cc.
References l1t::L1Candidate::hwEta(), l1t::L1Candidate::hwPhi(), and reco::LeafCandidate::pt().
Definition at line 22 of file Stage2Layer2JetAlgorithmFirmwareImp1.cc.
References constexpr, and l1t::L1Candidate::hwPt().
bool l1t::operator> | ( | const l1t::EGamma & | a, |
l1t::EGamma & | b | ||
) |
unsigned int l1t::pack15bits | ( | int | pt, |
int | eta, | ||
int | phi | ||
) |
Definition at line 21 of file HardwareSortingMethods.cc.
unsigned int l1t::pack16bits | ( | int | pt, |
int | eta, | ||
int | phi | ||
) |
Definition at line 26 of file HardwareSortingMethods.cc.
unsigned int l1t::pack16bitsEgammaSpecial | ( | int | pt, |
int | eta, | ||
int | phi | ||
) |
Definition at line 31 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, and reco::btau::jetPhi.
void l1t::RegionCorrection | ( | const std::vector< l1t::CaloRegion > & | regions, |
std::vector< l1t::CaloRegion > * | subRegions, | ||
CaloParamsHelper const * | params | ||
) |
------— New region correction (PUsub, no response correction at the moment) --------—
Definition at line 77 of file PUSubtractionMethods.cc.
References HICaloRingSubtraction(), createfilelist::int, SiStripPI::max, l1t::CaloParamsHelper::regionPUSType(), l1t::CaloParamsHelper::regionPUSValue(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by l1t::Stage1Layer2EGammaAlgorithmImpPP::processEvent(), l1t::Stage1Layer2EtSumAlgorithmImpPP::processEvent(), l1t::Stage1Layer2TauAlgorithmImpPP::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.
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 gather_cfg::cout, deltaGctPhi(), reco::btau::jetEta, and reco::btau::jetPhi.
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 393 of file HardwareSortingMethods.cc.
References mps_fire::i, createfilelist::int, gen::k, reco::HaloData::minus, presort_egamma(), alignCSCRings::r, l1t::L1Candidate::setHwEta(), l1t::L1Candidate::setHwPhi(), l1t::L1Candidate::setHwPt(), l1t::L1Candidate::setHwQual(), sort_by_row_in_groups(), super_sort_matrix_rows(), and tmp.
Referenced by l1t::Stage1Layer2EGammaAlgorithmImpPP::processEvent(), l1t::Stage1Layer2EGammaAlgorithmImpHI::processEvent(), and l1t::Stage1Layer2EGammaAlgorithmImpHW::processEvent().
Definition at line 260 of file HardwareSortingMethods.cc.
References mps_fire::i, presort(), sort_by_row_in_groups(), super_sort_matrix_rows(), and tmp.
Referenced by l1t::Stage1Layer2JetAlgorithmImpHI::processEvent(), l1t::Stage1Layer2EtSumAlgorithmImpPP::processEvent(), l1t::Stage1Layer2JetAlgorithmImpPP::processEvent(), and l1t::Stage1Layer2JetAlgorithmImpSimpleHW::processEvent().
Definition at line 519 of file HardwareSortingMethods.cc.
References mps_fire::i, presort(), sort_by_row_in_groups(), super_sort_matrix_rows(), and tmp.
Referenced by l1t::Stage1Layer2SingleTrackHI::processEvent(), l1t::Stage1Layer2TauAlgorithmImpPP::processEvent(), and l1t::Stage1Layer2TauAlgorithmImpHW::processEvent().
void l1t::TauToGtEtaScales | ( | CaloParamsHelper const * | 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 const * | 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 gather_cfg::cout, deltaGctPhi(), reco::btau::jetEta, and reco::btau::jetPhi.
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 gather_cfg::cout, deltaGctPhi(), reco::btau::jetEta, reco::btau::jetPhi, and SiStripPI::max.
Referenced by l1t::Stage1Layer2JetAlgorithmImpHI::processEvent().