Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Geometry/CaloTopology/doc/CaloTopology.doc is written in an unsupported language. File is not indexed.

0001 
0002 /*!
0003 
0004 \page Geometry_CaloTopology Package Geometry/CaloTopology
0005 
0006 <center>
0007 <small>
0008 
0009 <!-- @CVS_TAG@ will be substituted at build time, no need to touch -->
0010 <a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/Geometry/CaloTopology/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> - 
0011 <a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/Geometry/CaloTopology/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
0012 </small>
0013 </center>
0014 
0015 \section desc Description
0016 <!-- Short description of what this package is supposed to provide -->
0017 
0018   This package provides the base class and topology classes for
0019   calorimetry geometry.  Specific implementations of the subdetector
0020   topologies can be found by following the inheritance tree of
0021   CaloSubdetectorTopology.
0022 
0023 \subsection interface Public interface
0024 <!-- List the classes that are provided for use in other packages (if any) -->
0025 
0026 - CaloDirection enumerator: Codes the local directions in the cell lattice.
0027 - CaloSubdetectorTopology
0028   - CaloTowerTopology
0029   - EcalBarrelHardcodedTopology
0030   - EcalBarrelTopology
0031   - EcalEndcapHardcodedTopology
0032   - EcalEndcapTopology
0033   - EcalPreshowerTopology
0034   - HcalTopology
0035 
0036 - CaloTopology
0037 - CaloTowerConstituentsMap
0038 - EcalTrigTowerConstituentsMap
0039 - HcalTopologyRestrictionParser
0040 
0041 
0042 \subsection pluginai Plugins
0043 <!-- List the plugins that are provided for use in other packages (if any) -->
0044 
0045 
0046 
0047 
0048 \subsection modules Modules
0049 <!-- Describe modules implemented in this package and their parameter set -->
0050 
0051 
0052 \subsection tests Unit tests and examples
0053 <!-- Describe cppunit tests and example configuration files -->
0054 - testCaloTowerTopology.cpp: test navigation in a CaloTower cell lattice.
0055 - testHcalTopology.cpp: test HCAL topology.
0056 
0057 \section status Status and planned development
0058 <!-- e.g. completed, stable, missing features -->
0059 Stable.
0060 
0061 <hr>
0062 Last updated:
0063 @DATE@  I. Osborne
0064 */
0065