CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
PFLinker Class Reference

#include <PFLinker.h>

Inheritance diagram for PFLinker:
edm::stream::EDProducer<> edm::stream::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 PFLinker (const edm::ParameterSet &)
 
void produce (edm::Event &, const edm::EventSetup &) override
 
 ~PFLinker () override
 
- Public Member Functions inherited from edm::stream::EDProducer<>
 EDProducer ()=default
 
- Public Member Functions inherited from edm::stream::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducerBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
virtual ~ProducerBase () noexcept(false)
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

template<typename TYPE >
edm::ValueMap< reco::PFCandidatePtrfillValueMap (edm::Event &event, std::string label, edm::Handle< TYPE > &inputObjCollection, const std::map< edm::Ref< TYPE >, reco::PFCandidatePtr > &mapToTheCandidate, const edm::OrphanHandle< reco::PFCandidateCollection > &newPFCandColl) const
 

Private Attributes

bool fillMuonRefs_
 Set muon refs and produce the value map? More...
 
bool forceElectronsInHGCAL_
 Put Electrons within HGCAL coming from SimPFProducer. More...
 
edm::EDGetTokenT< reco::GsfElectronCollectioninputTagGsfElectrons_
 Input GsfElectrons. More...
 
edm::EDGetTokenT< reco::MuonToMuonMapinputTagMuonMap_
 
edm::EDGetTokenT< reco::MuonCollectioninputTagMuons_
 
std::vector< edm::EDGetTokenT< reco::PFCandidateCollection > > inputTagPFCandidates_
 Input PFCandidates. More...
 
edm::EDGetTokenT< reco::PhotonCollectioninputTagPhotons_
 Input Photons. More...
 
edm::InputTag muonTag_
 Input Muons. More...
 
std::string nameOutputElectronsPF_
 name of output ValueMap electrons More...
 
std::string nameOutputMergedPF_
 name of output merged ValueMap More...
 
std::string nameOutputPF_
 name of output collection of PFCandidate More...
 
std::string nameOutputPhotonsPF_
 name of output ValueMap photons More...
 
bool producePFCandidates_
 Flags - if true: References will be towards new collection ; if false to the original one. More...
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDProducer<>
typedef CacheContexts< T... > CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T... > HasAbility
 
typedef CacheTypes::LuminosityBlockCache LuminosityBlockCache
 
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDProducerBase
typedef EDProducerAdaptorBase ModuleType
 
- Public Types inherited from edm::ProducerBase
using ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >>
 
typedef ProductRegistryHelper::TypeLabelList TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::stream::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Producer meant for the Post PF reconstruction.

Fills the GsfElectron, Photon and Muon Ref into the PFCandidate Produces the ValueMap between GsfElectronRef/Photon/Mupns with PFCandidateRef

Author
R. Bellan - UCSB ricca.nosp@m.rdo..nosp@m.bella.nosp@m.n@ce.nosp@m.rn.ch, F. Beaudette - CERN Flori.nosp@m.an.B.nosp@m.eaude.nosp@m.tte@.nosp@m.cern..nosp@m.ch

Definition at line 34 of file PFLinker.h.

Constructor & Destructor Documentation

PFLinker::PFLinker ( const edm::ParameterSet iConfig)
explicit

Definition at line 9 of file PFLinker.cc.

References fillMuonRefs_, forceElectronsInHGCAL_, edm::ParameterSet::getParameter(), mps_fire::i, inputTagGsfElectrons_, inputTagMuonMap_, inputTagMuons_, inputTagPFCandidates_, inputTagPhotons_, edm::InputTag::label(), muonTag_, nameOutputElectronsPF_, nameOutputMergedPF_, nameOutputPF_, nameOutputPhotonsPF_, producePFCandidates_, and AlCaHLTBitMon_QueryRunRegistry::string.

