#include <string>
#include <vector>
#include "TString.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Common/interface/TriggerNames.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/RecoCandidate/interface/RecoCandidate.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "DataFormats/JetReco/interface/Jet.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "DataFormats/METReco/interface/CaloMET.h"
#include "DataFormats/JetReco/interface/JetID.h"
#include "DataFormats/JetReco/interface/PFJet.h"
#include "DataFormats/JetReco/interface/CaloJet.h"
#include "DataFormats/BTauReco/interface/JetTag.h"
#include "DataFormats/Common/interface/ValueMap.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "JetMETCorrections/Objects/interface/JetCorrector.h"
#include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
#include "CommonTools/Utils/interface/StringCutObjectSelector.h"
#include "JetMETCorrections/Objects/interface/JetCorrectionsRecord.h"
Go to the source code of this file.
Classes | |
class | CalculateHLT |
class | SelectionStepHLT< Object > |
class | SelectionStepHLTBase |
Functions | |
bool | acceptHLT (const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath) |
bool | acceptHLT (const edm::Event &event, const edm::TriggerResults &triggerTable, const std::vector< std::string > &triggerPaths) |
|
inline |
Definition at line 26 of file TopHLTOfflineDQMHelper.h.
References edm::HLTGlobalStatus::accept(), mps_fire::i, dataset::name, TriggerAnalyzer::passed, and edm::TriggerNames::triggerNames().
Referenced by acceptHLT(), TopSingleLeptonHLTOfflineDQM::analyze(), TopDiLeptonHLTOfflineDQM::analyze(), HLTOfflineDQMTopSingleLepton::MonitorSingleLepton::fill(), and HLTOfflineDQMTopDiLepton::MonitorDiLepton::fill().
|
inline |
Definition at line 44 of file TopHLTOfflineDQMHelper.h.
References acceptHLT(), and TriggerAnalyzer::passed.