CMS 3D CMS Logo

List of all members | Public Member Functions
CMSHadronPhysicsFTFP_BERT Class Reference

#include <CMSHadronPhysicsFTFP_BERT.h>

Inheritance diagram for CMSHadronPhysicsFTFP_BERT:

Public Member Functions

 CMSHadronPhysicsFTFP_BERT (CMSHadronPhysicsFTFP_BERT &)=delete
 
 CMSHadronPhysicsFTFP_BERT (G4double e1, G4double e2, G4double e3)
 
 CMSHadronPhysicsFTFP_BERT (G4int verb)
 
void ConstructProcess () override
 
CMSHadronPhysicsFTFP_BERToperator= (const CMSHadronPhysicsFTFP_BERT &right)=delete
 
 ~CMSHadronPhysicsFTFP_BERT () override
 

Detailed Description

Definition at line 19 of file CMSHadronPhysicsFTFP_BERT.h.

Constructor & Destructor Documentation

◆ CMSHadronPhysicsFTFP_BERT() [1/3]

CMSHadronPhysicsFTFP_BERT::CMSHadronPhysicsFTFP_BERT ( G4int  verb)
explicit

Definition at line 6 of file CMSHadronPhysicsFTFP_BERT.cc.

◆ CMSHadronPhysicsFTFP_BERT() [2/3]

CMSHadronPhysicsFTFP_BERT::CMSHadronPhysicsFTFP_BERT ( G4double  e1,
G4double  e2,
G4double  e3 
)
explicit

Definition at line 9 of file CMSHadronPhysicsFTFP_BERT.cc.

10  : G4HadronPhysicsFTFP_BERT("hInelastic FTFP_BERT", false) {
11  minFTFP_pion = e1;
12  maxBERT_pion = e3;
13  minFTFP_kaon = e1;
14  maxBERT_kaon = e2;
15  minFTFP_proton = e1;
16  maxBERT_proton = e2;
17  minFTFP_neutron = e1;
18  maxBERT_neutron = e2;
19 }

References StorageManager_cfg::e1, and SiPixelPhase1Clusters_cfi::e3.

◆ ~CMSHadronPhysicsFTFP_BERT()

CMSHadronPhysicsFTFP_BERT::~CMSHadronPhysicsFTFP_BERT ( )
override

Definition at line 21 of file CMSHadronPhysicsFTFP_BERT.cc.

21 {}

◆ CMSHadronPhysicsFTFP_BERT() [3/3]

CMSHadronPhysicsFTFP_BERT::CMSHadronPhysicsFTFP_BERT ( CMSHadronPhysicsFTFP_BERT )
delete

Member Function Documentation

◆ ConstructProcess()

void CMSHadronPhysicsFTFP_BERT::ConstructProcess ( )
override

Definition at line 23 of file CMSHadronPhysicsFTFP_BERT.cc.

23  {
24  if (G4Threading::IsMasterThread()) {
25  DumpBanner();
26  }
27  CreateModels();
28 }

◆ operator=()

CMSHadronPhysicsFTFP_BERT& CMSHadronPhysicsFTFP_BERT::operator= ( const CMSHadronPhysicsFTFP_BERT right)
delete
GeV
const double GeV
Definition: MathUtil.h:16
StorageManager_cfg.e1
e1
Definition: StorageManager_cfg.py:16
SiPixelPhase1Clusters_cfi.e3
e3
Definition: SiPixelPhase1Clusters_cfi.py:9
CMSHadronPhysicsFTFP_BERT::CMSHadronPhysicsFTFP_BERT
CMSHadronPhysicsFTFP_BERT(G4int verb)
Definition: CMSHadronPhysicsFTFP_BERT.cc:6