LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
NeutronHPphysics.hh
Go to the documentation of this file.
1
#pragma once
7
8
// Geant4 includes
9
#include "Geant4/G4VPhysicsConstructor.hh"
10
11
class
NeutronHPphysics
:
public
G4VPhysicsConstructor {
12
public
:
13
NeutronHPphysics
(
const
G4String
& name =
"neutron"
);
14
15
void
ConstructParticle
()
override
{}
16
void
ConstructProcess
()
override
;
17
18
void
SetThermalPhysics
(G4bool flag) {
fThermal
= flag; };
19
20
private
:
21
G4bool
fThermal
;
22
};
NeutronHPphysics::ConstructParticle
void ConstructParticle() override
Definition:
NeutronHPphysics.hh:15
G4String
Definition:
G4String.hh:45
NeutronHPphysics
Definition:
NeutronHPphysics.hh:11
NeutronHPphysics::SetThermalPhysics
void SetThermalPhysics(G4bool flag)
Definition:
NeutronHPphysics.hh:18
NeutronHPphysics::ConstructProcess
void ConstructProcess() override
Definition:
NeutronHPphysics.cc:40
NeutronHPphysics::fThermal
G4bool fThermal
Definition:
NeutronHPphysics.hh:18
NeutronHPphysics::NeutronHPphysics
NeutronHPphysics(const G4String &name="neutron")
Definition:
NeutronHPphysics.cc:36
larsim
v09_43_00
source
larsim
LegacyLArG4
NeutronHPphysics.hh
Generated on Thu May 2 2024 20:59:51 for LArSoft by
1.8.11