1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
/*!
\page DataFormats_VertexReco Package DataFormats/VertexReco
<center>
<small>
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/DataFormats/VertexReco/?cvsroot=CMSSW>CVS head for this package</a> -
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/DataFormats/VertexReco/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
</small>
</center>
\section desc Description
Persistent classes for Vertex Reco data format.
\subsection interface Public interface
- reco::Vertex: reconstructed Vertex, ment to be stored in the AOD
\subsection typedefs
- reco::VertexCollection: collection of reco::Vertex objects
- reco::VertexRef: persistent reference to a reco::Vertex object
- reco::VertexRefProd: reference to a reco::Vertex collection
- reco::VertexRefVector: vector of references to reco::Vertex objects in the same collection
- reco::vertex_iterator: iterator over a vector of references to reco::Vertex objects in the same collection
\subsection modules Modules
None.
\subsection tests Unit tests and examples
None.
\section status Status and planned development
To be reviewed.
<hr>
Last updated:
07-FEB-2006 L. Lista
*/
|