CMS 3D CMS Logo

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

#include <PFCand_NoPU_WithAM.h>

Inheritance diagram for PFCand_NoPU_WithAM:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 PFCand_NoPU_WithAM (const edm::ParameterSet &)
 
 ~PFCand_NoPU_WithAM () override
 
- Public Member Functions inherited from edm::EDProducer
 EDProducer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDProducer () 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
 
std::vector< bool > const & recordProvenanceList () 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)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- 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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
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
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::EDProducer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 

Private Member Functions

void produce (edm::Event &, const edm::EventSetup &) override
 

Private Attributes

edm::InputTag input_AssociationType_
 
int input_MinQuality_
 
edm::EDGetTokenT< PFCandToVertexAssMaptoken_PFCandToVertexAssMap_
 
edm::EDGetTokenT< reco::VertexCollectiontoken_VertexCollection_
 
edm::EDGetTokenT< VertexToPFCandAssMaptoken_VertexToPFCandAssMap_
 

Additional Inherited Members

- Public Types inherited from edm::EDProducer
typedef EDProducer 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
 
- Protected Member Functions inherited from edm::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 53 of file PFCand_NoPU_WithAM.h.

Constructor & Destructor Documentation

◆ PFCand_NoPU_WithAM()

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

Definition at line 44 of file PFCand_NoPU_WithAM.cc.

44  {
45  //now do what ever other initialization is needed
46 
47  input_AssociationType_ = iConfig.getParameter<InputTag>("AssociationType");
48 
50  mayConsume<PFCandToVertexAssMap>(iConfig.getParameter<InputTag>("VertexPFCandAssociationMap"));
52  mayConsume<VertexToPFCandAssMap>(iConfig.getParameter<InputTag>("VertexPFCandAssociationMap"));
53 
54  token_VertexCollection_ = mayConsume<VertexCollection>(iConfig.getParameter<InputTag>("VertexCollection"));
55 
56  input_MinQuality_ = iConfig.getParameter<int>("MinQuality");
57 
58  //register your products
59 
60  if (input_AssociationType_.label() == "PFCandsToVertex") {
61  produces<PFCandidateCollection>("P2V");
62  } else {
63  if (input_AssociationType_.label() == "VertexToPFCands") {
64  produces<PFCandidateCollection>("V2P");
65  } else {
66  if (input_AssociationType_.label() == "Both") {
67  produces<PFCandidateCollection>("P2V");
68  produces<PFCandidateCollection>("V2P");
69  } else {
70  cout << "No correct InputTag for AssociationType!" << endl;
71  cout << "Won't produce any PFCandiateCollection!" << endl;
72  }
73  }
74  }
75 }

References gather_cfg::cout, and edm::ParameterSet::getParameter().

◆ ~PFCand_NoPU_WithAM()

PFCand_NoPU_WithAM::~PFCand_NoPU_WithAM ( )
override

Definition at line 77 of file PFCand_NoPU_WithAM.cc.

77  {
78  // do anything here that needs to be done at desctruction time
79  // (e.g. close files, deallocate resources etc.)
80 }

Member Function Documentation

◆ fillDescriptions()

void PFCand_NoPU_WithAM::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 172 of file PFCand_NoPU_WithAM.cc.

172  {
173  //The following says we do not know what parameters are allowed so do no validation
174  // Please change this to state exactly what you do use, even if it is no parameters
176  desc.setUnknown();
177  descriptions.addDefault(desc);
178 }

References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.

◆ produce()

void PFCand_NoPU_WithAM::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDProducer.

Definition at line 87 of file PFCand_NoPU_WithAM.cc.

87  {
88  unique_ptr<PFCandidateCollection> p2v_firstvertex(new PFCandidateCollection());
89  unique_ptr<PFCandidateCollection> v2p_firstvertex(new PFCandidateCollection());
90 
91  bool p2vassmap = false;
92  bool v2passmap = false;
93 
94  //get the input vertex<->pf-candidate association map
97 
98  string asstype = input_AssociationType_.label();
99 
100  if ((asstype == "PFCandsToVertex") || (asstype == "Both")) {
101  if (iEvent.getByToken(token_PFCandToVertexAssMap_, p2vAM)) {
102  p2vassmap = true;
103  }
104  }
105 
106  if ((asstype == "VertexToPFCands") || (asstype == "Both")) {
107  if (iEvent.getByToken(token_VertexToPFCandAssMap_, v2pAM)) {
108  v2passmap = true;
109  }
110  }
111 
112  if (!p2vassmap && !v2passmap) {
113  cout << "No input collection could be found" << endl;
114  return;
115  }
116 
117  int negativeQuality = 0;
118  if (input_MinQuality_ >= 2) {
119  negativeQuality = -1;
120  } else {
121  if (input_MinQuality_ == 1) {
122  negativeQuality = -2;
123  } else {
124  negativeQuality = -3;
125  }
126  }
127 
128  if (p2vassmap) {
129  const PFCandQualityPairVector pfccoll = p2vAM->begin()->val;
130 
131  //get the candidates associated to the first vertex and store them in a pf-candidate collection
132  for (unsigned int pfccoll_ite = 0; pfccoll_ite < pfccoll.size(); pfccoll_ite++) {
133  PFCandidateRef pfcand = pfccoll[pfccoll_ite].first;
134  int quality = pfccoll[pfccoll_ite].second;
135 
136  if ((quality >= input_MinQuality_) || ((quality < 0) && (quality >= negativeQuality))) {
137  p2v_firstvertex->push_back(*pfcand);
138  }
139  }
140 
141  iEvent.put(std::move(p2v_firstvertex), "P2V");
142  }
143 
144  if (v2passmap) {
145  //get the input vertex collection
146  Handle<VertexCollection> input_vtxcollH;
147  iEvent.getByToken(token_VertexCollection_, input_vtxcollH);
148 
149  VertexRef firstVertexRef(input_vtxcollH, 0);
150 
152 
153  for (v2p_ite = v2pAM->begin(); v2p_ite != v2pAM->end(); v2p_ite++) {
154  PFCandidateRef pfcand = v2p_ite->key;
155 
156  for (unsigned v_ite = 0; v_ite < (v2p_ite->val).size(); v_ite++) {
157  VertexRef vtxref = (v2p_ite->val)[v_ite].first;
158  int quality = (v2p_ite->val)[v_ite].second;
159 
160  if ((vtxref == firstVertexRef) &&
161  ((quality >= input_MinQuality_) || ((quality < 0) && (quality >= negativeQuality)))) {
162  v2p_firstvertex->push_back(*pfcand);
163  }
164  }
165  }
166 
167  iEvent.put(std::move(v2p_firstvertex), "V2P");
168  }
169 }

