00001 00016 #ifndef DSPHYSCONSEM_H 00017 #define DSPHYSCONSEM_H 00018 00019 #include "GiGa/GiGaPhysConstructorBase.h" 00020 00021 class DsPhysConsEM : public GiGaPhysConstructorBase 00022 { 00023 00024 public: 00025 00026 DsPhysConsEM(const std::string& type, 00027 const std::string& name, 00028 const IInterface* parent); 00029 virtual ~DsPhysConsEM(); 00030 00031 // Interface methods 00032 void ConstructParticle(); 00033 void ConstructProcess(); 00034 00035 private: 00036 00039 double m_fluorCut; 00040 }; 00041 00042 #endif // DSPHYSCONSEM_H