#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 "CommonTools/Utils/interface/StringObjectFunction.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
class | OtherObjectVariableComputer< T > |
Matcher of number of reconstructed objects in the event to probe. More... | |
Typedefs | |
typedef OtherObjectVariableComputer < reco::Candidate > | OtherCandVariableComputer |
Functions | |
DEFINE_FWK_MODULE (OtherCandVariableComputer) | |
Definition at line 98 of file OtherObjectVariableComputer.cc.
DEFINE_FWK_MODULE | ( | OtherCandVariableComputer | ) |