CMS 3D CMS Logo

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

#include <HIBestVertexProducer.h>

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

Public Member Functions

 HIBestVertexProducer (const edm::ParameterSet &ps)
 
void produce (edm::Event &ev, const edm::EventSetup &es) override
 
 ~HIBestVertexProducer () 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)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::stream::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

void beginJob ()
 

Private Attributes

edm::EDGetTokenT< reco::VertexCollectiontheAdaptiveVertexCollection
 
edm::EDGetTokenT< reco::BeamSpottheBeamSpotTag
 
edm::ParameterSet theConfig
 
edm::EDGetTokenT< reco::VertexCollectiontheFinalAdaptiveVertexCollection
 
edm::EDGetTokenT< reco::VertexCollectiontheMedianVertexCollection
 
bool theUseFinalAdaptiveVertexCollection
 

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
 
- 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

Definition at line 13 of file HIBestVertexProducer.h.

Constructor & Destructor Documentation

HIBestVertexProducer::HIBestVertexProducer ( const edm::ParameterSet ps)
explicit

Definition at line 20 of file HIBestVertexProducer.cc.

References edm::ParameterSet::getParameter().

20  : theConfig(ps),
21  theBeamSpotTag(consumes<reco::BeamSpot>(ps.getParameter<edm::InputTag>("beamSpotLabel"))),
22  theMedianVertexCollection(consumes<reco::VertexCollection>(ps.getParameter<edm::InputTag>("medianVertexCollection"))),
23  theAdaptiveVertexCollection(consumes<reco::VertexCollection>(ps.getParameter<edm::InputTag>("adaptiveVertexCollection"))),
24  theUseFinalAdaptiveVertexCollection(ps.getParameter<bool>("useFinalAdaptiveVertexCollection"))
25 {
27  theFinalAdaptiveVertexCollection = consumes<reco::VertexCollection>(ps.getParameter<edm::InputTag>("finalAdaptiveVertexCollection"));
28  }
29  produces<reco::VertexCollection>();
30 }
T getParameter(std::string const &) const
edm::EDGetTokenT< reco::VertexCollection > theAdaptiveVertexCollection
edm::ParameterSet theConfig
edm::EDGetTokenT< reco::BeamSpot > theBeamSpotTag
edm::EDGetTokenT< reco::VertexCollection > theFinalAdaptiveVertexCollection
edm::EDGetTokenT< reco::VertexCollection > theMedianVertexCollection
HIBestVertexProducer::~HIBestVertexProducer ( )
override

Definition at line 34 of file HIBestVertexProducer.cc.

35 {
36 }

Member Function Documentation

void HIBestVertexProducer::beginJob ( void  )
private

Definition at line 51 of file HIBestVertexProducer.cc.

References produce().

52 {
53 }
void HIBestVertexProducer::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 39 of file HIBestVertexProducer.cc.

References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().

