30 bool useIsolationValues = iConfig.
getParameter<
bool>(
"useIsolationValues") ;
31 if ( useIsolationValues ) {
32 if( ! iConfig.
exists(
"isolationValues") )
34 <<
"Missing ParameterSet isolationValues" ;
69 produces<edm::ValueMap<reco::SuperClusterRef> >(
PFSCValueMap_);
77 std::auto_ptr<reco::GsfElectronCoreCollection>
80 std::auto_ptr<reco::GsfElectronCollection>
83 std::auto_ptr<reco::SuperClusterCollection>
86 std::auto_ptr<reco::BasicClusterCollection>
89 std::auto_ptr<reco::PreshowerClusterCollection>
95 std::auto_ptr<edm::ValueMap<reco::SuperClusterRef> >
132 unsigned ncand=(
status)?pfCandidates->size():0;
134 for(
unsigned i=0;
i<ncand; ++
i ) {
157 pfClusters_.push_back(std::vector<const reco::PFCluster *>());
167 if(blockRef.
isNull())
continue;
265 std::ostringstream err;
266 err<<
" cannot get PFCandidates: "
280 std::ostringstream err;
281 err<<
" cannot get GSFTracks: "
293 std::vector<const reco::PFCluster *> & pfClusters,
297 if(myPFClusterRef.
isNull())
return;
300 pfClusters.push_back(&myPFCluster);
312 myPFCluster.
seed()));
320 myPFClusterRef->hitsAndFractions(),plane));
326 unsigned basicClusterCounter=0;
329 for(
unsigned iGSF=0;iGSF<
size;++iGSF)
332 for(
unsigned ibc=0;ibc<nbc;++ibc)
337 ++basicClusterCounter;
345 unsigned psClusterCounter=0;
348 for(
unsigned iGSF=0;iGSF<
size;++iGSF)
351 for(
unsigned ibc=0;ibc<nbc;++ibc)
365 for(
unsigned iGSF=0;iGSF<
size;++iGSF)
381 unsigned ncand=(
status)?pfCandidates->size():0;
382 for(
unsigned i=0;
i<ncand; ++
i ) {
395 unsigned ngsf=gsfTracks->size();
396 std::vector<float>
values;
397 for(
unsigned igsf=0;igsf<ngsf;++igsf)
400 std::map<reco::GsfTrackRef,float>::const_iterator itcheck=
gsfMvaMap_.find(theTrackRef);
404 values.push_back(-99.);
410 values.push_back(itcheck->second);
413 filler.
insert(gsfTracks,values.begin(),values.end());
424 unsigned ngsf=gsfTracks->size();
425 std::vector<reco::SuperClusterRef>
values;
426 for(
unsigned igsf=0;igsf<ngsf;++igsf)
429 std::map<reco::GsfTrackRef,reco::SuperClusterRef>::const_iterator itcheck=
scMap_.find(theTrackRef);
437 values.push_back(itcheck->second);
440 filler.
insert(gsfTracks,values.begin(),values.end());
448 for(
unsigned iGSF=0;iGSF<nGSF;++iGSF)
458 for(
unsigned ibc=0;ibc<nbasics;++ibc)
472 edm::LogError(
"PFElectronTranslator") <<
" Major problem in PFElectron Translator" << std::endl;
499 for(
unsigned ibc=0;ibc<nbasics;++ibc)
503 const std::vector< std::pair<DetId, float> > & v1 =
basicClusters_[iGSF][ibc].hitsAndFractions();
505 for( std::vector< std::pair<DetId, float> >::const_iterator diIt = v1.begin();
514 for(
unsigned ips=0;ips<nps;++ips)
529 superClusters.push_back(mySuperCluster);
536 unsigned refindex=pfbe.
index();
541 for(;myDaughterCandidate!=itend;++myDaughterCandidate)
552 return *myPFCandidate;
560 for(
unsigned iGSF=0;iGSF<nGSF;++iGSF)
564 std::map<reco::GsfTrackRef,reco::SuperClusterRef>::const_iterator
568 gsfElectronCores.push_back(myElectronCore);
575 for(
unsigned iGSF=0;iGSF<
size;++iGSF)
585 const std::vector<reco::GsfPFRecTrackRef>& ambPFRecTracks(GsfEl->
GsftrackRefPF()->convBremGsfPFRecTrackRef());
586 unsigned ntracks=ambPFRecTracks.size();
587 for(
unsigned it=0;it<ntracks;++it) {
588 tracks.push_back(ambPFRecTracks[it]->gsfTrackRef());
598 for(
unsigned iGSF=0;iGSF<
size;++iGSF)
628 for(
unsigned it=0;it<ntracks;++it) {
633 if( isolationValues.size() != 0 ) {
642 gsfelectrons.push_back(myElectron);
std::vector< std::vector< const reco::PFCluster * > > pfClusters_
T getParameter(std::string const &) const
std::string PFPreshowerClusterCollection_
Abstract base class for a PFBlock element (track, cluster...)
const math::XYZPoint & position() const
cluster centroid position
void setCtfTrack(const TrackRef &closestCtfTrack, float ctfGsfOverlap)
void setP4(P4Kind kind, const LorentzVector &p4, float p4Error, bool setCandidate)
void MustacheID(const CaloClusterPtrVector &clusters, int &nclusters, float &EoutsideMustache)
std::string PFMVAValueMap_
bool fetchCandidateCollection(edm::Handle< reco::PFCandidateCollection > &c, const edm::InputTag &tag, const edm::Event &iEvent) const
double rawEcalEnergy() const
return corrected Ecal energy
void addHitAndFraction(DetId id, float fraction)
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
virtual void produce(edm::Event &, const edm::EventSetup &) override
void createGsfElectronCoreRefs(const edm::OrphanHandle< reco::GsfElectronCoreCollection > &gsfElectronCoreHandle)
virtual const PFClusterRef & clusterRef() const
std::map< reco::GsfTrackRef, float > gsfMvaMap_
std::vector< edm::Handle< edm::ValueMap< double > > > IsolationValueMaps
std::vector< reco::CaloClusterPtrVector > basicClusterPtr_
std::vector< reco::GsfElectronCoreRef > gsfElectronCoreRefs_
double pflowPhiWidth() const
void setMvaInput(const MvaInput &mi)
void insert(const H &h, I begin, I end)
void createBasicClusterPtrs(const edm::OrphanHandle< reco::BasicClusterCollection > &basicClustersHandle)
float sumPUPt
sum pt of charged Particles not from PV (for Pu corrections)
bool exists(std::string const ¶meterName) const
checks if a parameter exists
const GsfPFRecTrackRef & GsftrackRefPF() const
const std::vector< std::pair< DetId, float > > & hitsAndFractions() const
void setSeed(const CaloClusterPtr &r)
list of used xtals by DetId // now inherited by CaloCluster
std::string GsfElectronCollection_
void setPfIsolationVariables(const PflowIsolationVariables &iso)
void setPhiWidth(double pw)
void setMvaOutput(const MvaOutput &mo)
double pflowEtaWidth() const
std::vector< GsfElectron > GsfElectronCollection
collection of GsfElectron objects
void fillSCRefValueMap(edm::Event &iEvent, edm::ValueMap< reco::SuperClusterRef >::Filler &filler) const
std::vector< PFCandidatePtr > pfCandidates(const PFJet &jet, int particleId, bool sort=true)
reco::TrackRef trackRef() const
AlgoId algo() const
algorithm identifier
void setEtaWidth(double ew)
std::vector< reco::GsfTrackRef > GsfTrackRef_
void fillMVAValueMap(edm::Event &iEvent, edm::ValueMap< float >::Filler &filler)
void setParentSuperCluster(const SuperClusterRef &scl)
const CaloID & caloID() const
const reco::PFCandidate & correspondingDaughterCandidate(const reco::PFCandidate &cand, const reco::PFBlockElement &pfbe) const
std::vector< SuperCluster > SuperClusterCollection
collection of SuperCluser objectr
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
float sumPhotonEt
sum pt of PF photons // old float photonIso ;
const_iterator end() const
last daughter const_iterator
std::vector< GsfElectronCore > GsfElectronCoreCollection
std::vector< reco::PreshowerClusterCollection > preshowerClusters_
void createSuperClusterGsfMapRefs(const edm::OrphanHandle< reco::SuperClusterCollection > &superClustersHandle)
std::vector< PreshowerCluster > PreshowerClusterCollection
collection of PreshowerCluster objects
float sumNeutralHadronEt
sum pt of neutral hadrons // old float neutralHadronIso ;
std::vector< int > gsfPFCandidateIndex_
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
edm::InputTag inputTagPFCandidateElectrons_
bool isNull() const
Checks for null.
std::vector< reco::CandidatePtr > CandidatePtr_
edm::InputTag inputTagPFCandidates_
std::vector< std::vector< reco::GsfTrackRef > > ambiguousGsfTracks_
std::map< reco::GsfTrackRef, reco::SuperClusterRef > scMap_
edm::InputTag inputTagGSFTracks_
float mva_e_pi() const
mva for electron-pion discrimination
std::vector< reco::PFCandidate > PFCandidateCollection
collection of PFCandidates
double rawEnergy() const
raw uncorrected energy (sum of energies of component BasicClusters)
reco::PFCandidateElectronExtraRef electronExtraRef() const
return a reference to the electron extra
DetId seed() const
return DetId of seed
void fetchGsfCollection(edm::Handle< reco::GsfTrackCollection > &c, const edm::InputTag &tag, const edm::Event &iEvent) const
std::string PFBasicClusterCollection_
void createBasicCluster(const reco::PFBlockElement &, reco::BasicClusterCollection &basicClusters, std::vector< const reco::PFCluster * > &, const reco::PFCandidate &coCandidate) const
std::vector< reco::SuperClusterCollection > superClusters_
XYZPointD XYZPoint
point in space with cartesian internal representation
std::vector< reco::CaloClusterPtrVector > preshowerClusterPtr_
void createSuperClusters(const reco::PFCandidateCollection &, reco::SuperClusterCollection &superClusters) const
void addPreshowerCluster(const CaloClusterPtr &r)
add reference to constituent BasicCluster
void getAmbiguousGsfTracks(const reco::PFBlockElement &PFBE, std::vector< reco::GsfTrackRef > &) const
std::string GsfElectronCoreCollection_
std::vector< BasicCluster > BasicClusterCollection
collection of BasicCluster objects
std::vector< edm::InputTag > inputTagIsoVals_
void addCluster(const CaloClusterPtr &r)
add reference to constituent BasicCluster
std::vector< reco::BasicClusterCollection > basicClusters_
Particle reconstructed by the particle flow algorithm.
std::vector< reco::TrackRef > kfTrackRef_
void createPreshowerCluster(const reco::PFBlockElement &PFBE, reco::PreshowerClusterCollection &preshowerClusters, unsigned plane) const
PFElectronTranslator(const edm::ParameterSet &)
reco::GsfTrackRef gsfTrackRef() const
const_iterator begin() const
first daughter const_iterator
std::string PFSCValueMap_
std::string PFSuperClusterCollection_
void createGsfElectronCores(reco::GsfElectronCoreCollection &) const
virtual ParticleType particleId() const
void createGsfElectrons(const reco::PFCandidateCollection &, const IsolationValueMaps &isolationValues, reco::GsfElectronCollection &)
const ElementsInBlocks & elementsInBlocks() const
float sumChargedHadronPt
sum-pt of charged Hadron // old float chargedHadronIso ;
void addAmbiguousGsfTrack(const reco::GsfTrackRef &t)
void createPreshowerClusterPtrs(const edm::OrphanHandle< reco::PreshowerClusterCollection > &preshowerClustersHandle)
tuple size
Write out results.
virtual const LorentzVector & p4() const final
four-momentum Lorentz vector
double deltaP() const
uncertainty on 3-momentum
void setPreshowerEnergy(double preshowerEnergy)