|
Geant4
9.6.p02
|
Main program of the biasing/B02 example. More...
#include <iostream>#include "G4VPhysicalVolume.hh"#include "G4RunManager.hh"#include "G4UImanager.hh"#include "G4SystemOfUnits.hh"#include "B02DetectorConstruction.hh"#include "B02PhysicsList.hh"#include "B02PrimaryGeneratorAction.hh"#include "B02RunAction.hh"#include "B02PSScoringDetectorConstruction.hh"#include "B02ImportanceDetectorConstruction.hh"#include "G4GeometrySampler.hh"#include "G4IStore.hh"#include "B02CellScorer.hh"#include "B02CellScorerStore.hh"#include "B02ScoreTable.hh"#include "AIDA/IAnalysisFactory.h"#include "AIDA/ITree.h"#include "AIDA/ITreeFactory.h"#include "AIDA/IHistogram1D.h"#include "AIDA/IHistogramFactory.h"
Go to the source code of this file.
Functions | |
| int | main (int, char **) |
Main program of the biasing/B02 example.
Definition in file exampleB02.cc.
1.8.4