src
SimG4Core
CustomPhysics
interface
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
:
14
static
CMSAntiSQ
*
theInstance
;
15
CMSAntiSQ
() {}
16
~CMSAntiSQ
() {}
17
18
public
:
19
static
CMSAntiSQ
*
Definition
(
double
mass
);
20
static
CMSAntiSQ
*
AntiSQ
(
double
mass
);
21
};
22
23
#endif
CMSAntiSQ::~CMSAntiSQ
~CMSAntiSQ()
Definition:
CMSAntiSQ.h:16
CMSAntiSQ::CMSAntiSQ
CMSAntiSQ()
Definition:
CMSAntiSQ.h:15
EgHLTOffHistBins_cfi.mass
mass
Definition:
EgHLTOffHistBins_cfi.py:34
CMSAntiSQ::AntiSQ
static CMSAntiSQ * AntiSQ(double mass)
Definition:
CMSAntiSQ.cc:41
CMSAntiSQ::Definition
static CMSAntiSQ * Definition(double mass)
Definition:
CMSAntiSQ.cc:16
CMSAntiSQ::theInstance
static CMSAntiSQ * theInstance
Definition:
CMSAntiSQ.h:14
CMSAntiSQ
Definition:
CMSAntiSQ.h:12
Generated for CMSSW Reference Manual by
1.8.14