CMS 3D CMS Logo

Package SimGeneral/HepPDTRecord
CVS head for this package - Administrative privileges

Description

Classes defining the Particle Data Table record for the Event Setup.

Public interface

  • PDTRecord: Particle Data Table record. An example of how to fetch the Particle Data Table from the Event Setup is presented below:
      const edm::EventSetup & es = ...;
      edm::ESHandle<DefaultConfig::ParticleDataTable> pdt;
      es.getData( pdt );
    

Modules

None.

Unit tests and examples

None.

Status and planned development

Complete. Should be updated to use the non-CHLEP HepPDT version.


Last updated: @DATE@ L. Lista