Revision: | 1.1 |
Committed: | Wed Mar 20 17:13:46 2013 UTC (12 years, 1 month ago) by grimes |
Content type: | application/msword |
Branch: | MAIN |
CVS Tags: | OldTrackingParticles_v0, base_6_0_0, HEAD |
Branch point for: | NewTrackingParticles |
Error occurred while calculating annotation data. | |
Log Message: | First commit of the base 6.0.0 files |
# | Content |
---|---|
1 | |
2 | /*! |
3 | |
4 | \page SimDataFormats_TrackingAnalysis Package SimDataFormats/TrackingAnalysis |
5 | |
6 | <center> |
7 | <small> |
8 | |
9 | <!-- @CVS_TAG@ will be substituted at build time, no need to touch --> |
10 | <a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/SimDataFormats/TrackingAnalysis/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> - |
11 | <a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/SimDataFormats/TrackingAnalysis/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a> |
12 | </small> |
13 | </center> |
14 | |
15 | \section desc Description |
16 | |
17 | This package defines two classes, TrackingParticle and TrackingVertex. These |
18 | classes provide an easier to use interface |
19 | to both the HepMC (generator) information and GEANT (simulation) information. |
20 | These objects can then be associated with reconstructed tracks and vertices. |
21 | |
22 | The producer for these classes is in SimGeneral/TrackingAnalysis. |
23 | |
24 | \subsection interface Public interface |
25 | |
26 | Both clases TrackingParticle and TrackingVertex are available for public use. |
27 | |
28 | \subsection modules Modules |
29 | |
30 | |
31 | No modules are provided by this package. |
32 | |
33 | \subsection tests Unit tests and examples |
34 | |
35 | None |
36 | |
37 | \section status Status and planned development |
38 | |
39 | Full documentation of the methods provided by this class can be found at https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideTrackingTruth |
40 | |
41 | |
42 | <hr> |
43 | Last updated: |
44 | @DATE@ Author: computer-generated. |
45 | */ |
46 |