FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
topNode | SetAsTopVolume () |
assamb | AddNode (sensor, 0, trafo) |
topNode | AddNode (assamb, 0, new TGeoHMatrix()) |
topNode | Export (outfile.Data(),"topNode","recreate") |
Variables | |
TGeoMaterial * | matVacuum = new TGeoMaterial("vacuum",0,0,0) |
TGeoMaterial * | matSilicon = new TGeoMaterial("silicon", 28.0855, 14, 2.33) |
TGeoMedium * | medVacuum = new TGeoMedium("vacuum", 1, matVacuum) |
TGeoMedium * | medSilicon = new TGeoMedium("silicon", 2, matSilicon) |
TGeoShape * | topShape = new TGeoBBox(100,100,100) |
TGeoVolume * | topNode = new TGeoVolume("top", topShape, medVacuum) |
TGeoVolumeAssembly * | assamb = new TGeoVolumeAssembly("DummysensorAss") |
TGeoShape * | shape = new TGeoBBox(0.96, 0.96, 0.015) |
TGeoRotation * | rot = new TGeoRotation("rot",0.,85.,0.) |
TGeoCombiTrans * | trafo = new TGeoCombiTrans(0., 0., 4., rot) |
TGeoVolume * | sensor = new TGeoVolume("DtsStripSensorRect",shape,medSilicon) |
topNode Export | ( | outfile. | Data(), |
"topNode" | , | ||
"recreate" | |||
) |
topNode SetAsTopVolume | ( | ) |
TGeoVolumeAssembly* assamb = new TGeoVolumeAssembly("DummysensorAss") |
Definition at line 16 of file createDummySensor.C.
TGeoMaterial* matSilicon = new TGeoMaterial("silicon", 28.0855, 14, 2.33) |
Definition at line 7 of file createDummySensor.C.
TGeoMaterial* matVacuum = new TGeoMaterial("vacuum",0,0,0) |
Definition at line 6 of file createDummySensor.C.
TGeoMedium* medSilicon = new TGeoMedium("silicon", 2, matSilicon) |
Definition at line 9 of file createDummySensor.C.
Referenced by hypGeGeoCOSYGermaniums(), and hypGeGeoCOSYSiPm().
TGeoMedium* medVacuum = new TGeoMedium("vacuum", 1, matVacuum) |
Definition at line 8 of file createDummySensor.C.
TGeoRotation* rot = new TGeoRotation("rot",0.,85.,0.) |
Definition at line 19 of file createDummySensor.C.
TGeoVolume* sensor = new TGeoVolume("DtsStripSensorRect",shape,medSilicon) |
Definition at line 21 of file createDummySensor.C.
Referenced by PndGemFindClustersTB::AddDigiToCluster(), PndGemFindClusters::AddDigiToCluster(), PndTrkGemHitList::AddHit(), analysis(), PndGemFindClustersTB::AnalyzeClusters(), PndGemMonitor::ChannelLastActiveAt(), PndGemFindClustersTB::CheckCluster(), PndGemFindClustersTB::CompareDigiToClusters(), PndGemFindClusters::CompareDigiToClustersDigis(), PndGemFindHits::ConfirmHits(), PndGemFindHits::ConfirmHits2(), PndSttMvdGemTracking::ConsiderCombinatorialEffect(), PndGemDigiAna::CreateHistos(), PndGemFindHitsAna::CreateHistos(), PndGemFindHitsQA::CreateHistos(), PndGemDigiPar::CreateStations(), PndGemDigitize::DigitizeEvent(), PndGemDigitize::DigitizeRealisticEvent(), PndGemMonitor::EnableCluster(), PndGemMonitor::EnableDigi(), PndSttMvdGemTracking::Exec(), PndGemFindHitsQA::Exec(), PndGemIdealHitProducer::Exec(), PndGemFindHits::Exec(), PndLmdGeometryFactory::generateSensorModule(), PndGemStation::GetNofZ(), PndGemStation::GetZ(), PndGemFindClusters::Init(), PndGemFindHits::Init(), PndGemFindClustersTB::Init(), PndGemFindHits::MakeSets(), PndSttMvdGemTracking::PropagateToGemPlaneAsHelix(), MyMainFrame::ReadParameters(), PndSttMvdGemTracking::Reset(), PndSttMvdGemTracking::SetupGEMPlanes(), and PndGemFindHits::SortDigis().
TGeoShape* shape = new TGeoBBox(0.96, 0.96, 0.015) |
Definition at line 18 of file createDummySensor.C.
Referenced by PndEmc::ConstructRootGeomMod4(), createdirc(), createdirc_prism(), createdircPix(), createRootGeoFileBwEnd_2017(), createRootGeometry_DIRC(), createRootGeometry_DIRC_fsEVdroplens_MCPs(), createRootGeometry_DIRC_sepEV_06_2013(), createRootGeometry_DIRC_sepEV_MCPs(), createRootGeometry_DIRC_updated_06_2013(), PndLmdDim::Get_Sensor_Graph(), PndTrkTracking2::GetVolumeCharacteristics(), and PndGeoCave::read().
TGeoVolume* topNode = new TGeoVolume("top", topShape, medVacuum) |
Definition at line 13 of file createDummySensor.C.
TGeoShape* topShape = new TGeoBBox(100,100,100) |
Definition at line 12 of file createDummySensor.C.
TGeoCombiTrans* trafo = new TGeoCombiTrans(0., 0., 4., rot) |
Definition at line 20 of file createDummySensor.C.
Referenced by PndLmdGeometryFactory::generatePCB().