#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include <iostream>
#include "FWCore/Framework/interface/MakerMacros.h"
Go to the source code of this file.
Classes | |
class | MCAcceptanceAnalyzer |
struct | ZSelector |
Functions | |
const Candidate * | mcMuDaughter (const Candidate *c) |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker < edm::ParameterSetDescriptionFiller < MCAcceptanceAnalyzer > > | s_filler__LINE__ ("MCAcceptanceAnalyzer") |
static const edm::MakerPluginFactory::PMaker < edm::WorkerMaker < MCAcceptanceAnalyzer > > | s_maker__LINE__ ("MCAcceptanceAnalyzer") |
Definition at line 14 of file MCAcceptanceAnalyzer.cc.
References ztail::d, reco::Candidate::daughter(), i, gen::n, reco::Candidate::numberOfDaughters(), and reco::Candidate::pdgId().
Referenced by MCAcceptanceAnalyzer::analyze(), and ZSelector::operator()().
|
static |
|
static |