Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:56:27

0001 #ifndef LaserAlignmentSimulation_LaserOpticalPhysics_H
0002 #define LaserAlignmentSimulation_LaserOpticalPhysics_H
0003 
0004 /** \class LaserOpticalPhysics
0005  *  Custom physics to activate optical processes for the simulation of the Laser
0006  * Alignment System
0007  *
0008  *  $Date: 2009/12/10 18:10:05 $
0009  *  $Revision: 1.4 $
0010  *  \author Maarten Thomas
0011  */
0012 
0013 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0014 #include "SimG4Core/Physics/interface/PhysicsList.h"
0015 
0016 class LaserOpticalPhysics : public PhysicsList {
0017 public:
0018   LaserOpticalPhysics(const edm::ParameterSet &p);
0019 };
0020 
0021 #endif