CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HepPDTESSource.h
Go to the documentation of this file.
1 #ifndef HepPDTESSource_h
2 #define HepPDTESSource_h
3 // -*- C++ -*-
4 //
5 // Package: HepPDTESSource
6 // Class: HepPDTESSource
7 //
15 //
16 // Original Author: Luca Lista
17 // Created: Fri Mar 10 15:58:18 CET 2006
18 //
19 #include <memory>
20 #include <fstream>
21 #include "boost/shared_ptr.hpp"
22 #include "HepPDT/TableBuilder.hh"
23 #include "HepPDT/ParticleDataTable.hh"
29 #include <climits>
30 
32 public:
40  typedef std::auto_ptr<PDT> ReturnType;
42  ReturnType produce( const PDTRecord & );
45  const edm::IOVSyncValue &,
47 
48 private:
50 };
51 #endif
HepPDT::ParticleDataTable PDT
define the particle data table type
HepPDT::ParticleDataTable ParticleDataTable
edm::FileInPath pdtFileName
void setIntervalFor(const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &)
set validity interval
HepPDTESSource(const edm::ParameterSet &)
constructor from parameter set
std::auto_ptr< PDT > ReturnType
define the return type
~HepPDTESSource()
destructor
ReturnType produce(const PDTRecord &)
return the particle table