9  {
10  // vector of InputTag; more than 1 is not for RECO, it is for analysis
11 
12  std::vector<edm::InputTag> tags = iConfig.getParameter<std::vector<edm::InputTag> >("PFCandidate");
13  for (unsigned int i=0;i<tags.size();++i)
14  inputTagPFCandidates_.push_back(consumes<reco::PFCandidateCollection>(tags[i]));
15 
16 
17  inputTagGsfElectrons_=consumes<reco::GsfElectronCollection>(
18  iConfig.getParameter<edm::InputTag>("GsfElectrons"));
19 
20  inputTagPhotons_=consumes<reco::PhotonCollection>(iConfig.getParameter<edm::InputTag>("Photons"));
21 
22 
23  muonTag_ = iConfig.getParameter<edm::InputTag>("Muons");
24  inputTagMuons_=consumes<reco::MuonCollection>(edm::InputTag(muonTag_.label()));
25  inputTagMuonMap_=consumes<reco::MuonToMuonMap>(muonTag_);
26 
28  = iConfig.getParameter<std::string>("OutputPF");
29 
31  = iConfig.getParameter<std::string>("ValueMapElectrons");
32 
34  = iConfig.getParameter<std::string>("ValueMapPhotons");
35 
37  = iConfig.getParameter<bool>("ProducePFCandidates");
38 
40  = iConfig.getParameter<std::string>("ValueMapMerged");
41 
43  = iConfig.getParameter<bool>("FillMuonRefs");
44 
46  = iConfig.getParameter<bool>("forceElectronsInHGCAL");
47 
48  // should not produce PFCandidates and read seve
49  if(producePFCandidates_ && inputTagPFCandidates_.size()>1) {
50  edm::LogError("PFLinker") << " cannot read several collections of PFCandidates and produce a new collection at the same time. " << std::endl;
51  assert(false);
52  }
53  if(producePFCandidates_) {
54  produces<reco::PFCandidateCollection>(nameOutputPF_);
55  }
56  produces<edm::ValueMap<reco::PFCandidatePtr> > (nameOutputElectronsPF_);
57  produces<edm::ValueMap<reco::PFCandidatePtr> > (nameOutputPhotonsPF_);
58  produces<edm::ValueMap<reco::PFCandidatePtr> > (nameOutputMergedPF_);
59  if(fillMuonRefs_) produces<edm::ValueMap<reco::PFCandidatePtr> > (muonTag_.label());
60 
61 }
T getParameter(std::string const &) const
edm::InputTag muonTag_
Input Muons.
Definition: PFLinker.h:63
edm::EDGetTokenT< reco::MuonCollection > inputTagMuons_
Definition: PFLinker.h:64
bool producePFCandidates_
Flags - if true: References will be towards new collection ; if false to the original one...
Definition: PFLinker.h:79
edm::EDGetTokenT< reco::PhotonCollection > inputTagPhotons_
Input Photons.
Definition: PFLinker.h:60
edm::EDGetTokenT< reco::MuonToMuonMap > inputTagMuonMap_
Definition: PFLinker.h:65
std::string nameOutputElectronsPF_
name of output ValueMap electrons
Definition: PFLinker.h:70
std::string nameOutputPhotonsPF_
name of output ValueMap photons
Definition: PFLinker.h:73
std::string nameOutputPF_
name of output collection of PFCandidate
Definition: PFLinker.h:67
bool fillMuonRefs_
Set muon refs and produce the value map?
Definition: PFLinker.h:82
std::string const & label() const
Definition: InputTag.h:36
bool forceElectronsInHGCAL_
Put Electrons within HGCAL coming from SimPFProducer.
Definition: PFLinker.h:85
edm::EDGetTokenT< reco::GsfElectronCollection > inputTagGsfElectrons_
Input GsfElectrons.
Definition: PFLinker.h:57
std::vector< edm::EDGetTokenT< reco::PFCandidateCollection > > inputTagPFCandidates_
Input PFCandidates.
Definition: PFLinker.h:54
std::string nameOutputMergedPF_
name of output merged ValueMap
Definition: PFLinker.h:76
PFLinker::~PFLinker ( )
override

Definition at line 63 of file PFLinker.cc.

63 {;}

Member Function Documentation

template<typename TYPE >
edm::ValueMap< reco::PFCandidatePtr > PFLinker::fillValueMap ( edm::Event event,
std::string  label,
edm::Handle< TYPE > &  inputObjCollection,
const std::map< edm::Ref< TYPE >, reco::PFCandidatePtr > &  mapToTheCandidate,
const edm::OrphanHandle< reco::PFCandidateCollection > &  newPFCandColl 
) const
private

Definition at line 211 of file PFLinker.cc.

References objects.autophobj::filler, eostools::move(), producePFCandidates_, and MuonErrorMatrixValues_cff::values.

