CMS 3D CMS Logo

List of all members | Public Member Functions | Private Types | Private Attributes
cms::JetVertexAssociation Class Reference

#include <JetVertexAssociation.h>

Inheritance diagram for cms::JetVertexAssociation:
edm::EDProducer edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 JetVertexAssociation (const edm::ParameterSet &ps)
 
void produce (edm::Event &e, const edm::EventSetup &c) override
 
 ~JetVertexAssociation () 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
 
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)
 

Private Types

typedef std::vector< double > ResultCollection1
 
typedef std::vector< bool > ResultCollection2
 

Private Attributes

edm::EDGetTokenT< reco::CaloJetCollectionjet_token
 
JetVertexMain m_algo
 
edm::EDGetTokenT< reco::TrackCollectiontrack_token
 
edm::EDGetTokenT< reco::VertexCollectionvertex_token
 

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
 
- 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 wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- 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>
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<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
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 26 of file JetVertexAssociation.h.

Member Typedef Documentation

◆ ResultCollection1

typedef std::vector<double> cms::JetVertexAssociation::ResultCollection1
private

Definition at line 35 of file JetVertexAssociation.h.

◆ ResultCollection2

typedef std::vector<bool> cms::JetVertexAssociation::ResultCollection2
private

Definition at line 36 of file JetVertexAssociation.h.

Constructor & Destructor Documentation

◆ JetVertexAssociation()

JetVertexAssociation::JetVertexAssociation ( const edm::ParameterSet ps)

Definition at line 57 of file JetVertexAssociation.cc.

58  : m_algo(iConfig),
59  jet_token(consumes<CaloJetCollection>(edm::InputTag(iConfig.getParameter<std::string>("JET_ALGO")))),
60  track_token(consumes<TrackCollection>(edm::InputTag(iConfig.getParameter<std::string>("TRACK_ALGO")))),
61  vertex_token(consumes<VertexCollection>(edm::InputTag(iConfig.getParameter<std::string>("VERTEX_ALGO")))) {
62  produces<ResultCollection1>("Var");
63  produces<ResultCollection2>("JetType");
64  }

◆ ~JetVertexAssociation()

cms::JetVertexAssociation::~JetVertexAssociation ( )
inlineoverride

Definition at line 30 of file JetVertexAssociation.h.

30 {}

Member Function Documentation

◆ produce()

void JetVertexAssociation::produce ( edm::Event e,
const edm::EventSetup c 
)
overridevirtual

Implements edm::EDProducer.

Definition at line 66 of file JetVertexAssociation.cc.

66  {
68  iEvent.getByToken(jet_token, jets);
69 
71  iEvent.getByToken(track_token, tracks);
72 
74  iEvent.getByToken(vertex_token, vertexes);
75 
76  double SIGNAL_V_Z = 0.;
77  double SIGNAL_V_Z_ERROR = 0.;
78  double ptmax = -100.;
79 
80  VertexCollection::const_iterator vert = vertexes->begin();
81  if (!vertexes->empty()) {
82  for (; vert != vertexes->end(); vert++) {
83  SIGNAL_V_Z = vert->z();
84  double pt = 0.;
85  reco::Vertex::trackRef_iterator tr = vert->tracks_begin();
86  for (; tr != vert->tracks_end(); tr++)
87  pt += (*tr)->pt();
88  if (pt >= ptmax) {
89  ptmax = pt;
90  SIGNAL_V_Z = vert->z();
91  SIGNAL_V_Z_ERROR = vert->zError();
92  }
93  }
94  }
95 
96  pair<double, bool> result;
97  std::unique_ptr<ResultCollection1> result1(new ResultCollection1);
98  std::unique_ptr<ResultCollection2> result2(new ResultCollection2);
99 
100  CaloJetCollection::const_iterator jet = jets->begin();
101 
102  if (!jets->empty()) {
103  for (; jet != jets->end(); jet++) {
104  result = m_algo.Main(*jet, tracks, SIGNAL_V_Z, SIGNAL_V_Z_ERROR);
105  result1->push_back(result.first);
106  result2->push_back(result.second);
107  }
108  }
109 
110  iEvent.put(std::move(result1), "Var");
111  iEvent.put(std::move(result2), "JetType");
112  }

References iEvent, metsig::jet, jet_token, singleTopDQM_cfi::jets, m_algo, JetVertexMain::Main(), eostools::move(), DiDispStaMuonMonitor_cfi::pt, muonTiming_cfi::ptmax, mps_fire::result, track_token, PDWG_EXOHSCP_cff::tracks, vertex_token, and jets_cff::vertexes.

Member Data Documentation

◆ jet_token

edm::EDGetTokenT<reco::CaloJetCollection> cms::JetVertexAssociation::jet_token
private

Definition at line 39 of file JetVertexAssociation.h.

Referenced by produce().

◆ m_algo

JetVertexMain cms::JetVertexAssociation::m_algo
private

Definition at line 38 of file JetVertexAssociation.h.

Referenced by produce().

◆ track_token

edm::EDGetTokenT<reco::TrackCollection> cms::JetVertexAssociation::track_token
private

Definition at line 40 of file JetVertexAssociation.h.

Referenced by produce().

◆ vertex_token

edm::EDGetTokenT<reco::VertexCollection> cms::JetVertexAssociation::vertex_token
private

Definition at line 41 of file JetVertexAssociation.h.

Referenced by produce().

reco::Vertex::trackRef_iterator
std::vector< TrackBaseRef >::const_iterator trackRef_iterator
The iteratator for the vector<TrackRef>
Definition: Vertex.h:38
PDWG_EXOHSCP_cff.tracks
tracks
Definition: PDWG_EXOHSCP_cff.py:28
cms::JetVertexAssociation::vertex_token
edm::EDGetTokenT< reco::VertexCollection > vertex_token
Definition: JetVertexAssociation.h:41
DiDispStaMuonMonitor_cfi.pt
pt
Definition: DiDispStaMuonMonitor_cfi.py:39
JetVertexMain::Main
std::pair< double, bool > Main(const reco::CaloJet &jet, edm::Handle< reco::TrackCollection > tracks, double SIGNAL_V_Z, double SIGNAL_V_Z_Error)
Definition: JetVertexMain.cc:21
jets_cff.vertexes
vertexes
Definition: jets_cff.py:644
singleTopDQM_cfi.jets
jets
Definition: singleTopDQM_cfi.py:42
edm::Handle
Definition: AssociativeIterator.h:50
cms::JetVertexAssociation::track_token
edm::EDGetTokenT< reco::TrackCollection > track_token
Definition: JetVertexAssociation.h:40
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
cms::JetVertexAssociation::ResultCollection1
std::vector< double > ResultCollection1
Definition: JetVertexAssociation.h:35
iEvent
int iEvent
Definition: GenABIO.cc:224
cms::JetVertexAssociation::jet_token
edm::EDGetTokenT< reco::CaloJetCollection > jet_token
Definition: JetVertexAssociation.h:39
cms::JetVertexAssociation::ResultCollection2
std::vector< bool > ResultCollection2
Definition: JetVertexAssociation.h:36
muonTiming_cfi.ptmax
ptmax
Definition: muonTiming_cfi.py:22
eostools.move
def move(src, dest)
Definition: eostools.py:511
metsig::jet
Definition: SignAlgoResolutions.h:47
mps_fire.result
result
Definition: mps_fire.py:303
cms::JetVertexAssociation::m_algo
JetVertexMain m_algo
Definition: JetVertexAssociation.h:38
edm::InputTag
Definition: InputTag.h:15