188 }
else if (!
src->empty()) {
190 if (
test.isNull() || !
test.isAvailable()) {
192 <<
"DataFormat is detected as miniAOD but cannot cast to pat::Photon!";
197 std::unique_ptr<noZS::EcalClusterLazyTools> lazyToolnoZS;
200 lazyToolnoZS = std::make_unique<noZS::EcalClusterLazyTools>(
203 lazyToolnoZS = std::make_unique<noZS::EcalClusterLazyTools>(
215 for (
unsigned i = 0;
i <
src->size(); ++
i) {
216 const auto& iPho =
src->ptrAt(
i);
221 const auto& theseed = *(iPho->superCluster()->seed());
227 std::vector<float> vCov = lazyToolnoZS->localCovariances(theseed);
229 vars[1].push_back(vCov[1]);
230 vars[2].push_back(lazyToolnoZS->e1x3(theseed));
231 vars[3].push_back(lazyToolnoZS->e2x2(theseed));
232 vars[4].push_back(lazyToolnoZS->e2x5Max(theseed));
233 vars[5].push_back(lazyToolnoZS->e5x5(theseed));
234 vars[6].push_back(lazyToolnoZS->eseffsirir(*(iPho->superCluster())));
235 vars[7].push_back(vars[2][
i] / vars[5][
i]);
236 vars[8].push_back(vars[3][i] / vars[5][i]);
237 vars[9].push_back(vars[4][i] / vars[5][i]);
245 iPho->superCluster()->x() - pv.
x(), iPho->superCluster()->y() - pv.
y(), iPho->superCluster()->z() - pv.
z());
248 float chargedIsoSum = 0.;
249 float neutralHadronIsoSum = 0.;
250 float photonIsoSum = 0.;
253 for (
unsigned int idxcand = 0; idxcand < pfCandsHandle->size(); ++idxcand) {
257 const auto& iCand = pfCandsHandle->ptrAt(idxcand);
276 float dR2 =
deltaR2(phoWrtVtx.Eta(), phoWrtVtx.Phi(), iCand->eta(), iCand->phi());
282 if(isInFootprint((*particleBasedIsolationMap)[iPho], iCand))
286 if(isInFootprint(
patPhotonPtr->associatedPackedPFCandidates(), iCand))
300 getImpactParameters(CachingPtrCandidate(&*iCand, isAOD), pv, dxy, dz);
306 chargedIsoSum += iCand->pt();
310 neutralHadronIsoSum += iCand->pt();
313 photonIsoSum += iCand->pt();
316 vars[10].push_back(chargedIsoSum);
317 vars[11].push_back(neutralHadronIsoSum);
318 vars[12].push_back(photonIsoSum);
333 vars[16].push_back(iPho->trkSumPtSolidConeDR04());
335 vars[17].push_back(0.
f);
336 vars[18].push_back(0.
f);
345 for (
int i = 0; i <
nVars_; ++
i) {
const unsigned char DR_VETO
float computeWorstPFChargedIsolation(const reco::Photon &photon, const edm::View< reco::Candidate > &pfCands, const reco::VertexCollection &vertices, const reco::Vertex &pv, unsigned char options, bool isAOD) const
ParticleType
particle types
const unsigned char PV_CONSTRAINT
const MultiTokenT< EcalRecHitCollection > esRecHits_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
double y() const
y coordinate
const MultiTokenT< EcalRecHitCollection > ebRecHits_
const MultiTokenT< edm::View< reco::Photon > > src_
const std::string names[nVars_]
const MultiTokenT< EcalRecHitCollection > eeRecHits_
const unsigned char PT_MIN_THRESH
double z() const
z coordinate
edm::Handle< T > getValidHandle(const edm::Event &iEvent) const
double x() const
x coordinate
constexpr auto deltaR2(const T1 &t1, const T2 &t2) -> decltype(t1.eta())
XYZVectorD XYZVector
spatial vector with cartesian internal representation
edm::Ptr< pat::Photon > patPhotonPtr
int getGoodTokenIndex() const
const edm::EDGetToken particleBasedIsolationToken_
const MultiTokenT< edm::View< reco::Candidate > > pfCandsToken_
const MultiTokenT< reco::VertexCollection > vtxToken_