ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "PHG4GDMLDetector.h"
#include <g4main/PHG4Detector.h>
#include <g4main/PHG4Subsystem.h>
#include <g4main/PHG4Utils.h>
#include <phparameter/PHParameters.h>
#include <g4gdml/PHG4GDMLConfig.hh>
#include <g4gdml/PHG4GDMLUtility.hh>
#include <Geant4/G4AssemblyVolume.hh>
#include <Geant4/G4GDMLParser.hh>
#include <Geant4/G4GDMLReadStructure.hh>
#include <Geant4/G4LogicalVolume.hh>
#include <Geant4/G4Material.hh>
#include <Geant4/G4PVPlacement.hh>
#include <Geant4/G4RotationMatrix.hh>
#include <Geant4/G4String.hh>
#include <Geant4/G4SystemOfUnits.hh>
#include <Geant4/G4ThreeVector.hh>
#include <Geant4/G4VPhysicalVolume.hh>
#include <Geant4/G4VisAttributes.hh>
#include <CLHEP/Units/SystemOfUnits.h>
#include <cassert>
#include <cstdlib>
#include <iostream>
#include <memory>
#include <vector>
Go to the source code of this file.