CMS 3D CMS Logo

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