EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "BeastMagnetDetector.h"
#include "BeastMagnetDisplayAction.h"
#include <phparameter/PHParameters.h>
#include <g4main/PHG4Detector.h>
#include <g4main/PHG4Subsystem.h>
#include <TSystem.h>
#include <Geant4/G4AssemblyVolume.hh>
#include <Geant4/G4Color.hh>
#include <Geant4/G4GDMLParser.hh>
#include <Geant4/G4GDMLReadStructure.hh>
#include <Geant4/G4LogicalVolume.hh>
#include <Geant4/G4LogicalVolumeStore.hh>
#include <Geant4/G4Material.hh>
#include <Geant4/G4PVPlacement.hh>
#include <Geant4/G4SolidStore.hh>
#include <Geant4/G4SystemOfUnits.hh>
#include <Geant4/G4VisAttributes.hh>
#include <cmath>
#include <iostream>
#include <memory>