Analysis Software
Documentation for sPHENIX simulation software
|
#include "PHG4Prototype2InnerHcalDetector.h"
#include <phparameter/PHParameters.h>
#include <g4main/PHG4Detector.h>
#include <Geant4/G4AssemblyVolume.hh>
#include <Geant4/G4Box.hh>
#include <Geant4/G4Colour.hh>
#include <Geant4/G4ExtrudedSolid.hh>
#include <Geant4/G4LogicalVolume.hh>
#include <Geant4/G4Material.hh>
#include <Geant4/G4PVPlacement.hh>
#include <Geant4/G4RotationMatrix.hh>
#include <Geant4/G4String.hh>
#include <Geant4/G4SystemOfUnits.hh>
#include <Geant4/G4ThreeVector.hh>
#include <Geant4/G4TwoVector.hh>
#include <Geant4/G4VPhysicalVolume.hh>
#include <Geant4/G4VSolid.hh>
#include <Geant4/G4VisAttributes.hh>
#include <boost/format.hpp>
#include <cmath>
#include <iostream>
#include <sstream>
#include <utility>
#include <vector>
Go to the source code of this file.
Variables | |
static const string | scintimothername = "InnerHcalScintiMother" |
static const string | steelplatename = "InnerHcalSteelPlate" |
|
static |
Definition at line 35 of file PHG4Prototype2InnerHcalDetector.cc.
View newest version in sPHENIX GitHub at line 35 of file PHG4Prototype2InnerHcalDetector.cc
Referenced by PHG4Prototype2InnerHcalDetector::ConstructMe(), PHG4Prototype2InnerHcalDetector::ConstructScintillatorBox(), and PHG4Prototype2InnerHcalDetector::ConstructScintillatorBoxHiEta().
|
static |
Definition at line 36 of file PHG4Prototype2InnerHcalDetector.cc.
View newest version in sPHENIX GitHub at line 36 of file PHG4Prototype2InnerHcalDetector.cc
Referenced by PHG4Prototype2InnerHcalDetector::ConstructMe(), and PHG4Prototype2InnerHcalDetector::ConstructSteelPlate().