test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoParticleFlow
PFTracking
plugins
SimVertexSelector.cc
Go to the documentation of this file.
1
/* \class PFDisplacedVertexSelector
2
*
3
* Selects vertices with a configurable string-based cut.
4
* Saves clones of the selected vertices
5
*
6
* \author: Luca Lista, INFN
7
*
8
* usage:
9
*
10
* module bestVertices = VertexSelector {
11
* src = ctfWithMaterialTracks
12
* string cut = "chiSquared < 5"
13
* }
14
*
15
* for more details about the cut syntax, see the documentation
16
* page below:
17
*
18
* https://twiki.cern.ch/twiki/bin/view/CMS/SWGuidePhysicsCutParser
19
*
20
*
21
*/
22
23
#include "
FWCore/Framework/interface/MakerMacros.h
"
24
#include "
CommonTools/UtilAlgos/interface/SingleObjectSelector.h
"
25
#include "
CommonTools/UtilAlgos/interface/StringCutObjectSelector.h
"
26
#include "
SimDataFormats/Vertex/interface/SimVertex.h
"
27
#include "
SimDataFormats/Vertex/interface/SimVertexContainer.h
"
28
29
typedef
SingleObjectSelector
<
30
edm::SimVertexContainer
,
31
StringCutObjectSelector<SimVertex>
32
>
SimVertexSelector
;
33
StringCutObjectSelector.h
StringCutObjectSelector
Definition:
StringCutObjectSelector.h:16
MakerMacros.h
SimVertex.h
SimVertexSelector
SingleObjectSelector< edm::SimVertexContainer, StringCutObjectSelector< SimVertex > > SimVertexSelector
Definition:
SimVertexSelector.cc:32
SingleObjectSelector.h
edm::SimVertexContainer
std::vector< SimVertex > SimVertexContainer
Definition:
SimVertexContainer.h:13
SingleObjectSelectorBase
Definition:
SingleObjectSelector.h:28
SimVertexContainer.h
Generated for CMSSW Reference Manual by
1.8.5