#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 "DQMServices/Core/interface/DQMStore.h"
#include "DQMServices/Core/interface/MonitorElement.h"
#include "DataFormats/HLTReco/interface/TriggerEvent.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "DataFormats/MuonReco/interface/Muon.h"
#include "DataFormats/MuonReco/interface/MuonFwd.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 | |
typedef math::XYZTLorentzVector | LorentzVector |
Variables | |
const std::string | EFFICIENCY_SUFFIXES [2] = {"denom", "numer"} |
const double | NOMATCH = 999. |
typedef math::XYZTLorentzVector LorentzVector |
Definition at line 57 of file HLTMuonMatchAndPlot.h.
const std::string EFFICIENCY_SUFFIXES[2] = {"denom", "numer"} |
Definition at line 60 of file HLTMuonMatchAndPlot.h.
Referenced by HLTMuonMatchAndPlot::analyze(), and HLTMuonMatchAndPlot::beginRun().
const double NOMATCH = 999. |
Definition at line 59 of file HLTMuonMatchAndPlot.h.
Referenced by HLTMuonMatchAndPlot::matchByDeltaR().