#include "globals.hh"#include "G4SystemOfUnits.hh"#include "G4Box.hh"#include "G4Tubs.hh"#include "G4UnionSolid.hh"#include "G4Trd.hh"#include "G4AssemblyVolume.hh"#include "G4VisAttributes.hh"#include "G4Colour.hh"#include "G4RunManager.hh"#include "G4LogicalVolume.hh"#include "G4PVPlacement.hh"#include "G4PVReplica.hh"#include "G4RotationMatrix.hh"#include "G4NistManager.hh"#include "G4NistElementBuilder.hh"#include "HadrontherapyDetectorConstruction.hh"#include "TrentoPassiveProtonBeamLine.hh"#include "TrentoPassiveProtonBeamLineMessenger.hh"
1.8.5