#include "RecoMuon/MuonIdentification/plugins/MuonProducer.h"
#include "RecoMuon/MuonIsolation/interface/MuPFIsoHelper.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/MuonReco/interface/Muon.h"
#include "DataFormats/MuonReco/interface/MuonTrackLinks.h"
#include "DataFormats/MuonReco/interface/MuonTimeExtraMap.h"
#include "DataFormats/MuonReco/interface/MuonShower.h"
#include "DataFormats/MuonReco/interface/MuonCosmicCompatibility.h"
#include "DataFormats/MuonReco/interface/MuonToMuonMap.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidate.h"
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h"
#include "DataFormats/Common/interface/ValueMap.h"
#include "DataFormats/RecoCandidate/interface/IsoDepositFwd.h"
#include "DataFormats/RecoCandidate/interface/IsoDeposit.h"
#include <boost/foreach.hpp>
Go to the source code of this file.
Namespaces | |
namespace | reco |
fixed size matrix | |
Defines | |
#define | dout if(debug_) std::cout |
#define | foreach BOOST_FOREACH |
Typedefs | |
typedef edm::ValueMap < reco::MuonShower > | reco::MuonShowerMap |
typedef std::map < reco::MuonRef, reco::Candidate::LorentzVector > | MuToPFMap |
#define dout if(debug_) std::cout |
Definition at line 36 of file MuonProducer.cc.
Referenced by MuonProducer::produce().
#define foreach BOOST_FOREACH |
Definition at line 33 of file MuonProducer.cc.
typedef std::map<reco::MuonRef, reco::Candidate::LorentzVector> MuToPFMap |
Definition at line 41 of file MuonProducer.cc.