EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Cell.h"
#include "CompCal.h"
#include "OpTable.h"
#include "OpDet.h"
#include "RootOut.h"
#include <TTree.h>
#include <Geant4/G4LogicalVolume.hh>
#include <Geant4/G4Box.hh>
#include <Geant4/G4SubtractionSolid.hh>
#include <Geant4/G4SystemOfUnits.hh>
#include <Geant4/G4NistManager.hh>
#include <Geant4/G4VisAttributes.hh>
#include <Geant4/G4PVPlacement.hh>
#include <Geant4/G4VPhysicalVolume.hh>
#include <Geant4/G4OpticalPhoton.hh>
#include <Geant4/G4Scintillation.hh>
#include <Geant4/G4Cerenkov.hh>
#include <Geant4/G4Step.hh>
#include <Geant4/G4TouchableHistory.hh>
#include <vector>