ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "DetectorConstruction.hh"
#include "globals.hh"
#include "CLHEP/Units/SystemOfUnits.h"
#include "G4LogicalVolume.hh"
#include "G4UnionSolid.hh"
#include "G4Box.hh"
#include "G4Orb.hh"
#include "G4Tubs.hh"
#include "G4Ellipsoid.hh"
#include "G4PVParameterised.hh"
#include "G4PVPlacement.hh"
#include "G4RotationMatrix.hh"
#include "G4VisAttributes.hh"
#include "G4NistManager.hh"
#include "ChromosomeParameterisation.hh"
Go to the source code of this file.
Macros | |
#define | countof(x) (sizeof(x) / sizeof(x[0])) |
Variables | |
static G4VisAttributes | visInvBlue (false, G4Colour(0.0, 0.0, 1.0)) |
static G4VisAttributes | visInvWhite (false, G4Colour(1.0, 1.0, 1.0)) |
static G4VisAttributes | visInvPink (false, G4Colour(1.0, 0.0, 1.0)) |
static G4VisAttributes | visInvCyan (false, G4Colour(0.0, 1.0, 1.0)) |
static G4VisAttributes | visInvRed (false, G4Colour(1.0, 0.0, 0.0)) |
static G4VisAttributes | visInvGreen (false, G4Colour(0.0, 1.0, 0.0)) |
static G4VisAttributes | visBlue (true, G4Colour(0.0, 0.0, 1.0)) |
static G4VisAttributes | visWhite (true, G4Colour(1.0, 1.0, 1.0)) |
static G4VisAttributes | visPink (true, G4Colour(1.0, 0.0, 1.0)) |
static G4VisAttributes | visCyan (true, G4Colour(0.0, 1.0, 1.0)) |
static G4VisAttributes | visRed (true, G4Colour(1.0, 0.0, 0.0)) |
static G4VisAttributes | visGreen (true, G4Colour(0.0, 1.0, 0.0)) |
Definition at line 55 of file DetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 55 of file DetectorConstruction.cc
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |