#include "FWCore/Framework/interface/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "DataFormats/Math/interface/deltaR.h"
#include "DataFormats/Common/interface/ValueMap.h"
#include "DataFormats/Common/interface/View.h"
#include "DataFormats/Candidate/interface/CandidateFwd.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "CommonTools/Utils/interface/StringCutObjectSelector.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
class | ObjectMultiplicityCounter< T > |
Matcher of number of reconstructed objects in the event to probe. More... | |
Typedefs | |
typedef ObjectMultiplicityCounter < reco::Candidate > | CandMultiplicityCounter |
typedef ObjectMultiplicityCounter < reco::Track > | TrackMultiplicityCounter |
typedef ObjectMultiplicityCounter < reco::Vertex > | VertexMultiplicityCounter |
Functions | |
DEFINE_FWK_MODULE (CandMultiplicityCounter) | |
Definition at line 86 of file ObjectMultiplicityCounter.cc.
Definition at line 87 of file ObjectMultiplicityCounter.cc.
Definition at line 88 of file ObjectMultiplicityCounter.cc.
DEFINE_FWK_MODULE | ( | CandMultiplicityCounter | ) |