EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "G4LmonDetector.h"
#include "ExitWindowV2.h"
#include "Cell.h"
#include "CompCal.h"
#include "Collimator.h"
#include "Magnet.h"
#include "OpDet.h"
#include "RootOut.h"
#include <g4main/PHG4Detector.h>
#include <Geant4/G4Box.hh>
#include <Geant4/G4Color.hh>
#include <Geant4/G4LogicalVolume.hh>
#include <Geant4/G4NistManager.hh>
#include <Geant4/G4Material.hh>
#include <Geant4/G4PVPlacement.hh>
#include <Geant4/G4SubtractionSolid.hh>
#include <Geant4/G4SystemOfUnits.hh>
#include <Geant4/G4Tubs.hh>
#include <Geant4/G4UnionSolid.hh>
#include <Geant4/G4VisAttributes.hh>
#include <cmath>
#include <iostream>