Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:19

0001 #ifndef SimG4Core_CustomPhysics_CMSExoticaPhysics_H
0002 #define SimG4Core_CustomPhysics_CMSExoticaPhysics_H
0003 
0004 //
0005 //
0006 // Author: V.Ivantchenko  7 May 2018
0007 //
0008 // Description: general interface to exotic particle physics
0009 //
0010 
0011 #include "SimG4Core/Physics/interface/PhysicsList.h"
0012 
0013 class CMSExoticaPhysics {
0014 public:
0015   CMSExoticaPhysics(PhysicsList* phys, const edm::ParameterSet& p);
0016   ~CMSExoticaPhysics() = default;
0017 };
0018 
0019 #endif