29 <<
"Invalid Configuration Parameter 'jetIdSelection' = " << jetIdSelection_string <<
" !!\n";
42 cfgPFJetIdAlgo.addParameter<
std::string>(
"quality",
"LOOSE");
54 produces<reco::MVAMEtJetInfoCollection>();
55 produces<reco::MVAMEtPFCandInfoCollection>();
69 int& numWarnings,
int maxWarnings,
70 std::vector<const reco::PFJet*>* pfCandidateToJetAssociations =
nullptr) {
73 for ( std::vector<reco::PFCandidatePtr>::const_iterator pfJetConstituent = pfConsts.begin(); pfJetConstituent != pfConsts.end(); ++pfJetConstituent ) {
74 std::vector<int> idxs;
75 if ( pfJetConstituent->id() == pfCandidateCollection.
id() ) {
76 idxs.push_back(pfJetConstituent->key());
78 bool isMatched_fast =
false;
79 if ( pfJetConstituent->key() < pfCandidateCollection.
size() ) {
81 double dR2 =
deltaR2((*pfJetConstituent)->p4(), pfCandidatePtr->p4());
83 idxs.push_back(pfCandidatePtr.
key());
84 isMatched_fast =
true;
88 if ( !isMatched_fast ) {
89 size_t numPFCandidates = pfCandidateCollection.
size();
90 for (
size_t iPFCandidate = 0; iPFCandidate < numPFCandidates; ++iPFCandidate ) {
92 double dR2 =
deltaR2((*pfJetConstituent)->p4(), pfCandidatePtr->p4());
94 idxs.push_back(pfCandidatePtr.
key());
97 if ( numWarnings < maxWarnings ) {
99 <<
" The productIDs of PFJetConstituent and PFCandidateCollection passed as function arguments don't match.\n"
100 <<
"NOTE: The return value will be unaffected, but the code will run MUCH slower !!";
106 for ( std::vector<int>::const_iterator
idx = idxs.begin();
107 idx != idxs.end(); ++
idx ) {
108 if ( (*
idx) >= (int)flags.size() ) flags.resize(2*flags.size());
110 if ( pfCandidateToJetAssociations!=
nullptr ) (*pfCandidateToJetAssociations)[*
idx] = &
pfJet;
114 <<
" Failed to associated PFJetConstituent with index = " << pfJetConstituent->key() <<
" to any PFCandidate !!";
124 <<
"<NoPileUpPFMEtDataProducer::produce>:\n"
144 std::vector<int> pfCandidateFlags(pfCandidates->size());
145 std::vector<const reco::PFJet*> pfCandidateToJetAssociations(pfCandidates->size());
189 if ( !jetEnOffsetCorrector )
194 size_t numJets = jets->size();
195 for (
size_t iJet = 0; iJet < numJets; ++iJet ) {
197 if ( !(jet->pt() >
minJetPt_) )
continue;
199 bool passesLooseJetId = (*looseJetIdAlgo_)(*jet);
200 if ( !passesLooseJetId ) {
206 jetInfo.
p4_ = jet->p4();
207 int jetId = (*jetIds)[
jet];
209 jetInfo.
type_ = ( jetIdSelection_passed ) ?
212 double jetEnergy_uncorrected =
213 jet->chargedHadronEnergy()
214 + jet->neutralHadronEnergy()
215 + jet->photonEnergy()
216 + jet->electronEnergy()
218 + jet->HFHadronEnergy()
220 double jetPx_uncorrected =
cos(jet->phi())*
sin(jet->theta())*jetEnergy_uncorrected;
221 double jetPy_uncorrected =
sin(jet->phi())*
sin(jet->theta())*jetEnergy_uncorrected;
222 double jetPz_uncorrected =
cos(jet->theta())*jetEnergy_uncorrected;
225 rawJet.
setP4(rawJetP4);
226 double jetNeutralEnFrac = ( jetEnergy_uncorrected > 0. ) ?
227 (jet->neutralEmEnergy() + jet->neutralHadronEnergy())/jetEnergy_uncorrected : -1.;
230 rawJet.
energy()*(1. - jetEnOffsetCorrector->
correction(rawJet, evt, es)) : 0.;
245 jetInfos->push_back(jetInfo);
247 LogDebug (
"produce") <<
"#jetInfos = " << jetInfos->size() << std::endl;
249 for ( reco::PFJetCollection::const_iterator
jet = jets->begin();
250 jet != jets->end(); ++
jet ) {
256 size_t numPFCandidates = pfCandidates->size();
257 for (
size_t iPFCandidate = 0; iPFCandidate < numPFCandidates; ++iPFCandidate ) {
260 int idx = pfCandidatePtr.
key();
262 pfCandInfo.
p4_ = pfCandidatePtr->p4();
263 pfCandInfo.
charge_ = pfCandidatePtr->charge();
264 pfCandInfo.
type_ = -1;
280 const reco::PFJet* jet_matched = pfCandidateToJetAssociations[
idx];
301 pfCandInfos->push_back(pfCandInfo);
304 LogDebug (
"produce") <<
"#pfCandInfos = " << pfCandInfos->size() << std::endl;
307 evt.
put(pfCandInfos);
T getParameter(std::string const &) const
edm::EDGetTokenT< PFCandToVertexAssMap > srcPFCandToVertexAssociations_
metsig::SigInputObj pfMEtSignObj_
const int flag_isWithinSelectedJet
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Ptr< value_type > ptrAt(size_type i) const
virtual double correction(const LorentzVector &fJet) const =0
get correction using Jet information only
#define DEFINE_FWK_MODULE(type)
T const * get() const
Returns C++ pointer to the item.
Sin< T >::type sin(const T &t)
bool exists(std::string const ¶meterName) const
checks if a parameter exists
virtual void setP4(const LorentzVector &p4)
set 4-momentum
std::vector< Variable::Flags > flags
edm::EDGetTokenT< reco::PFJetCollection > srcJetsForMEtCov_
const int flag_isWithinFakeJet
edm::EDGetTokenT< reco::VertexCollection > srcHardScatterVertex_
reco::Candidate::LorentzVector p4_
Jets made from PFObjects.
edm::EDGetTokenT< edm::View< reco::PFCandidate > > srcPFCandidatesView_
std::vector< PFCandidatePtr > pfCandidates(const PFJet &jet, int particleId, bool sort=true)
virtual double energy() const
energy
static bool passJetId(int flag, Id level)
const int flag_isWithinJetForMEtCov
std::vector< reco::MVAMEtJetInfo > MVAMEtJetInfoCollection
reco::Candidate::LorentzVector p4_
edm::EDGetTokenT< reco::PFCandidateCollection > srcPFCandidates_
~NoPileUpPFMEtDataProducer()
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
void addParameter(std::string const &name, T const &value)
Cos< T >::type cos(const T &t)
double deltaR2(const T1 &t1, const T2 &t2)
edm::EDGetTokenT< reco::PFJetCollection > srcJets_
double minJetPtForMEtCov_
NoPileUpPFMEtDataProducer(const edm::ParameterSet &)
PFJetIDSelectionFunctor * looseJetIdAlgo_
PFMEtSignInterfaceBase * pfMEtSignInterface_
PF Jet selector for pat::Jets.
std::vector< reco::MVAMEtPFCandInfo > MVAMEtPFCandInfoCollection
edm::EDGetTokenT< edm::ValueMap< int > > srcJetIds_
std::string jetEnOffsetCorrLabel_
tuple idx
DEBUGGING if hasattr(process,"trackMonIterativeTracking2012"): print "trackMonIterativeTracking2012 D...
static const JetCorrector * getJetCorrector(const std::string &fName, const edm::EventSetup &fSetup)
retrieve corrector from the event setup. troughs exception if something is missing ...
math::XYZTLorentzVector LorentzVector
Lorentz vector.
virtual std::vector< reco::PFCandidatePtr > getPFConstituents() const
get all constituents
PileupJetIdentifier::Id jetIdSelection_
bool isUninitialized() const
metsig::SigInputObj compResolution(const T *particle) const
if(conf.exists("allCellsPositionCalc"))
metsig::SigInputObj pfMEtSignObj_
void produce(edm::Event &, const edm::EventSetup &)