|
| FourVectorHLT (const edm::ParameterSet &) |
|
| ~FourVectorHLT () override |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
SerialTaskQueue * | globalLuminosityBlocksQueue () |
|
SerialTaskQueue * | globalRunsQueue () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
| ~EDAnalyzer () override |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
ESProxyIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
void | updateLookup (eventsetup::ESRecordsToProxyIndices const &) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
|
typedef EDAnalyzer | ModuleType |
|
typedef ProductLabels | Labels |
|
static const std::string & | baseType () |
|
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
|
static void | prevalidate (ConfigurationDescriptions &) |
|
static bool | wantsGlobalLuminosityBlocks () |
|
static bool | wantsGlobalRuns () |
|
static bool | wantsStreamLuminosityBlocks () |
|
static bool | wantsStreamRuns () |
|
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> |
auto | esConsumes () |
|
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> |
auto | esConsumes (ESInputTag const &tag) |
|
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) |
|
Description: This is a DQM source meant to plot high-level HLT trigger quantities as stored in the HLT results object TriggerResults
Implementation: <Notes on="" implementation>="">
Definition at line 49 of file FourVectorHLT.h.
Definition at line 84 of file FourVectorHLT.cc.
References dbe_, MillePedeFileConverter_cfg::e, edm::InputTag::encode(), stringResolutionProvider_cfi::et, PVValHelper::eta, trigger::TriggerEvent::filterIndex(), trigger::TriggerEvent::filterKeys(), trigger::TriggerEvent::filterTag(), edm::Event::getByToken(), trigger::TriggerEvent::getObjects(), edm::HandleBase::isValid(), gen::k, LogDebug, dataset::name, AlCaHLTBitMon_ParallelJobs::p, EnergyCorrector::pt, trigger::TriggerEvent::sizeFilters(), AlCaHLTBitMon_QueryRunRegistry::string, fftjetcommon_cfi::title, and findQualityFiles::v.
94 edm::LogInfo(
"Status") <<
"Summary HLT object (TriggerEvent) not found, " 102 for (
size_t ia = 0; ia < triggerObj->
sizeFilters(); ++ ia) {
107 size_t p = fullname.find_first_of(
':');
108 if ( p != std::string::npos) {
109 name = fullname.substr(0, p);
115 LogDebug(
"Parameter") <<
"filter " << ia <<
", full name = " << fullname
117 <<
", abbreviated = " <<
name ;
125 LogDebug(
"Status") <<
"new histo with name "<< histoname ;
128 et =
dbe_->book1D(histoname.c_str(),
131 histoname = name+
"_eta";
132 title = name+
" #eta";
133 eta =
dbe_->book1D(histoname.c_str(),
136 histoname = name+
"_phi";
137 title = name+
" #phi";
138 phi =
dbe_->book1D(histoname.c_str(),
142 histoname = name+
"_etaphi";
143 title = name+
" #eta vs #phi";
144 etavsphi =
dbe_->book2D(histoname.c_str(),
155 for (trigger::Keys::const_iterator ki = k.begin(); ki !=k.end(); ++ki ) {
156 LogDebug(
"Parameters") <<
"pt, eta, phi = " 157 << toc[*ki].pt() <<
", " 158 << toc[*ki].eta() <<
", " 160 pic->getEtHisto()->Fill(toc[*ki].
pt());
161 pic->getEtaHisto()->Fill(toc[*ki].
eta());
162 pic->getPhiHisto()->Fill(toc[*ki].
phi());
163 pic->getEtaVsPhiHisto()->Fill(toc[*ki].
eta(), toc[*ki].
phi());
170 for(PathInfoCollection::iterator
v =
hltPaths_.begin();
176 LogDebug(
"Status") <<
"filling ... " ;
178 for (trigger::Keys::const_iterator ki = k.begin(); ki !=k.end(); ++ki ) {
179 v->getEtHisto()->Fill(toc[*ki].
pt());
180 v->getEtaHisto()->Fill(toc[*ki].
eta());
181 v->getPhiHisto()->Fill(toc[*ki].
phi());
182 v->getEtaVsPhiHisto()->Fill(toc[*ki].
eta(), toc[*ki].
phi());
trigger::size_type sizeFilters() const
bool getByToken(EDGetToken token, Handle< PROD > &result) const
const Keys & filterKeys(trigger::size_type index) const
trigger::size_type filterIndex(const edm::InputTag &filterTag) const
find index of filter in data-member vector from filter tag
const TriggerObjectCollection & getObjects() const
std::vector< TriggerObject > TriggerObjectCollection
collection of trigger physics objects (e.g., all isolated muons)
const edm::InputTag filterTag(trigger::size_type index) const
std::vector< size_type > Keys
PathInfoCollection hltPaths_
et
define resolution functions of each parameter
std::vector< PathInfo >::iterator find(std::string pathName)
edm::EDGetTokenT< trigger::TriggerEvent > triggerSummaryToken_