src
SimG4Core
PhysicsLists
interface
HadronPhysicsQGSPCMS_FTFP_BERT.h
Go to the documentation of this file.
1
//--------------------------------------------------------------------
2
//
3
// 15.04.2021 V.Ivanchenko Hadron inelastic physics based on
4
// QGSP_FTFP_BERT of CMS migrated to Geant4 10.7
5
//
6
//--------------------------------------------------------------------
7
8
#ifndef SimG4Core_PhysicsLists_HadronPhysicsQGSPCMS_FTFP_BERT_h
9
#define SimG4Core_PhysicsLists_HadronPhysicsQGSPCMS_FTFP_BERT_h 1
10
11
#include "globals.hh"
12
#include "G4ios.hh"
13
14
#include "G4HadronPhysicsQGSP_BERT.hh"
15
16
class
HadronPhysicsQGSPCMS_FTFP_BERT
:
public
G4HadronPhysicsQGSP_BERT {
17
public
:
18
explicit
HadronPhysicsQGSPCMS_FTFP_BERT
(G4int
verbose
);
19
explicit
HadronPhysicsQGSPCMS_FTFP_BERT
(G4double
e1
, G4double e2, G4double
e3
, G4double
e4
, G4double
e5
);
20
~HadronPhysicsQGSPCMS_FTFP_BERT
()
override
;
21
22
void
ConstructProcess
()
override
;
23
24
// copy constructor and hide assignment operator
25
HadronPhysicsQGSPCMS_FTFP_BERT
(
HadronPhysicsQGSPCMS_FTFP_BERT
&) =
delete
;
26
HadronPhysicsQGSPCMS_FTFP_BERT
&
operator=
(
const
HadronPhysicsQGSPCMS_FTFP_BERT
&right) =
delete
;
27
};
28
29
#endif
HadronPhysicsQGSPCMS_FTFP_BERT
Definition:
HadronPhysicsQGSPCMS_FTFP_BERT.h:16
verbose
bool verbose
Definition:
beamSpotDipStandalone.cc:87
HadronPhysicsQGSPCMS_FTFP_BERT::~HadronPhysicsQGSPCMS_FTFP_BERT
~HadronPhysicsQGSPCMS_FTFP_BERT() override
Definition:
HadronPhysicsQGSPCMS_FTFP_BERT.cc:19
HadronPhysicsQGSPCMS_FTFP_BERT::ConstructProcess
void ConstructProcess() override
Definition:
HadronPhysicsQGSPCMS_FTFP_BERT.cc:21
vertexPlots.e4
e4
Definition:
vertexPlots.py:64
SiPixelPhase1Clusters_cfi.e3
e3
Definition:
SiPixelPhase1Clusters_cfi.py:9
TrackValidation_cff.e5
e5
Definition:
TrackValidation_cff.py:654
StorageManager_cfg.e1
e1
Definition:
StorageManager_cfg.py:16
HadronPhysicsQGSPCMS_FTFP_BERT::operator=
HadronPhysicsQGSPCMS_FTFP_BERT & operator=(const HadronPhysicsQGSPCMS_FTFP_BERT &right)=delete
HadronPhysicsQGSPCMS_FTFP_BERT::HadronPhysicsQGSPCMS_FTFP_BERT
HadronPhysicsQGSPCMS_FTFP_BERT(G4int verbose)
Definition:
HadronPhysicsQGSPCMS_FTFP_BERT.cc:5
Generated for CMSSW Reference Manual by
1.8.14