108 auto out = std::make_unique<std::vector<pat::Photon>>();
109 out->reserve(src->size());
115 std::vector<unsigned int>
keys;
143 if( pf2pc->contains(
pf.id()) ) {
144 keys.push_back( (*pf2pc)[
pf].
key());
148 keys.begin(), keys.end());
151 if (keys.size() == 1) {
158 std::vector<float> vCov = lazyToolsNoZS.localCovariances(*( photon.
superCluster()->seed()));
161 float sigmaIetaIphi = vCov[1];
163 float e15o55 = lazyToolsNoZS.e1x5( *( photon.
superCluster()->seed()) ) / lazyToolsNoZS.e5x5( *( photon.
superCluster()->seed()) );
164 photon.
addUserFloat(
"sigmaIetaIeta_NoZS", sigmaIetaIeta);
165 photon.
addUserFloat(
"sigmaIetaIphi_NoZS", sigmaIetaIphi);
166 photon.
addUserFloat(
"sigmaIphiIphi_NoZS", sigmaIphiIphi);
Analysis-level Photon class.
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
const edm::EDGetTokenT< EcalRecHitCollection > reducedBarrelRecHitCollectionToken_
void setSubClusDPhi3(float s)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
void setMaxDRRawEnergy(float m)
const bool linkToPackedPF_
void setAssociatedPackedPFCandidates(const edm::RefProd< pat::PackedCandidateCollection > &refprod, T beginIndexItr, T endIndexItr)
References to PFCandidates linked to this object (e.g. for isolation vetos or masking before jet recl...
void setSubClusDPhi2(float s)
void setSaturationInfo(const SaturationInfo &s)
const StringCutObjectSelector< pat::Photon > dropSuperClusters_
std::vector< reco::SuperCluster > superCluster_
void addUserFloat(const std::string &label, float data, const bool overwrite=false)
Set user-defined float.
std::vector< reco::CaloCluster > preshowerClusters_
Place to store electron's preshower clusters internally.
const StringCutObjectSelector< pat::Photon > saveNonZSClusterShapes_
reco::SuperClusterRef superCluster() const override
override the superCluster method from CaloJet, to access the internal storage of the supercluster ...
std::vector< reco::CaloCluster > seedCluster_
Place to store electron's seed cluster internally.
const edm::EDGetTokenT< edm::Association< pat::PackedCandidateCollection > > pf2pc_
const edm::EDGetTokenT< edm::ValueMap< std::vector< reco::PFCandidateRef > > > reco2pf_
void setMaxDRDEta(float m)
void setSubClusDPhi1(float s)
const edm::EDGetTokenT< edm::View< pat::Photon > > src_
void setSubClusDEta1(float s)
bool embeddedSuperCluster_
const StringCutObjectSelector< pat::Photon > dropRegressionData_
EcalRecHitCollection recHits_
Place to store electron's RecHits internally (5x5 around seed+ all RecHits)
bool embeddedRecHits_
True if RecHits stored internally.
edm::Ptr< Candidate > CandidatePtr
persistent reference to an object in a collection of Candidate objects
void setSubClusDEta2(float s)
void setSubClusRawE2(float s)
void setMaxDRDPhi(float m)
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
void setSubClusDEta3(float s)
bool embeddedSeedCluster_
True if seed cluster is stored internally.
void setSubClusRawE1(float s)
const StringCutObjectSelector< pat::Photon > dropSeedCluster_
const StringCutObjectSelector< pat::Photon > dropRecHits_
std::unique_ptr< pat::ObjectModifier< pat::Photon > > photonModifier_
void setSubClusRawE3(float s)
reco::CandidatePtr sourceCandidatePtr(size_type i) const override
get the source candidate pointer with index i
const StringCutObjectSelector< pat::Photon > dropSaturation_
const edm::EDGetTokenT< EcalRecHitCollection > reducedEndcapRecHitCollectionToken_
edm::Ptr< reco::Candidate > refToOrig_
const StringCutObjectSelector< pat::Photon > dropBasicClusters_
const StringCutObjectSelector< pat::Photon > dropPreshowerClusters_
std::vector< reco::CaloCluster > basicClusters_
Place to store electron's basic clusters internally.
edm::SortedCollection< EcalRecHit > EcalRecHitCollection
const edm::EDGetTokenT< pat::PackedCandidateCollection > pc_