Warning, /SimGeneral/HepPDTRecord/doc/HepPDTRecord.doc is written in an unsupported language. File is not indexed.
0001 /*!
0002 \page SimGeneral_HepPDTRecord Package SimGeneral/HepPDTRecord
0003 <center>
0004 <small>
0005 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/SimGeneral/HepPDTRecord/?cvsroot=CMSSW>CVS head for this package</a> -
0006 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/SimGeneral/HepPDTRecord/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
0007 </small>
0008 </center>
0009
0010 \section desc Description
0011 Classes defining the Particle Data Table record for the Event Setup.
0012
0013 \subsection interface Public interface
0014 - PDTRecord: Particle Data Table record.
0015 An example of how to fetch the Particle Data Table from the Event Setup is
0016 presented below:
0017 \htmlonly
0018 <pre>
0019 const edm::EventSetup & es = ...;
0020 edm::ESHandle<DefaultConfig::ParticleDataTable> pdt;
0021 es.getData( pdt );
0022 </pre>
0023 \endhtmlonly
0024
0025 \subsection modules Modules
0026 None.
0027
0028 \subsection tests Unit tests and examples
0029 None.
0030
0031 \section status Status and planned development
0032 Complete. Should be updated to use the non-CHLEP HepPDT version.
0033
0034 <hr>
0035 Last updated: @DATE@ L. Lista
0036 */