#include "RecoMuon/MuonIdentification/plugins/MuonProducer.h"
#include "RecoMuon/MuonIsolation/interface/MuPFIsoHelper.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/MuonReco/interface/MuonSelectors.h"
#include <boost/foreach.hpp>
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Macros | |
#define | dout if(debug_) std::cout |
#define | foreach BOOST_FOREACH |
Typedefs | |
typedef edm::ValueMap< reco::MuonShower > | reco::MuonShowerMap |
typedef std::map< reco::MuonRef, unsigned int > | MuToPFMap |
#define dout if(debug_) std::cout |
Definition at line 19 of file MuonProducer.cc.
Referenced by MuonProducer::produce().
#define foreach BOOST_FOREACH |
Definition at line 16 of file MuonProducer.cc.
typedef std::map<reco::MuonRef, unsigned int> MuToPFMap |
Definition at line 24 of file MuonProducer.cc.