EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "PHG4FCalDetector.h"
#include "PHG4FCalSteppingAction.h"
#include <g4main/PHG4Detector.h>
#include <Geant4/G4Box.hh>
#include <Geant4/G4Colour.hh>
#include <Geant4/G4LogicalVolume.hh>
#include <Geant4/G4Material.hh>
#include <Geant4/G4NistManager.hh>
#include <Geant4/G4PVPlacement.hh>
#include <Geant4/G4Region.hh>
#include <Geant4/G4String.hh>
#include <Geant4/G4SystemOfUnits.hh>
#include <Geant4/G4ThreeVector.hh>
#include <Geant4/G4Types.hh>
#include <Geant4/G4VisAttributes.hh>
#include <cstdlib>
#include <iostream>
#include <map>
#include <sstream>
#include <utility>