#include <CMSDarkPairProduction.h>
Definition at line 19 of file CMSDarkPairProduction.h.
◆ CMSDarkPairProduction()
CMSDarkPairProduction::CMSDarkPairProduction |
( |
const G4ParticleDefinition * |
p = nullptr , |
|
|
G4double |
df = 1.0 , |
|
|
const G4String & |
nam = "BetheHeitlerLPM" |
|
) |
| |
◆ ~CMSDarkPairProduction()
CMSDarkPairProduction::~CMSDarkPairProduction |
( |
| ) |
|
|
override |
◆ ComputeCrossSectionPerAtom()
G4double CMSDarkPairProduction::ComputeCrossSectionPerAtom |
( |
const G4ParticleDefinition * |
p, |
|
|
G4double |
kinEnergy, |
|
|
G4double |
Z, |
|
|
G4double |
A = 0. , |
|
|
G4double |
cut = 0. , |
|
|
G4double |
emax = DBL_MAX |
|
) |
| |
|
override |
Definition at line 20 of file CMSDarkPairProduction.cc.
References dark_factor, MillePedeFileConverter_cfg::e, StorageManager_cfg::e1, SiPixelPhase1Clusters_cfi::e3, AlCaHLTBitMon_ParallelJobs::p, and BeamSpotPI::Z.
22 return dark_factor * G4PairProductionRelModel::ComputeCrossSectionPerAtom(
p,
e,
Z,
e1, e2,
e3);
◆ dark_factor
G4double CMSDarkPairProduction::dark_factor |
|
private |