CMS 3D CMS Logo

CMSSQ.h
Go to the documentation of this file.
1 
2 #ifndef CMSSQ_h
3 #define CMSSQ_h 1
4 
5 #include "globals.hh"
6 #include "G4ios.hh"
7 #include "G4ParticleDefinition.hh"
8 
9 // ######################################################################
10 // ### SEXAQUARK ###
11 // ######################################################################
12 
13 class CMSSQ : public G4ParticleDefinition {
14 private:
15  static CMSSQ* theInstance;
16  CMSSQ() {}
17  ~CMSSQ() {}
18 
19 public:
20  static CMSSQ* Definition(double mass);
21  static CMSSQ* SQ(double mass);
22 };
23 
24 #endif
~CMSSQ()
Definition: CMSSQ.h:17
static CMSSQ * SQ(double mass)
Definition: CMSSQ.cc:41
CMSSQ()
Definition: CMSSQ.h:16
static CMSSQ * theInstance
Definition: CMSSQ.h:15
Definition: CMSSQ.h:13
static CMSSQ * Definition(double mass)
Definition: CMSSQ.cc:16