#include <fstream>#include <iomanip>#include "G4AdjointCSManager.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4AdjointCSMatrix.hh"#include "G4AdjointInterpolator.hh"#include "G4VEmAdjointModel.hh"#include "G4ElementTable.hh"#include "G4Element.hh"#include "G4ParticleDefinition.hh"#include "G4VEmProcess.hh"#include "G4VEnergyLossProcess.hh"#include "G4PhysicsTable.hh"#include "G4PhysicsLogVector.hh"#include "G4PhysicsTableHelper.hh"#include "G4Electron.hh"#include "G4Gamma.hh"#include "G4Proton.hh"#include "G4AdjointElectron.hh"#include "G4AdjointGamma.hh"#include "G4AdjointProton.hh"#include "G4ProductionCutsTable.hh"Go to the source code of this file.
1.4.7