#include "VisExamples/VisG4ExN02/src/VisG4ExampleDetector.h"
#include "VisExamples/VisG4ExN02/src/VisG4ExampleParametrisation.h"
#include "VisExamples/VisG4ExN02/src/VisG4ExampleField.h"
#include "VisExamples/VisG4ExN02/src/VisG4ExampleSD.h"
#include <G4Material.hh>
#include <G4Box.hh>
#include <G4LogicalVolume.hh>
#include <G4PVPlacement.hh>
#include <G4PVParameterised.hh>
#include <G4SDManager.hh>
#include <G4VisAttributes.hh>
#include <G4Colour.hh>
#include <iostream>
Go to the source code of this file.