Revision: | 1.1 |
Committed: | Tue Mar 14 14:27:15 2006 UTC (19 years, 1 month ago) by hegner |
Content type: | application/msword |
Branch: | MAIN |
Log Message: | added documentation file |
# | User | Rev | Content |
---|---|---|---|
1 | hegner | 1.1 | /*! |
2 | |||
3 | \page PhysicsTools_PythonAnalysis Package PhysicsTools/PhysicsAnalysis | ||
4 | <center> | ||
5 | <small> | ||
6 | <a | ||
7 | href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/PhysicsTools/PythonAnalysis/?cvsroot=CMSSW>CVS | ||
8 | head for this package</a> - | ||
9 | <a | ||
10 | href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/PhysicsTools/PythonAnalysis/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative | ||
11 | privileges</a> | ||
12 | </small> | ||
13 | </center> | ||
14 | |||
15 | \section desc Description | ||
16 | <!-- Short description of what this package is supposed to provide --> | ||
17 | Examples of using CMSSW in Python. | ||
18 | |||
19 | \subsection interface Public interface | ||
20 | None. | ||
21 | |||
22 | \subsection modules Modules | ||
23 | None. | ||
24 | |||
25 | \subsection tests Unit tests and examples | ||
26 | - trackerHits.py: Reads sim event information and creates the files histo.root | ||
27 | and tofhits.jpg. | ||
28 | - howto.txt: short explanation | ||
29 | |||
30 | \section status Status and planned development | ||
31 | <!-- e.g. completed, stable, missing features --> | ||
32 | Prototype. | ||
33 | |||
34 | <hr> | ||
35 | Last updated: 14-MAR-2006 B. Hegner | ||
36 | */ | ||
37 |