ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4GMocrenFileSceneHandler.cc File Reference
#include <fstream>
#include <cstdlib>
#include <cstring>
#include <sstream>
#include <iomanip>
#include "globals.hh"
#include "G4VisManager.hh"
#include "G4GMocrenFile.hh"
#include "G4GMocrenFileSceneHandler.hh"
#include "G4GMocrenFileViewer.hh"
#include "G4Point3D.hh"
#include "G4VisAttributes.hh"
#include "G4Scene.hh"
#include "G4Transform3D.hh"
#include "G4Polyhedron.hh"
#include "G4Box.hh"
#include "G4Cons.hh"
#include "G4Polyline.hh"
#include "G4Trd.hh"
#include "G4Tubs.hh"
#include "G4Trap.hh"
#include "G4Torus.hh"
#include "G4Sphere.hh"
#include "G4Para.hh"
#include "G4Text.hh"
#include "G4Circle.hh"
#include "G4Square.hh"
#include "G4VPhysicalVolume.hh"
#include "G4PhysicalVolumeModel.hh"
#include "G4LogicalVolume.hh"
#include "G4Material.hh"
#include "G4VPVParameterisation.hh"
#include "G4VVolumeMaterialScanner.hh"
#include "G4VisTrajContext.hh"
#include "G4TrajectoriesModel.hh"
#include "G4VTrajectoryModel.hh"
#include "G4TrajectoryDrawByCharge.hh"
#include "G4HitsModel.hh"
#include "G4GMocrenMessenger.hh"
#include "G4GMocrenIO.hh"
#include "G4VNestedParameterisation.hh"
#include "G4GMocrenTouchable.hh"
#include "G4GMocrenFileCTtoDensityMap.hh"
#include "G4PhantomParameterisation.hh"
#include "G4PhysicalVolumeSearchScene.hh"
#include "G4ScoringManager.hh"
#include "G4ScoringBox.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4VTrajectory.hh"
#include "G4VTrajectoryPoint.hh"
#include <vector>
#include "G4VHit.hh"
#include "G4AttValue.hh"

Go to the source code of this file.

Variables

const char GDD_FILE_HEADER [] = "g4_"
 
const char DEFAULT_GDD_FILE_NAME [] = "g4_00.gdd"
 
const G4int FR_MAX_FILE_NUM = 100
 
const G4int MAX_NUM_TRAJECTORIES = 100000
 
const G4bool GFDEBUG = false
 
const G4bool GFDEBUG_TRK = false
 
const G4bool GFDEBUG_HIT = false
 
const G4bool GFDEBUG_DIGI = false
 
const G4int GFDEBUG_DET = 0
 

Variable Documentation

const char DEFAULT_GDD_FILE_NAME[] = "g4_00.gdd"

Definition at line 96 of file G4GMocrenFileSceneHandler.cc.

View newest version in sPHENIX GitHub at line 96 of file G4GMocrenFileSceneHandler.cc

Referenced by G4GMocrenFileSceneHandler::G4GMocrenFileSceneHandler(), and G4GMocrenFileSceneHandler::SetGddFileName().

const G4int FR_MAX_FILE_NUM = 100

Definition at line 98 of file G4GMocrenFileSceneHandler.cc.

View newest version in sPHENIX GitHub at line 98 of file G4GMocrenFileSceneHandler.cc

const char GDD_FILE_HEADER[] = "g4_"

Definition at line 95 of file G4GMocrenFileSceneHandler.cc.

View newest version in sPHENIX GitHub at line 95 of file G4GMocrenFileSceneHandler.cc

Referenced by G4GMocrenFileSceneHandler::SetGddFileName().

const G4bool GFDEBUG_DIGI = false

Definition at line 105 of file G4GMocrenFileSceneHandler.cc.

View newest version in sPHENIX GitHub at line 105 of file G4GMocrenFileSceneHandler.cc

Referenced by G4GMocrenFileSceneHandler::AddCompound().

const G4bool GFDEBUG_HIT = false

Definition at line 104 of file G4GMocrenFileSceneHandler.cc.

View newest version in sPHENIX GitHub at line 104 of file G4GMocrenFileSceneHandler.cc

Referenced by G4GMocrenFileSceneHandler::AddCompound(), and G4GMocrenFileSceneHandler::GFBeginModeling().

const G4bool GFDEBUG_TRK = false

Definition at line 103 of file G4GMocrenFileSceneHandler.cc.

View newest version in sPHENIX GitHub at line 103 of file G4GMocrenFileSceneHandler.cc

Referenced by G4GMocrenFileSceneHandler::AddCompound(), and G4GMocrenFileSceneHandler::AddPrimitive().

const G4int MAX_NUM_TRAJECTORIES = 100000

Definition at line 99 of file G4GMocrenFileSceneHandler.cc.

View newest version in sPHENIX GitHub at line 99 of file G4GMocrenFileSceneHandler.cc

Referenced by G4GMocrenFileSceneHandler::AddPrimitive(), and G4GMocrenFileSceneHandler::SetGddFileName().