CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PrimaryVertexFilter.cc
Go to the documentation of this file.
2 
3 /*
4  This is an example of using the primary vertex selector PVSelector from the PhysiocsTools/SelectorUtils
5  to wrap it into an EDFilter. The resulting module is an event EDFilter, filtering events based on the
6  PV selection.
7 */
12 
13 /*
14  This is an example of using the primary vertex object selector PVObjectSelector from the PhysicsTools/
15  SelectorUtils to wrap it into an EDProducer. The resulting module is an EDProducer filtering objects
16  based on the PV selection. A new collection will be produced containing only the selectr objects.
17 */
#define DEFINE_FWK_MODULE(type)
Definition: MakerMacros.h:17
edm::FilterObjectWrapper< PVObjectSelector, std::vector< reco::Vertex > > PrimaryVertexObjectFilter
edm::FilterWrapper< PVSelector > PrimaryVertexFilter