src
SimG4Core
CustomPhysics
interface
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::~CMSSQ
~CMSSQ()
Definition:
CMSSQ.h:17
CMSSQ::SQ
static CMSSQ * SQ(double mass)
Definition:
CMSSQ.cc:41
CMSSQ::CMSSQ
CMSSQ()
Definition:
CMSSQ.h:16
CMSSQ::theInstance
static CMSSQ * theInstance
Definition:
CMSSQ.h:15
EgHLTOffHistBins_cfi.mass
mass
Definition:
EgHLTOffHistBins_cfi.py:34
CMSSQ
Definition:
CMSSQ.h:13
CMSSQ::Definition
static CMSSQ * Definition(double mass)
Definition:
CMSSQ.cc:16
Generated for CMSSW Reference Manual by
1.8.14