54 dropSuperClusters_(iConfig.getParameter<std::
string>("dropSuperCluster")),
55 dropBasicClusters_(iConfig.getParameter<std::
string>("dropBasicClusters")),
56 dropPreshowerClusters_(iConfig.getParameter<std::
string>("dropPreshowerClusters")),
57 dropSeedCluster_(iConfig.getParameter<std::
string>("dropSeedCluster")),
58 dropRecHits_(iConfig.getParameter<std::
string>("dropRecHits")),
59 linkToPackedPF_(iConfig.getParameter<
bool>("linkToPackedPFCandidates")),
60 saveNonZSClusterShapes_(iConfig.getParameter<std::
string>("saveNonZSClusterShapes")),
63 modifyPhoton_(iConfig.getParameter<
bool>("modifyPhotons"))
69 photonModifier_->setConsumes(sumes);
71 photonModifier_.reset(
nullptr);
74 produces<std::vector<pat::Photon> >();
75 if (linkToPackedPF_) {
76 reco2pf_ = consumes<edm::ValueMap<std::vector<reco::PFCandidateRef>>>(iConfig.
getParameter<
edm::InputTag>(
"recoToPFMap"));
77 pf2pc_ = consumes<edm::Association<pat::PackedCandidateCollection>>(iConfig.
getParameter<
edm::InputTag>(
"packedPFCandidates"));
80 mayConsume<EcalRecHitCollection>(
edm::InputTag(
"reducedEcalRecHitsEB"));
81 mayConsume<EcalRecHitCollection>(
edm::InputTag(
"reducedEcalRecHitsEE"));
106 auto_ptr<vector<pat::Photon> >
out(
new vector<pat::Photon>());
107 out->reserve(
src->size());
112 std::vector<unsigned int>
keys;
128 for(
auto const& pf: (*reco2pf)[photon.
refToOrig_]) {
129 if( pf2pc->contains(pf.id()) ) {
130 keys.push_back( (*pf2pc)[pf].
key());
137 if (
keys.size() == 1) {
147 float sigmaIetaIphi = vCov[1];
150 photon.
addUserFloat(
"sigmaIetaIeta_NoZS", sigmaIetaIeta);
151 photon.
addUserFloat(
"sigmaIetaIphi_NoZS", sigmaIetaIphi);
152 photon.
addUserFloat(
"sigmaIphiIphi_NoZS", sigmaIphiIphi);
T getParameter(std::string const &) const
StringCutObjectSelector< pat::Photon > dropSeedCluster_
Analysis-level Photon class.
reco::SuperClusterRef superCluster() const
override the superCluster method from CaloJet, to access the internal storage of the supercluster ...
StringCutObjectSelector< pat::Photon > dropPreshowerClusters_
edm::EDGetTokenT< edm::View< pat::Photon > > src_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
StringCutObjectSelector< pat::Photon > dropSuperClusters_
#define DEFINE_FWK_MODULE(type)
std::vector< pat::PackedCandidate > PackedCandidateCollection
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...
std::vector< reco::SuperCluster > superCluster_
std::vector< reco::CaloCluster > preshowerClusters_
Place to store electron's preshower clusters internally.
edm::EDGetTokenT< edm::ValueMap< std::vector< reco::PFCandidateRef > > > reco2pf_
std::vector< reco::CaloCluster > seedCluster_
Place to store electron's seed cluster internally.
StringCutObjectSelector< pat::Photon > dropRecHits_
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
reco::CandidatePtr sourceCandidatePtr(size_type i) const
get the source candidate pointer with index i
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
void addUserFloat(const std::string &label, float data)
Set user-defined float.
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
virtual ~PATPhotonSlimmer()
edm::EDGetTokenT< EcalRecHitCollection > reducedEndcapRecHitCollectionToken_
edm::Ref< PFCandidateCollection > PFCandidateRef
persistent reference to a PFCandidate
edm::EDGetTokenT< EcalRecHitCollection > reducedBarrelRecHitCollectionToken_
bool embeddedSuperCluster_
virtual void beginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &) overridefinal
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
edm::EDGetTokenT< edm::Association< pat::PackedCandidateCollection > > pf2pc_
PATPhotonSlimmer(const edm::ParameterSet &iConfig)
edm::EDGetTokenT< pat::PackedCandidateCollection > pc_
StringCutObjectSelector< pat::Photon > saveNonZSClusterShapes_
boost::indirect_iterator< typename seq_t::const_iterator > const_iterator
bool embeddedSeedCluster_
True if seed cluster is stored internally.
virtual void produce(edm::Event &iEvent, const edm::EventSetup &iSetup)
std::unique_ptr< pat::ObjectModifier< pat::Photon > > photonModifier_
StringCutObjectSelector< pat::Photon > dropBasicClusters_
edm::Ptr< reco::Candidate > refToOrig_
std::vector< reco::CaloCluster > basicClusters_
Place to store electron's basic clusters internally.
edm::SortedCollection< EcalRecHit > EcalRecHitCollection