CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h

Go to the documentation of this file.
00001 #ifndef LaserAlignmentSimulation_LaserOpticalPhysics_H
00002 #define LaserAlignmentSimulation_LaserOpticalPhysics_H
00003 
00012 #include "SimG4Core/Physics/interface/PhysicsList.h"
00013 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00014  
00015 class LaserOpticalPhysics : public PhysicsList
00016 {
00017 public:
00019     LaserOpticalPhysics(G4LogicalVolumeToDDLogicalPartMap& map, const HepPDT::ParticleDataTable * table_, sim::FieldBuilder *fieldBuilder_, const edm::ParameterSet & p);
00020 };
00021  
00022 #endif