39  {
41  desc.add<InputTag>("beamSpotLabel", edm::InputTag("offlineBeamSpot"));
42  desc.add<InputTag>("adaptiveVertexCollection", edm::InputTag("hiBestAdaptiveVertex"));
43  desc.add<InputTag>("medianVertexCollection", edm::InputTag("hiPixelMedianVertex"));
44  desc.add<bool>("useFinalAdaptiveVertexCollection", false);
45  desc.add<InputTag>("finalAdaptiveVertexCollection", edm::InputTag("hiBestOfflinePrimaryVertex"));
46 
47  descriptions.add("hiSelectedPixelVertex", desc);
48 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void HIBestVertexProducer::produce ( edm::Event ev,
const edm::EventSetup es 
)
override

Definition at line 57 of file HIBestVertexProducer.cc.

References ecalDrivenElectronSeedsParameters_cff::beamSpot, reco::BeamSpot::BeamWidthX(), reco::BeamSpot::BeamWidthY(), edm::Event::getByToken(), edm::HandleBase::isValid(), eostools::move(), reco::BeamSpot::position(), funct::pow(), edm::Handle< T >::product(), edm::Event::put(), reco::BeamSpot::sigmaZ(), reco::BeamSpot::x0(), and reco::BeamSpot::y0().

Referenced by beginJob().

58 {
59 
60  // 1. use best adaptive vertex preferentially
61  // 2. use median vertex in case where adaptive algorithm failed
62  // 3. use beamspot if netither vertexing method succeeds
63 
64  // New vertex collection
65  auto newVertexCollection = std::make_unique<reco::VertexCollection>();
66 
67  //** Get precise adaptive vertex **/
70  const reco::VertexCollection *vertices1 = vc1.product();
71 
72  if(vertices1->empty())
73  LogError("HeavyIonVertexing") << "adaptive vertex collection is empty!" << endl;
74 
75 //** Final vertex collection if needed **//
76  const double maxZError = 3.0; //any vtx with error > this number is considered no good
77  bool hasFinalVertex = false;
81  const reco::VertexCollection *vertices0 = vc0.product();
82  if(vertices0->empty())
83  LogInfo("HeavyIonVertexing") << "final adaptive vertex collection is empty!" << endl;
84 
85  //if using final vertex and has a good vertex, use it
86  if(vertices0->begin()->zError() < maxZError){
87  hasFinalVertex = true;
88  auto const& vertex0 = vertices0->front();
89  newVertexCollection->push_back(vertex0);
90  LogInfo("HeavyIonVertexing") << "adaptive vertex:\n vz = ("
91  << vertex0.x() << ", " << vertex0.y() << ", " << vertex0.z() << ")"
92  << "\n error = ("
93  << vertex0.xError() << ", " << vertex0.yError() << ", "
94  << vertex0.zError() << ")" << endl;
95  }
96  }
97 
98  //otherwise use the pixel track adaptive vertex if it is good
99  if(!hasFinalVertex){
100  if(vertices1->begin()->zError() < maxZError) {
101 
102  reco::VertexCollection::const_iterator vertex1 = vertices1->begin();
103  newVertexCollection->push_back(*vertex1);
104 
105  LogInfo("HeavyIonVertexing") << "adaptive vertex:\n vz = ("
106  << vertex1->x() << ", " << vertex1->y() << ", " << vertex1->z() << ")"
107  << "\n error = ("
108  << vertex1->xError() << ", " << vertex1->yError() << ", "
109  << vertex1->zError() << ")" << endl;
110  } else {
111 
112  //** Get fast median vertex **/
115  const reco::VertexCollection * vertices2 = vc2.product();
116 
117  //** Get beam spot position and error **/
119  edm::Handle<reco::BeamSpot> beamSpotHandle;
120  ev.getByToken(theBeamSpotTag, beamSpotHandle);
121 
122  if( beamSpotHandle.isValid() )
123  beamSpot = *beamSpotHandle;
124  else
125  LogError("HeavyIonVertexing") << "no beamspot found " << endl;
126 
127  if(!vertices2->empty()) {
128 
129  reco::VertexCollection::const_iterator vertex2 = vertices2->begin();
131  err(0,0)=pow(beamSpot.BeamWidthX(),2);
132  err(1,1)=pow(beamSpot.BeamWidthY(),2);
133  err(2,2)=pow(vertex2->zError(),2);
134  reco::Vertex newVertex(reco::Vertex::Point(beamSpot.x0(),beamSpot.y0(),vertex2->z()),
135  err, 0, 1, 1);
136  newVertexCollection->push_back(newVertex);
137 
138  LogInfo("HeavyIonVertexing") << "median vertex + beamspot: \n position = ("
139  << newVertex.x() << ", " << newVertex.y() << ", " << newVertex.z() << ")"
140  << "\n error = ("
141  << newVertex.xError() << ", " << newVertex.yError() << ", "
142  << newVertex.zError() << ")" << endl;
143 
144  } else {
145 
147  err(0,0)=pow(beamSpot.BeamWidthX(),2);
148  err(1,1)=pow(beamSpot.BeamWidthY(),2);
149  err(2,2)=pow(beamSpot.sigmaZ(),2);
150  reco::Vertex newVertex(beamSpot.position(),
151  err, 0, 0, 1);
152  newVertexCollection->push_back(newVertex);
153 
154  LogInfo("HeavyIonVertexing") << "beam spot: \n position = ("
155  << newVertex.x() << ", " << newVertex.y() << ", " << newVertex.z() << ")"
156  << "\n error = ("
157  << newVertex.xError() << ", " << newVertex.yError() << ", "
158  << newVertex.zError() << ")" << endl;
159 
160  }
161 
162  }
163  }
164 
165  // put new vertex collection into event
166  ev.put(std::move(newVertexCollection));
167 
168 }
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Definition: Event.h:127
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:508
math::Error< dimension >::type Error
covariance error matrix (3x3)
Definition: Vertex.h:43
std::vector< Vertex > VertexCollection
collection of Vertex objects
Definition: VertexFwd.h:9
edm::EDGetTokenT< reco::VertexCollection > theAdaptiveVertexCollection
edm::EDGetTokenT< reco::BeamSpot > theBeamSpotTag
edm::EDGetTokenT< reco::VertexCollection > theFinalAdaptiveVertexCollection
math::XYZPoint Point
point in the space
Definition: Vertex.h:39
double BeamWidthX() const
beam width X
Definition: BeamSpot.h:86
bool isValid() const
Definition: HandleBase.h:74
edm::EDGetTokenT< reco::VertexCollection > theMedianVertexCollection
T const * product() const
Definition: Handle.h:81
double sigmaZ() const
sigma z
Definition: BeamSpot.h:80
double BeamWidthY() const
beam width Y
Definition: BeamSpot.h:88
double y0() const
y coordinate
Definition: BeamSpot.h:66
const Point & position() const
position
Definition: BeamSpot.h:62
Power< A, B >::type pow(const A &a, const B &b)
Definition: Power.h:40
def move(src, dest)
Definition: eostools.py:510
double x0() const
x coordinate
Definition: BeamSpot.h:64

Member Data Documentation

edm::EDGetTokenT<reco::VertexCollection> HIBestVertexProducer::theAdaptiveVertexCollection
private

Definition at line 26 of file HIBestVertexProducer.h.

edm::EDGetTokenT<reco::BeamSpot> HIBestVertexProducer::theBeamSpotTag
private

Definition at line 24 of file HIBestVertexProducer.h.

edm::ParameterSet HIBestVertexProducer::theConfig
private

Definition at line 23 of file HIBestVertexProducer.h.

edm::EDGetTokenT<reco::VertexCollection> HIBestVertexProducer::theFinalAdaptiveVertexCollection
private

Definition at line 27 of file HIBestVertexProducer.h.

edm::EDGetTokenT<reco::VertexCollection> HIBestVertexProducer::theMedianVertexCollection
private

Definition at line 25 of file HIBestVertexProducer.h.

bool HIBestVertexProducer::theUseFinalAdaptiveVertexCollection
private

Definition at line 28 of file HIBestVertexProducer.h.