ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/doiPET/include/doiPETDetectorConstruction.hh>
Public Member Functions | |
doiPETDetectorConstruction () | |
virtual | ~doiPETDetectorConstruction () |
virtual G4VPhysicalVolume * | Construct () |
void | ConstructPhantom (G4LogicalVolume *) |
void | ChangePhantom (G4String choice) |
void | SetPhantomPosition (G4ThreeVector) |
void | SetPhantomRadius (G4double) |
void | SetPhantomLength (G4double) |
Public Member Functions inherited from G4VUserDetectorConstruction | |
G4VUserDetectorConstruction () | |
virtual | ~G4VUserDetectorConstruction () |
virtual void | ConstructSDandField () |
virtual void | CloneSD () |
virtual void | CloneF () |
void | RegisterParallelWorld (G4VUserParallelWorld *) |
G4int | ConstructParallelGeometries () |
void | ConstructParallelSD () |
G4int | GetNumberOfParallelWorld () const |
G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Private Member Functions | |
void | DefineMaterials () |
Additional Inherited Members | |
Protected Member Functions inherited from G4VUserDetectorConstruction | |
void | SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false) |
void | SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD) |
Detector construction class to define materials and geometry.
Crystals are positioned in Ring, with an appropriate rotation matrix. Several copies of Ring are placed in the full detector.
Definition at line 60 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 60 of file doiPETDetectorConstruction.hh
doiPETDetectorConstruction::doiPETDetectorConstruction | ( | ) |
Definition at line 90 of file doiPETDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 90 of file doiPETDetectorConstruction.cc
References DefineMaterials(), fDetectorMessenger, mm, phantomLength, phantomPosition, phantomRadius, and PhantomType.
|
virtual |
Definition at line 106 of file doiPETDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 106 of file doiPETDetectorConstruction.cc
References fDetectorMessenger.
Definition at line 772 of file doiPETDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 772 of file doiPETDetectorConstruction.cc
References PhantomType.
Referenced by doiPETDetectorConstructionMessenger::SetNewValue().
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 158 of file doiPETDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 158 of file doiPETDetectorConstruction.cc
References air, airBox_logicalV, airBox_physicalV, Aluminum, AluminumCoverThickness, blockDetector_logicalV, blockDetector_physicalV, blockIndex, ConstructPhantom(), crystal_logicalV, crystal_physicalV, crystalGap_axial, crystalGap_DOI, crystalGap_tangential, crystalIndex, crystalMaterial, crystalPositionX, crystalPositionY, crystalPositionZ, detectorPositionX, detectorPositionY, detectorPositionZ, fCheckOverlaps, G4cout, G4endl, doiPETAnalysis::GetInstance(), doiPETAnalysis::GetSizeOfDetector(), G4VisAttributes::Invisible, m, numberOfCrystal_axial, numberOfCrystal_DOI, numberOfCrystal_tangential, numberOfDetector_perRing, numberOfRings, pAnalysis, ringGap, CLHEP::HepRotation::rotateZ(), scannerRadius, G4VisAttributes::SetForceWireframe(), G4LogicalVolume::SetVisAttributes(), G4VisAttributes::SetVisibility(), sizeOfAirBox_axial, sizeOfAirBox_DOI, sizeOfAirBox_tangential, sizeOfBlockDetector_axial, sizeOfBlockDetector_DOI, sizeOfBlockDetector_tangential, sizeOfCrystal_axial, sizeOfCrystal_DOI, sizeOfCrystal_tangential, thetaDetector, Acts::Test::transform, twopi, world_logicalV, world_physicalV, worldSizeX, worldSizeY, and worldSizeZ.
void doiPETDetectorConstruction::ConstructPhantom | ( | G4LogicalVolume * | worldLogical | ) |
Definition at line 319 of file doiPETDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 319 of file doiPETDetectorConstruction.cc
References air, Aluminum, boxHeight, boxWidth, chamberAir_logicalV, chamberAir_physicalV, chamberDiameter, chamberPhantomLength, chamberPMMA_logicalV, chamberPMMA_physicalV, chamberPositionX, chamberPositionY, chamberPositionZ, chamberWater_logicalV, chamberWater_physicalV, coldSpherePMMA_logicalV, coldSpherePMMA_physicalV, coldSphereWater_logicalV, coldSphereWater_physicalV, deg, diameterOfTestPhantom, distanceFromCenter, g4zmq::exit(), fCheckOverlaps, G4cerr, G4cout, G4endl, hieghtOfTestPhantom, hotSpherePMMA_logicalV, hotSpherePMMA_physicalV, hotSphereWater_logicalV, hotSphereWater_physicalV, lengthOfBodyPhantom, lung_logicalV, lung_logicalV_PMMA, lung_physicalV, lung_physicalVPMMA, mm, numberOfRods, numberOfSpheres, phantom_logicalV, phantom_physicalV, phantomLength, phantomPE_logicalV, phantomPE_physicalV, phantomPosition, phantomRadius, PhantomType, pmma, polyethylene_NEMA, polystyrene, radiusOfBodyPhantom, radiusOfLungPhantom, radiusOfSmallcyl, rod_phantom_logicalV, rod_phantom_physicalV, rodDiameter, rodPhantomLength, rodPositionX, rodPositionY, rodPositionZ, G4VisAttributes::SetForceWireframe(), G4LogicalVolume::SetVisAttributes(), G4VisAttributes::SetVisibility(), sphereDiameter, spherePositionX, spherePositionY, sphereWallThickness, test_logicalV, test_physicalV, twopi, wallThicknessOfBodyPhantom, wallThicknessOfChamber, water, water_logicalV, water_physicalV, waterPhantom_logicalV, WaterPhantom_physicalV, waterPhantomLength, waterPhantomRadius, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), yOffsetBodyPhantom, CLHEP::Hep3Vector::z(), zOffsetBodyPhantom, and zOffsetSpherePhantom.
Referenced by Construct().
|
private |
Definition at line 113 of file doiPETDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 113 of file doiPETDetectorConstruction.cc
References G4Material::AddElement(), air, Aluminum, G4NistManager::BuildMaterialWithNewDensity(), cm3, crystalMaterial, eV, G4NistManager::FindOrBuildElement(), G4NistManager::FindOrBuildMaterial(), Acts::UnitConstants::g, Gd, G4Material::GetIonisation(), GSO, G4NistManager::Instance(), isotopes, O, pmma, polyethylene, polyethylene_NEMA, polystyrene, G4IonisParamMat::SetMeanExcitationEnergy(), Si, and water.
Referenced by doiPETDetectorConstruction().
Definition at line 789 of file doiPETDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 789 of file doiPETDetectorConstruction.cc
References phantomLength.
Referenced by doiPETDetectorConstructionMessenger::SetNewValue().
void doiPETDetectorConstruction::SetPhantomPosition | ( | G4ThreeVector | NewphantomPosition | ) |
Definition at line 778 of file doiPETDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 778 of file doiPETDetectorConstruction.cc
References phantomPosition.
Definition at line 784 of file doiPETDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 784 of file doiPETDetectorConstruction.cc
References phantomRadius.
Referenced by doiPETDetectorConstructionMessenger::SetNewValue().
|
private |
Definition at line 173 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 173 of file doiPETDetectorConstruction.hh
Referenced by Construct(), ConstructPhantom(), and DefineMaterials().
|
private |
Definition at line 95 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 95 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 96 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 96 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 180 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 180 of file doiPETDetectorConstruction.hh
Referenced by Construct(), ConstructPhantom(), and DefineMaterials().
|
private |
Definition at line 91 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 91 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 92 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 92 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 235 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 235 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 275 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 275 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 274 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 274 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 158 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 158 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 159 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 159 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 292 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 292 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 291 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 291 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 150 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 150 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 151 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 151 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 290 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 290 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 290 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 290 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 290 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 290 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 154 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 154 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 155 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 155 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 132 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 132 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 133 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 133 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 136 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 136 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 137 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 137 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 99 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 99 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 100 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 100 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 237 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 237 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 188 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 188 of file doiPETDetectorConstruction.hh
Referenced by Construct(), and DefineMaterials().
|
private |
Definition at line 245 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 245 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 246 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 246 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 247 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 247 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 240 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 240 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 241 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 241 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 242 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 242 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 270 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 270 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 165 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 165 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 191 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 191 of file doiPETDetectorConstruction.hh
Referenced by Construct(), and ConstructPhantom().
|
private |
Definition at line 78 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 78 of file doiPETDetectorConstruction.hh
Referenced by doiPETDetectorConstruction(), and ~doiPETDetectorConstruction().
|
private |
Definition at line 185 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 185 of file doiPETDetectorConstruction.hh
Referenced by DefineMaterials().
|
private |
Definition at line 186 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 186 of file doiPETDetectorConstruction.hh
Referenced by DefineMaterials().
|
private |
Definition at line 269 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 269 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 124 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 124 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 125 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 125 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 128 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 128 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 129 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 129 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 192 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 192 of file doiPETDetectorConstruction.hh
Referenced by DefineMaterials().
|
private |
Definition at line 263 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 263 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 108 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 108 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 115 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 115 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 109 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 109 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 116 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 116 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 284 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 284 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 166 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 166 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 183 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 183 of file doiPETDetectorConstruction.hh
Referenced by DefineMaterials().
|
private |
Definition at line 79 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 79 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 81 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 81 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 82 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 82 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 255 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 255 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom(), doiPETDetectorConstruction(), and SetPhantomLength().
|
private |
Definition at line 140 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 140 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 141 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 141 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 251 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 251 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom(), doiPETDetectorConstruction(), and SetPhantomPosition().
|
private |
Definition at line 254 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 254 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom(), doiPETDetectorConstruction(), and SetPhantomRadius().
|
private |
Definition at line 170 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 170 of file doiPETDetectorConstruction.hh
Referenced by ChangePhantom(), ConstructPhantom(), and doiPETDetectorConstruction().
|
private |
Definition at line 174 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 174 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom(), and DefineMaterials().
|
private |
Definition at line 176 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 176 of file doiPETDetectorConstruction.hh
Referenced by DefineMaterials().
|
private |
Definition at line 177 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 177 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom(), and DefineMaterials().
|
private |
Definition at line 179 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 179 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom(), and DefineMaterials().
|
private |
Definition at line 264 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 264 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 266 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 266 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 273 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 273 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 147 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 147 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 148 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 148 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 283 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 283 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 282 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 282 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 287 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 287 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 287 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 287 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 287 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 287 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 184 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 184 of file doiPETDetectorConstruction.hh
Referenced by DefineMaterials().
|
private |
Definition at line 217 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 217 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 216 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 216 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 218 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 218 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 222 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 222 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 221 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 221 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 223 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 223 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 164 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 164 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 163 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 163 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 163 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 163 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 167 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 167 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 112 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 112 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 113 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 113 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 233 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 233 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 265 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 265 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 293 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 293 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 175 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 175 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom(), and DefineMaterials().
|
private |
Definition at line 104 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 104 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 105 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 105 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 144 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 144 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 145 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 145 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 280 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 280 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 279 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 279 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 87 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 87 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 88 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 88 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 196 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 196 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 197 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 197 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 198 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 198 of file doiPETDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 261 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 261 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 262 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 262 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().
|
private |
Definition at line 168 of file doiPETDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 168 of file doiPETDetectorConstruction.hh
Referenced by ConstructPhantom().