215  {
216 
217  auto pfMap_p = std::make_unique<edm::ValueMap<reco::PFCandidatePtr>>();
219 
220  typedef typename std::map<edm::Ref<TYPE>, reco::PFCandidatePtr>::const_iterator MapTYPE_it;
221 
222  unsigned nObj=inputObjCollection->size();
223  std::vector<reco::PFCandidatePtr> values(nObj);
224 
225  for(unsigned iobj=0; iobj < nObj; ++iobj) {
226 
227  edm::Ref<TYPE> objRef(inputObjCollection, iobj);
228  MapTYPE_it itcheck = mapToTheCandidate.find(objRef);
229 
230  reco::PFCandidatePtr candPtr;
231 
232  if(itcheck != mapToTheCandidate.end())
233  candPtr = producePFCandidates_ ? reco::PFCandidatePtr(newPFCandColl,itcheck->second.key()) : itcheck->second;
234 
235  values[iobj] = candPtr;
236  }
237 
238  filler.insert(inputObjCollection,values.begin(),values.end());
239  filler.fill();
240  edm::ValueMap<reco::PFCandidatePtr> returnValue = *pfMap_p;
241  event.put(std::move(pfMap_p),label);
242  return returnValue;
243 }
bool producePFCandidates_
Flags - if true: References will be towards new collection ; if false to the original one...
Definition: PFLinker.h:79
def move(src, dest)
Definition: eostools.py:510
void PFLinker::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
override

Definition at line 65 of file PFLinker.cc.

References reco::PFCandidate::e, reco::LeafCandidate::eta(), fillMuonRefs_, forceElectronsInHGCAL_, reco::PFCandidate::gamma, edm::Event::getByToken(), gsfElectrons_cfi::gsfElectrons, reco::PFCandidate::gsfTrackRef(), mps_fire::i, iEvent, inputTagGsfElectrons_, inputTagMuonMap_, inputTagMuons_, inputTagPFCandidates_, inputTagPhotons_, edm::Ref< C, T, F >::isNonnull(), edm::InputTag::label(), LogDebug, eostools::move(), reco::PFCandidate::muonRef(), nano_cff::muons, muonTag_, reco::PFCandidate::mva_nothing_gamma(), nameOutputElectronsPF_, nameOutputMergedPF_, nameOutputPF_, nameOutputPhotonsPF_, reco::GsfElectron::P4_COMBINATION, reco::PFCandidate::particleId(), slimmedMuons_cfi::pfCandidates, nano_cff::photons, producePFCandidates_, edm::Event::put(), reco::Photon::regression2, reco::PFCandidate::setDeltaP(), reco::PFCandidate::setEcalEnergy(), reco::PFCandidate::setGsfElectronRef(), reco::PFCandidate::setMuonRef(), reco::LeafCandidate::setP4(), reco::PFCandidate::setPhotonRef(), reco::PFCandidate::setSuperClusterRef(), and reco::PFCandidate::superClusterRef().

