#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/Candidate/interface/LeafCandidate.h"
#include "DataFormats/PatCandidates/interface/CompositeCandidate.h"
#include "DataFormats/PatCandidates/interface/Muon.h"
#include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h"
#include "SimDataFormats/Track/interface/SimTrackContainer.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "MuonAnalysis/MomentumScaleCalibration/interface/GenMuonPair.h"
#include "HepMC/GenParticle.h"
#include "HepMC/GenEvent.h"
#include "MuScleFitPlotter.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | MuScleFitMuonSelector |
Typedefs | |
typedef reco::Particle::LorentzVector | lorentzVector |
This class is used to perform the selection of muon pairs in MuScleFit.
It receives the event and returns a muon collection containing all the selected muons.
Definition at line 26 of file MuScleFitMuonSelector.h.