Geant4
11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4QuasiOpticalData.hh
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
#ifndef G4QuasiOpticalData_h
26
#define G4QuasiOpticalData_h
27
28
#include "
G4ThreeVector.hh
"
29
30
// Common data structure used for Cerenkov and Scintillation photon sampling
31
struct
G4QuasiOpticalData
32
{
33
std::size_t
mat_index
{};
// Index of material in the material table
34
G4int
num_photons
{};
// Number of optical photons to generate
35
G4double
charge
{};
// Charge of the parent particle
36
G4double
step_length
{};
// Step length of the parent track
37
G4double
pre_velocity
{};
// Velocity at the pre-step point
38
G4double
delta_velocity
{};
// Change in velocity between pre- and post-step
39
G4ThreeVector
delta_position
{};
// Displacement vector over the step
40
};
41
42
#endif
// G4QuasiOpticalData_h
G4ThreeVector.hh
G4ThreeVector
CLHEP::Hep3Vector G4ThreeVector
Definition
G4ThreeVector.hh:36
G4double
double G4double
Definition
G4Types.hh:83
G4int
int G4int
Definition
G4Types.hh:85
G4QuasiOpticalData
Definition
G4QuasiOpticalData.hh:32
G4QuasiOpticalData::pre_velocity
G4double pre_velocity
Definition
G4QuasiOpticalData.hh:37
G4QuasiOpticalData::step_length
G4double step_length
Definition
G4QuasiOpticalData.hh:36
G4QuasiOpticalData::num_photons
G4int num_photons
Definition
G4QuasiOpticalData.hh:34
G4QuasiOpticalData::delta_position
G4ThreeVector delta_position
Definition
G4QuasiOpticalData.hh:39
G4QuasiOpticalData::charge
G4double charge
Definition
G4QuasiOpticalData.hh:35
G4QuasiOpticalData::delta_velocity
G4double delta_velocity
Definition
G4QuasiOpticalData.hh:38
G4QuasiOpticalData::mat_index
std::size_t mat_index
Definition
G4QuasiOpticalData.hh:33
geant4-v11.4.0
source
processes
electromagnetic
xrays
include
G4QuasiOpticalData.hh
Generated by
1.16.1