#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "RecoMuon/L3MuonProducer/src/L3MuonCandidateProducer.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "DataFormats/RecoCandidate/interface/RecoChargedCandidate.h"
#include "DataFormats/RecoCandidate/interface/RecoChargedCandidateFwd.h"
#include <string>
#include <algorithm>
Go to the source code of this file.
Variables | |
static const char | category [] = "Muon|RecoMuon|L3MuonCandidateProducer" |
|
static |
Definition at line 40 of file L3MuonCandidateProducer.cc.
Referenced by L3MuonCandidateProducer::L3MuonCandidateProducer(), L3MuonCandidateProducer::produce(), and L3MuonCandidateProducer::~L3MuonCandidateProducer().