Go to the documentation of this file. 1 #ifndef TopQuarkAnalysis_TopEventProducers_PseudoTopProducer_H
2 #define TopQuarkAnalysis_TopEventProducers_PseudoTopProducer_H
12 #include "fastjet/JetDefinition.hh"
29 std::auto_ptr<reco::GenParticleCollection>&
outColl)
const;
43 typedef fastjet::JetDefinition
JetDef;
std::shared_ptr< JetDef > fjJetDef_
fastjet::JetDefinition JetDef
const edm::EDGetTokenT< edm::View< reco::Candidate > > genParticleToken_
const double minLeptonPtDilepton_
reco::Particle::Point genVertex_
const double maxLeptonEtaDilepton_
bool isBHadron(const reco::Candidate *p) const
reco::Particle::LorentzVector LorentzVector
const double maxLeptonEta_
PseudoTopProducer(const edm::ParameterSet &pset)
const double maxLeptonEtaSemilepton_
const double minMETSemiLepton_
const double minMtWSemiLepton_
const double minVetoLeptonPtSemilepton_
reco::GenParticleRef buildGenParticle(const reco::Candidate *p, reco::GenParticleRefProd &refHandle, std::auto_ptr< reco::GenParticleCollection > &outColl) const
math::XYZTLorentzVector LorentzVector
Lorentz vector.
const double minLeptonPtSemilepton_
std::shared_ptr< JetDef > fjLepDef_
void produce(edm::Event &event, const edm::EventSetup &eventSetup) override
const reco::Candidate * getLast(const reco::Candidate *p)
const double maxVetoLeptonEtaSemilepton_
const double minLeptonPt_
void insertAllDaughters(const reco::Candidate *p, std::set< const reco::Candidate * > &list) const
bool isFromHadron(const reco::Candidate *p) const
const edm::EDGetTokenT< edm::View< reco::Candidate > > finalStateToken_
const double minDileptonMassDilepton_
math::XYZPoint Point
point in the space
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger list("!*", "!HLTx*" if it matches 2 triggers or more) will accept the event if all the matching triggers are FAIL. It will reject the event if any of the triggers are PASS or EXCEPTION(this matches the behavior of "!*" before the partial wildcard feature was incorporated). Triggers which are in the READY state are completely ignored.(READY should never be returned since the trigger paths have been run