![]() |
![]() |
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/ParameterSet/interface/InputTag.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Candidate/interface/Particle.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "PhysicsTools/UtilAlgos/interface/TFileService.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/Common/interface/AssociationVector.h"
#include "DataFormats/Candidate/interface/CandAssociation.h"
#include "PhysicsTools/UtilAlgos/interface/HistoAnalyzer.h"
#include "TH1.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
class | ZToMuMuHistogrammer |
Typedefs | |
typedef HistoAnalyzer < reco::CandidateCollection > | BaseAnalyzer |
typedef edm::AssociationVector < reco::CandidateRefProd, std::vector< double > > | IsolationCollection |
Functions | |
DEFINE_FWK_MODULE (ZToMuMuHistogrammer) |
Definition at line 28 of file ZToMuMuHistogrammer.cc.
typedef edm::AssociationVector<reco::CandidateRefProd, std::vector<double> > IsolationCollection |
Definition at line 27 of file ZToMuMuHistogrammer.cc.
DEFINE_FWK_MODULE | ( | ZToMuMuHistogrammer | ) |