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
|
/*!
\page DataFormats_JetReco Package DataFormats/JetReco
<center>
<small>
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/DataFormats/JetReco/?cvsroot=CMSSW>CVS head for this package</a> -
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/DataFormats/JetReco/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
</small>
</center>
\section desc Description
Classes defining jet objects.
\subsection interface Public interface
- Jet: common jet abstract base class.
- CaloJet: jet made of calorimetric constituents.
- GenJet: jet made of generator particle constituents.
- CommonJetData: common jet data structure.
\subsection typedefs
- CaloJetCollection: collection of CaloJet objects.
- GenJetCollection: collection of GenJet objects.
\subsection modules Modules
None.
\subsection tests Unit tests and examples
None.
\section status Status and planned development
<hr>
Last updated: @DATE@ L. Lista
*/
|