References edm::AssociationMap< Tag >::begin(), gather_cfg::cout, edm::AssociationMap< Tag >::end(), edm::first(), iEvent, edm::helpers::KeyVal< K, V >::key, eostools::move(), pfDeepBoostedJetPreprocessParams_cfi::pfcand, qcdUeDQM_cfi::quality, edm::second(), findQualityFiles::size, and edm::helpers::KeyVal< K, V >::val.

Member Data Documentation

◆ input_AssociationType_

edm::InputTag PFCand_NoPU_WithAM::input_AssociationType_
private

Definition at line 65 of file PFCand_NoPU_WithAM.h.

◆ input_MinQuality_

int PFCand_NoPU_WithAM::input_MinQuality_
private

Definition at line 72 of file PFCand_NoPU_WithAM.h.

◆ token_PFCandToVertexAssMap_

edm::EDGetTokenT<PFCandToVertexAssMap> PFCand_NoPU_WithAM::token_PFCandToVertexAssMap_
private

Definition at line 67 of file PFCand_NoPU_WithAM.h.

◆ token_VertexCollection_

edm::EDGetTokenT<reco::VertexCollection> PFCand_NoPU_WithAM::token_VertexCollection_
private

Definition at line 70 of file PFCand_NoPU_WithAM.h.

◆ token_VertexToPFCandAssMap_

edm::EDGetTokenT<VertexToPFCandAssMap> PFCand_NoPU_WithAM::token_VertexToPFCandAssMap_
private

Definition at line 68 of file PFCand_NoPU_WithAM.h.

PFCand_NoPU_WithAM::token_VertexCollection_
edm::EDGetTokenT< reco::VertexCollection > token_VertexCollection_
Definition: PFCand_NoPU_WithAM.h:70
gather_cfg.cout
cout
Definition: gather_cfg.py:144
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
edm::second
U second(std::pair< T, U > const &p)
Definition: ParameterSet.cc:222
PFCand_NoPU_WithAM::token_VertexToPFCandAssMap_
edm::EDGetTokenT< VertexToPFCandAssMap > token_VertexToPFCandAssMap_
Definition: PFCand_NoPU_WithAM.h:68
edm::Handle
Definition: AssociativeIterator.h:50
dqmdumpme.first
first
Definition: dqmdumpme.py:55
edm::Ref< PFCandidateCollection >
pfDeepBoostedJetPreprocessParams_cfi.pfcand
pfcand
Definition: pfDeepBoostedJetPreprocessParams_cfi.py:8
edm::InputTag::label
std::string const & label() const
Definition: InputTag.h:36
edm::AssociationMap::end
const_iterator end() const
last iterator over the map (read only)
Definition: AssociationMap.h:171
PFCandQualityPairVector
std::vector< PFCandQualityPair > PFCandQualityPairVector
Definition: PFCand_AssoMapAlgos.h:34
edm::helpers::KeyVal::val
V val
Definition: AssociationMapHelpers.h:33
iEvent
int iEvent
Definition: GenABIO.cc:224
PFCand_NoPU_WithAM::input_AssociationType_
edm::InputTag input_AssociationType_
Definition: PFCand_NoPU_WithAM.h:65
edm::helpers::KeyVal::key
K key
Definition: AssociationMapHelpers.h:32
l1t::PFCandidateCollection
std::vector< l1t::PFCandidate > PFCandidateCollection
Definition: PFCandidate.h:57
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
eostools.move
def move(src, dest)
Definition: eostools.py:511
qcdUeDQM_cfi.quality
quality
Definition: qcdUeDQM_cfi.py:31
PFCand_NoPU_WithAM::input_MinQuality_
int input_MinQuality_
Definition: PFCand_NoPU_WithAM.h:72
edm::AssociationMap::begin
const_iterator begin() const
first iterator over the map (read only)
Definition: AssociationMap.h:169
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
PFCand_NoPU_WithAM::token_PFCandToVertexAssMap_
edm::EDGetTokenT< PFCandToVertexAssMap > token_PFCandToVertexAssMap_
Definition: PFCand_NoPU_WithAM.h:67
edm::ConfigurationDescriptions::addDefault
void addDefault(ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:99
edm::AssociationMap::const_iterator
const iterator
Definition: AssociationMap.h:76
edm::InputTag
Definition: InputTag.h:15
findQualityFiles.size
size
Write out results.
Definition: findQualityFiles.py:443