#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DQMServices/Core/interface/DQMStore.h"
#include "DataFormats/HLTReco/interface/TriggerEvent.h"
#include "DataFormats/HLTReco/interface/TriggerEventWithRefs.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "DataFormats/MuonReco/interface/Muon.h"
#include "DataFormats/MuonReco/interface/MuonFwd.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "DataFormats/Math/interface/LorentzVector.h"
#include "DataFormats/HLTReco/interface/TriggerObject.h"
#include "DataFormats/BeamSpot/interface/BeamSpot.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "CommonTools/Utils/interface/StringCutObjectSelector.h"
#include <vector>
#include "TFile.h"
#include "TNtuple.h"
#include "TString.h"
#include "TPRegexp.h"
Go to the source code of this file.
Classes | |
class | HLTMuonMatchAndPlot |
Typedefs | |
using | LorentzVector = math::XYZTLorentzVector |
Variables | |
const std::string | EFFICIENCY_SUFFIXES [2] = {"denom", "numer"} |
const double | NOMATCH = 999. |
using LorentzVector = math::XYZTLorentzVector |
Definition at line 49 of file HLTMuonMatchAndPlot.h.
const std::string EFFICIENCY_SUFFIXES[2] = {"denom", "numer"} |
Definition at line 52 of file HLTMuonMatchAndPlot.h.
Referenced by HLTMuonMatchAndPlot::analyze(), and HLTMuonMatchAndPlot::beginRun().
const double NOMATCH = 999. |
Definition at line 51 of file HLTMuonMatchAndPlot.h.
Referenced by HLTMuonMatchAndPlot::matchByDeltaR().