65  {
66 
67  auto pfCandidates_p = std::make_unique<reco::PFCandidateCollection>();
68 
70  iEvent.getByToken(inputTagGsfElectrons_,gsfElectrons);
71 
72  std::map<reco::GsfElectronRef,reco::PFCandidatePtr> electronCandidateMap;
73 
74 
76  iEvent.getByToken(inputTagPhotons_,photons);
77  std::map<reco::PhotonRef,reco::PFCandidatePtr> photonCandidateMap;
78 
79 
81  if(fillMuonRefs_)
82  iEvent.getByToken(inputTagMuonMap_,muonMap);
83  std::map<reco::MuonRef,reco::PFCandidatePtr> muonCandidateMap;
84 
85  unsigned nColPF=inputTagPFCandidates_.size();
86 
88  for(unsigned icol=0;icol<nColPF;++icol) {
89  iEvent.getByToken(inputTagPFCandidates_[icol],pfCandidates);
90  unsigned ncand=pfCandidates->size();
91 
92  for( unsigned i=0; i<ncand; ++i) {
93  edm::Ptr<reco::PFCandidate> candPtr(pfCandidates,i);
94  reco::PFCandidate cand(candPtr);
95 
96  bool isphoton = cand.particleId() == reco::PFCandidate::gamma && cand.mva_nothing_gamma()>0.;
97  bool iselectron = cand.particleId() == reco::PFCandidate::e;
98  // PFCandidates may have a valid MuonRef though they are not muons.
99  bool hasNonNullMuonRef = cand.muonRef().isNonnull() && fillMuonRefs_;
100 
101  // if not an electron or a photon or a muon just fill the PFCandidate collection
102  if ( !(isphoton || iselectron || hasNonNullMuonRef)){pfCandidates_p->push_back(cand); continue;}
103 
104 
105  if (hasNonNullMuonRef) {
106  reco::MuonRef muRef = (*muonMap)[cand.muonRef()];
107  cand.setMuonRef(muRef);
108  muonCandidateMap[muRef] = candPtr;
109  }
110 
111 
112  // if it is an electron. Find the GsfElectron with the same GsfTrack
113  if (iselectron) {
114  const reco::GsfTrackRef & gsfTrackRef(cand.gsfTrackRef());
115  GsfElectronEqual myEqual(gsfTrackRef);
116  std::vector<reco::GsfElectron>::const_iterator itcheck=find_if(gsfElectrons->begin(),gsfElectrons->end(),myEqual);
117  if(itcheck==gsfElectrons->end()) {
118  if (!forceElectronsInHGCAL_) {
119  std::ostringstream err;
120  err << " Problem in PFLinker: no GsfElectron " << std::endl;
121  edm::LogError("PFLinker") << err.str();
122  } else {
123  LogDebug("PFLinker")
124  << "Forcing an electron pfCandidate at: " << cand.eta()
125  << " in HGCAL" << std::endl;
126  pfCandidates_p->push_back(cand);
127  }
128  continue; // Watch out ! Continue
129  }
130  reco::GsfElectronRef electronRef(gsfElectrons,itcheck-gsfElectrons->begin());
131  cand.setGsfElectronRef(electronRef);
132  cand.setSuperClusterRef(electronRef->superCluster());
133  // update energy information since now it is done post-particleFlowTmp
134  cand.setEcalEnergy(electronRef->superCluster()->rawEnergy(),electronRef->ecalEnergy());
135  cand.setDeltaP(electronRef->p4Error(reco::GsfElectron::P4_COMBINATION));
136  cand.setP4(electronRef->p4(reco::GsfElectron::P4_COMBINATION));
137  electronCandidateMap[electronRef] = candPtr;
138  }
139 
140  // if it is a photon, find the one with the same PF super-cluster
141  if (isphoton) {
142  const reco::SuperClusterRef & scRef(cand.superClusterRef());
143  PhotonEqual myEqual(scRef);
144  std::vector<reco::Photon>::const_iterator itcheck=find_if(photons->begin(),photons->end(),myEqual);
145  if(itcheck==photons->end()) {
146  std::ostringstream err;
147  err << " Problem in PFLinker: no Photon " << std::endl;
148  edm::LogError("PFLinker") << err.str();
149  continue; // Watch out ! Continue
150  }
151  reco::PhotonRef photonRef(photons,itcheck-photons->begin());
152  cand.setPhotonRef(photonRef);
153  cand.setSuperClusterRef(photonRef->superCluster());
154  // update energy information since now it is done post-particleFlowTmp
155  cand.setEcalEnergy(photonRef->superCluster()->rawEnergy(),
156  photonRef->getCorrectedEnergy(reco::Photon::regression2));
157  cand.setDeltaP(photonRef->getCorrectedEnergyError(reco::Photon::regression2));
158  cand.setP4(photonRef->p4(reco::Photon::regression2));
159  photonCandidateMap[photonRef] = candPtr;
160  }
161 
162  pfCandidates_p->push_back(cand);
163  }
164  // save the PFCandidates and get a valid handle
165  }
166  const edm::OrphanHandle<reco::PFCandidateCollection> pfCandidateRefProd = (producePFCandidates_) ? iEvent.put(std::move(pfCandidates_p),nameOutputPF_) :
168 
169 
170  // now make the valuemaps
171 
172  edm::ValueMap<reco::PFCandidatePtr> pfMapGsfElectrons = fillValueMap<reco::GsfElectronCollection>(iEvent,
174  gsfElectrons,
175  electronCandidateMap,
176  pfCandidateRefProd);
177 
178  edm::ValueMap<reco::PFCandidatePtr> pfMapPhotons = fillValueMap<reco::PhotonCollection>(iEvent,
180  photons,
181  photonCandidateMap,
182  pfCandidateRefProd);
183 
184 
186 
187  if(fillMuonRefs_){
189  iEvent.getByToken(inputTagMuons_, muons);
190 
191  pfMapMuons = fillValueMap<reco::MuonCollection>(iEvent,
192  muonTag_.label(),
193  muons,
194  muonCandidateMap,
195  pfCandidateRefProd);
196  }
197 
198  auto pfMapMerged = std::make_unique<edm::ValueMap<reco::PFCandidatePtr>>();
199  edm::ValueMap<reco::PFCandidatePtr>::Filler pfMapMergedFiller(*pfMapMerged);
200 
201  *pfMapMerged += pfMapGsfElectrons;
202  *pfMapMerged += pfMapPhotons;
203  if(fillMuonRefs_) *pfMapMerged += pfMapMuons;
204 
205  iEvent.put(std::move(pfMapMerged),nameOutputMergedPF_);
206 }
#define LogDebug(id)
edm::InputTag muonTag_
Input Muons.
Definition: PFLinker.h:63
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:127
edm::EDGetTokenT< reco::MuonCollection > inputTagMuons_
Definition: PFLinker.h:64
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:508
bool producePFCandidates_
Flags - if true: References will be towards new collection ; if false to the original one...
Definition: PFLinker.h:79
edm::EDGetTokenT< reco::PhotonCollection > inputTagPhotons_
Input Photons.
Definition: PFLinker.h:60
edm::EDGetTokenT< reco::MuonToMuonMap > inputTagMuonMap_
Definition: PFLinker.h:65
int iEvent
Definition: GenABIO.cc:230
std::string nameOutputElectronsPF_
name of output ValueMap electrons
Definition: PFLinker.h:70
std::string nameOutputPhotonsPF_
name of output ValueMap photons
Definition: PFLinker.h:73
std::string nameOutputPF_
name of output collection of PFCandidate
Definition: PFLinker.h:67
bool fillMuonRefs_
Set muon refs and produce the value map?
Definition: PFLinker.h:82
std::string const & label() const
Definition: InputTag.h:36
Particle reconstructed by the particle flow algorithm.
Definition: PFCandidate.h:39
bool forceElectronsInHGCAL_
Put Electrons within HGCAL coming from SimPFProducer.
Definition: PFLinker.h:85
edm::EDGetTokenT< reco::GsfElectronCollection > inputTagGsfElectrons_
Input GsfElectrons.
Definition: PFLinker.h:57
def move(src, dest)
Definition: eostools.py:510
std::vector< edm::EDGetTokenT< reco::PFCandidateCollection > > inputTagPFCandidates_
Input PFCandidates.
Definition: PFLinker.h:54
std::string nameOutputMergedPF_
name of output merged ValueMap
Definition: PFLinker.h:76

