LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
MyQGSP_BERT_LASER Class Reference

#include "MyQGSP_BERT_LASER.hh"

Inheritance diagram for MyQGSP_BERT_LASER:

Public Member Functions

 MyQGSP_BERT_LASER (G4int ver=1)
 
virtual ~MyQGSP_BERT_LASER ()=default
 
 MyQGSP_BERT_LASER (const MyQGSP_BERT_LASER &)=delete
 
MyQGSP_BERT_LASERoperator= (const MyQGSP_BERT_LASER &)=delete
 

Detailed Description

Definition at line 7 of file MyQGSP_BERT_LASER.hh.

Constructor & Destructor Documentation

MyQGSP_BERT_LASER::MyQGSP_BERT_LASER ( G4int  ver = 1)

Definition at line 58 of file MyQGSP_BERT_LASER.cc.

59 {
60 
61  G4cout << "<<< Geant4 Physics List simulation engine: MyQGSP_BERT_LASER"<<G4endl;
62  G4cout <<G4endl;
63 
64  defaultCutValue = 0.7*CLHEP::mm;
65  SetVerboseLevel(ver);
66 
67  // EM Physics
68  //RegisterPhysics( new G4EmStandardPhysics(ver) );
69  RegisterPhysics( new G4EmStandardPhysics_pseudoLaser(ver) ); // -- replace with laser version
70 
71  // Synchroton Radiation & GN Physics
72  //<--RegisterPhysics( new G4EmExtraPhysics(ver) );
73  //auto MyG4EmExtraPhysics = new G4EmExtraPhysics(ver);
74  //MyG4EmExtraPhysics->MuonNuclear(false); // -- deactivate muonNuclear process
75  //RegisterPhysics( MyG4EmExtraPhysics );
76 
77  // Decays
78  //RegisterPhysics( new MyG4DecayPhysics(ver) );
79 
80  // Hadron Elastic scattering
81  RegisterPhysics( new G4HadronElasticPhysics(ver) );
82 
83  // Hadron Physics
84  RegisterPhysics( new G4HadronPhysicsQGSP_BERT(ver));
85 
86  // Stopping Physics
87  RegisterPhysics( new G4StoppingPhysics(ver) );
88 
89  // Ion Physics
90  RegisterPhysics( new G4IonPhysics(ver));
91 
92  // Neutron tracking cut
93  RegisterPhysics( new G4NeutronTrackingCut(ver));
94 
95 }
virtual MyQGSP_BERT_LASER::~MyQGSP_BERT_LASER ( )
virtualdefault
MyQGSP_BERT_LASER::MyQGSP_BERT_LASER ( const MyQGSP_BERT_LASER )
delete

Member Function Documentation

MyQGSP_BERT_LASER& MyQGSP_BERT_LASER::operator= ( const MyQGSP_BERT_LASER )
delete

The documentation for this class was generated from the following files: