#include <L1THIonImp.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
void | bookHistograms (DQMStore::IBooker &ibooker, edm::Run const &, edm::EventSetup const &) override |
void | dqmBeginRun (const edm::Run &, const edm::EventSetup &) override |
virtual std::vector< int > | SortMinBiasBit (uint16_t, uint16_t) |
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) |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 19 of file L1THIonImp.h.
L1THIonImp::L1THIonImp | ( | const edm::ParameterSet & | ps | ) |
Definition at line 40 of file L1THIonImp.cc.
References gctCenJetsSourceDataToken_, gctCenJetsSourceEmulToken_, gctEnergySumsSourceDataToken_, gctEnergySumsSourceEmulToken_, gctForJetsSourceDataToken_, gctForJetsSourceEmulToken_, gctIsoEmSourceDataToken_, gctIsoEmSourceEmulToken_, gctNonIsoEmSourceDataToken_, gctNonIsoEmSourceEmulToken_, gctTauJetsSourceDataToken_, gctTauJetsSourceEmulToken_, edm::ParameterSet::getParameter(), l1EtHadDataToken_, l1EtHadEmulToken_, l1EtMissDataToken_, l1EtMissEmulToken_, l1EtTotalDataToken_, l1EtTotalEmulToken_, l1HFCountsDataToken_, l1HFCountsEmulToken_, l1HtMissDataToken_, and l1HtMissEmulToken_.
|
override |
Definition at line 84 of file L1THIonImp.cc.
|
overrideprotected |
Definition at line 183 of file L1THIonImp.cc.
References funct::abs(), centralityCorr_, centralityExtCorr_, DECorr_, SoftLeptonByDistance_cfi::distance, stringResolutionProvider_cfi::et, MonitorElement::Fill(), gctCenJetsSourceDataToken_, gctCenJetsSourceEmulToken_, gctEnergySumsSourceDataToken_, gctEnergySumsSourceEmulToken_, gctForJetsSourceDataToken_, gctForJetsSourceEmulToken_, gctIsoEmSourceDataToken_, gctIsoEmSourceEmulToken_, gctNonIsoEmSourceDataToken_, gctNonIsoEmSourceEmulToken_, gctTauJetsSourceDataToken_, gctTauJetsSourceEmulToken_, edm::Event::getByToken(), HFEnergy_, HFNegEnergy_, HFPosEnergy_, mps_fire::i, l1EtHadDataToken_, l1EtHadEmulToken_, l1EtMissDataToken_, l1EtMissEmulToken_, l1EtTotalDataToken_, l1EtTotalEmulToken_, l1GctAllEmOccRankBx_, l1GctAllJetsOccRankBx_, l1GctCenJetsEtEtaPhi_, l1GctCenJetsOccEtaPhi_, l1GctCenJetsRank_, l1GctEtHad_, l1GctEtHadOccBx_, l1GctEtHadOf_, l1GctEtMiss_, l1GctEtMissOccBx_, l1GctEtMissOf_, l1GctEtMissPhi_, l1GctEtTotal_, l1GctEtTotalOccBx_, l1GctEtTotalOf_, l1GctForJetsEtEtaPhi_, l1GctForJetsOccEtaPhi_, l1GctForJetsRank_, l1GctHFRing1ETSumNegEta_, l1GctHFRing1ETSumPosEta_, l1GctHFRing1PosEtaNegEta_, l1GctHFRing1TowerCountNegEta_, l1GctHFRing1TowerCountPosEta_, l1GctHFRing1TowerCountPosEtaNegEta_, l1GctHFRing2TowerCountNegEta_, l1GctHFRing2TowerCountPosEta_, l1GctHFRing2TowerCountPosEtaNegEta_, l1GctHFRingETDiff_, l1GctHFRingETSum_, l1GctHFRingETSumOccBx_, l1GctHFRingRatioPosEta_, l1GctHFRingTowerCountOccBx_, l1GctIsoEmOccEtaPhi_, l1GctIsoEmRank_, l1GctIsoEmRankEtaPhi_, l1GctMinBiasBitHFEt_, l1GctNonIsoEmOccEtaPhi_, l1GctNonIsoEmRank_, l1GctNonIsoEmRankEtaPhi_, l1GctTauJetsEtEtaPhi_, l1GctTauJetsOccEtaPhi_, l1GctTauJetsRank_, l1HFCountsDataToken_, l1HFCountsEmulToken_, l1HtMissDataToken_, l1HtMissEmulToken_, RazorAnalyzer::met, Vispa.Plugins.EdmBrowser.EdmDataAccessor::ne(), rctSource_L1CRCollection_, and SortMinBiasBit().
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 88 of file L1THIonImp.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::book2D(), BXBINS, BXMAX, BXMIN, centralityCorr_, centralityExtCorr_, DECorr_, EMETABINS, EMETAMAX, EMETAMIN, HFEnergy_, HFNegEnergy_, HFPosEnergy_, mps_fire::i, JETETABINS, JETETAMAX, JETETAMIN, l1GctAllEmOccRankBx_, l1GctAllJetsOccRankBx_, l1GctCenJetsEtEtaPhi_, l1GctCenJetsOccEtaPhi_, l1GctCenJetsRank_, l1GctEtHad_, l1GctEtHadOccBx_, l1GctEtHadOf_, l1GctEtMiss_, l1GctEtMissOccBx_, l1GctEtMissOf_, l1GctEtMissPhi_, l1GctEtTotal_, l1GctEtTotalEtHadCorr_, l1GctEtTotalOccBx_, l1GctEtTotalOf_, l1GctForJetsEtEtaPhi_, l1GctForJetsOccEtaPhi_, l1GctForJetsRank_, l1GctHFRing1ETSumNegEta_, l1GctHFRing1ETSumPosEta_, l1GctHFRing1PosEtaNegEta_, l1GctHFRing1TowerCountNegEta_, l1GctHFRing1TowerCountPosEta_, l1GctHFRing1TowerCountPosEtaNegEta_, l1GctHFRing2TowerCountNegEta_, l1GctHFRing2TowerCountPosEta_, l1GctHFRing2TowerCountPosEtaNegEta_, l1GctHFRingETDiff_, l1GctHFRingETSum_, l1GctHFRingETSumOccBx_, l1GctHFRingRatioPosEta_, l1GctHFRingTowerCountOccBx_, l1GctIsoEmOccEtaPhi_, l1GctIsoEmRank_, l1GctIsoEmRankEtaPhi_, l1GctMinBiasBitHFEt_, l1GctNonIsoEmOccEtaPhi_, l1GctNonIsoEmRank_, l1GctNonIsoEmRankEtaPhi_, l1GctTauJetsEtEtaPhi_, l1GctTauJetsOccEtaPhi_, l1GctTauJetsRank_, Max(), METPHIBINS, METPHIMAX, METPHIMIN, Min(), MinBiasCorr_, OFBINS, OFMAX, OFMIN, PHIBINS, PHIMAX, PHIMIN, R12BINS, R12MAX, R12MIN, R3BINS, R3MAX, R3MIN, R6BINS, R6MAX, R6MIN, DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprotected |
Definition at line 179 of file L1THIonImp.cc.
|
protectedvirtual |
|
private |
Definition at line 99 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 100 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 97 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 103 of file L1THIonImp.h.
|
private |
Definition at line 113 of file L1THIonImp.h.
|
private |
Definition at line 124 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 137 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 107 of file L1THIonImp.h.
|
private |
Definition at line 117 of file L1THIonImp.h.
|
private |
Definition at line 128 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 141 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 104 of file L1THIonImp.h.
|
private |
Definition at line 114 of file L1THIonImp.h.
|
private |
Definition at line 125 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 138 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 108 of file L1THIonImp.h.
|
private |
Definition at line 118 of file L1THIonImp.h.
|
private |
Definition at line 122 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 135 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 106 of file L1THIonImp.h.
|
private |
Definition at line 116 of file L1THIonImp.h.
|
private |
Definition at line 127 of file L1THIonImp.h.
|
private |
Definition at line 140 of file L1THIonImp.h.
|
private |
Definition at line 109 of file L1THIonImp.h.
|
private |
Definition at line 119 of file L1THIonImp.h.
|
private |
Definition at line 123 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 136 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 105 of file L1THIonImp.h.
|
private |
Definition at line 115 of file L1THIonImp.h.
|
private |
Definition at line 126 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 139 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 95 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 93 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 94 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 132 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 145 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 130 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 143 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 133 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 146 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 61 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 60 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 42 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 48 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 54 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 71 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 73 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 72 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 64 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 67 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 66 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 65 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 68 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 74 of file L1THIonImp.h.
Referenced by bookHistograms().
|
private |
Definition at line 70 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 69 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 43 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 49 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 55 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 87 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 86 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 79 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 83 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 82 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 80 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 85 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 84 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 81 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 76 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 75 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 89 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 88 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 90 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 51 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 57 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 45 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 91 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 52 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 58 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 46 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 44 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 50 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 56 of file L1THIonImp.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 129 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 142 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 131 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 144 of file L1THIonImp.h.
Referenced by analyze(), and L1THIonImp().
|
private |
Definition at line 101 of file L1THIonImp.h.
Referenced by bookHistograms().
|
private |
Definition at line 111 of file L1THIonImp.h.
Referenced by analyze().