Member Data Documentation

bool PFLinker::fillMuonRefs_
private

Set muon refs and produce the value map?

Definition at line 82 of file PFLinker.h.

Referenced by PFLinker(), and produce().

bool PFLinker::forceElectronsInHGCAL_
private

Put Electrons within HGCAL coming from SimPFProducer.

Definition at line 85 of file PFLinker.h.

Referenced by PFLinker(), and produce().

edm::EDGetTokenT<reco::GsfElectronCollection> PFLinker::inputTagGsfElectrons_
private

Input GsfElectrons.

Definition at line 57 of file PFLinker.h.

Referenced by PFLinker(), and produce().

edm::EDGetTokenT<reco::MuonToMuonMap> PFLinker::inputTagMuonMap_
private

Definition at line 65 of file PFLinker.h.

Referenced by PFLinker(), and produce().

edm::EDGetTokenT<reco::MuonCollection> PFLinker::inputTagMuons_
private

Definition at line 64 of file PFLinker.h.

Referenced by PFLinker(), and produce().

std::vector<edm::EDGetTokenT<reco::PFCandidateCollection> > PFLinker::inputTagPFCandidates_
private

Input PFCandidates.

Definition at line 54 of file PFLinker.h.

Referenced by PFLinker(), and produce().

edm::EDGetTokenT<reco::PhotonCollection> PFLinker::inputTagPhotons_
private

Input Photons.

Definition at line 60 of file PFLinker.h.

Referenced by PFLinker(), and produce().

edm::InputTag PFLinker::muonTag_
private

Input Muons.

Definition at line 63 of file PFLinker.h.

Referenced by PFLinker(), and produce().

std::string PFLinker::nameOutputElectronsPF_
private

name of output ValueMap electrons

Definition at line 70 of file PFLinker.h.

Referenced by PFLinker(), and produce().

std::string PFLinker::nameOutputMergedPF_
private

name of output merged ValueMap

Definition at line 76 of file PFLinker.h.

Referenced by PFLinker(), and produce().

std::string PFLinker::nameOutputPF_
private

name of output collection of PFCandidate

Definition at line 67 of file PFLinker.h.

Referenced by PFLinker(), and produce().

std::string PFLinker::nameOutputPhotonsPF_
private

name of output ValueMap photons

Definition at line 73 of file PFLinker.h.

Referenced by PFLinker(), and produce().

bool PFLinker::producePFCandidates_
private

Flags - if true: References will be towards new collection ; if false to the original one.

Definition at line 79 of file PFLinker.h.

Referenced by fillValueMap(), PFLinker(), and produce().