#include <PrintGeomInfoAction.h>
|
void | add1touchable (G4LogicalVolume *lv, int &nTouch) |
|
int | countNoTouchables () |
|
void | dumpG4LVLeaf (G4LogicalVolume *lv, unsigned int leafDepth, unsigned int count, std::ostream &out=std::cout) |
|
void | dumpG4LVList (std::ostream &out=std::cout) |
|
void | dumpG4LVTree (std::ostream &out=std::cout) |
|
void | dumpHierarchyLeafPVLV (G4LogicalVolume *lv, unsigned int leafDepth, std::ostream &out=std::cout) |
|
void | dumpHierarchyTreePVLV (std::ostream &out=std::cout) |
|
void | dumpLV (G4LogicalVolume *lv, unsigned int leafDepth, std::ostream &out=std::cout) |
|
void | dumpMaterialList (std::ostream &out=std::cout) |
|
void | dumpPV (G4VPhysicalVolume *pv, unsigned int leafDepth, std::ostream &out=std::cout) |
|
void | dumpSolid (G4VSolid *sol, unsigned int leafDepth, std::ostream &out=std::cout) |
|
void | dumpSummary (std::ostream &out=std::cout) |
|
void | dumpTouch (G4VPhysicalVolume *pv, unsigned int leafDepth, std::ostream &out=std::cout) |
|
G4LogicalVolume * | getTopLV () |
|
G4VPhysicalVolume * | getTopPV () |
|
std::string | spacesFromLeafDepth (unsigned int leafDepth) |
|
void | update (const BeginOfJob *job) |
| This routine will be called when the appropriate signal arrives. More...
|
|
void | update (const BeginOfRun *run) |
| This routine will be called when the appropriate signal arrives. More...
|
|
Definition at line 24 of file PrintGeomInfoAction.h.
PrintGeomInfoAction::~PrintGeomInfoAction |
( |
| ) |
|
void PrintGeomInfoAction::add1touchable |
( |
G4LogicalVolume * |
lv, |
|
|
int & |
nTouch |
|
) |
| |
|
private |
int PrintGeomInfoAction::countNoTouchables |
( |
| ) |
|
|
private |
void PrintGeomInfoAction::dumpG4LVLeaf |
( |
G4LogicalVolume * |
lv, |
|
|
unsigned int |
leafDepth, |
|
|
unsigned int |
count, |
|
|
std::ostream & |
out = std::cout |
|
) |
| |
|
private |
void PrintGeomInfoAction::dumpG4LVList |
( |
std::ostream & |
out = std::cout | ) |
|
|
private |
void PrintGeomInfoAction::dumpG4LVTree |
( |
std::ostream & |
out = std::cout | ) |
|
|
private |
void PrintGeomInfoAction::dumpHierarchyLeafPVLV |
( |
G4LogicalVolume * |
lv, |
|
|
unsigned int |
leafDepth, |
|
|
std::ostream & |
out = std::cout |
|
) |
| |
|
private |
void PrintGeomInfoAction::dumpHierarchyTreePVLV |
( |
std::ostream & |
out = std::cout | ) |
|
|
private |
void PrintGeomInfoAction::dumpLV |
( |
G4LogicalVolume * |
lv, |
|
|
unsigned int |
leafDepth, |
|
|
std::ostream & |
out = std::cout |
|
) |
| |
|
private |
void PrintGeomInfoAction::dumpMaterialList |
( |
std::ostream & |
out = std::cout | ) |
|
|
private |
void PrintGeomInfoAction::dumpPV |
( |
G4VPhysicalVolume * |
pv, |
|
|
unsigned int |
leafDepth, |
|
|
std::ostream & |
out = std::cout |
|
) |
| |
|
private |
void PrintGeomInfoAction::dumpSolid |
( |
G4VSolid * |
sol, |
|
|
unsigned int |
leafDepth, |
|
|
std::ostream & |
out = std::cout |
|
) |
| |
|
private |
void PrintGeomInfoAction::dumpSummary |
( |
std::ostream & |
out = std::cout | ) |
|
|
private |
void PrintGeomInfoAction::dumpTouch |
( |
G4VPhysicalVolume * |
pv, |
|
|
unsigned int |
leafDepth, |
|
|
std::ostream & |
out = std::cout |
|
) |
| |
|
private |
G4LogicalVolume * PrintGeomInfoAction::getTopLV |
( |
| ) |
|
|
private |
G4VPhysicalVolume * PrintGeomInfoAction::getTopPV |
( |
| ) |
|
|
private |
std::string PrintGeomInfoAction::spacesFromLeafDepth |
( |
unsigned int |
leafDepth | ) |
|
|
private |
void PrintGeomInfoAction::update |
( |
const BeginOfJob * |
| ) |
|
|
privatevirtual |
void PrintGeomInfoAction::update |
( |
const BeginOfRun * |
| ) |
|
|
privatevirtual |
bool PrintGeomInfoAction::_dumpAtts |
|
private |
bool PrintGeomInfoAction::_dumpLV |
|
private |
bool PrintGeomInfoAction::_dumpLVList |
|
private |
bool PrintGeomInfoAction::_dumpLVTree |
|
private |
bool PrintGeomInfoAction::_dumpMaterial |
|
private |
bool PrintGeomInfoAction::_dumpPV |
|
private |
bool PrintGeomInfoAction::_dumpReplica |
|
private |
bool PrintGeomInfoAction::_dumpRotation |
|
private |
bool PrintGeomInfoAction::_dumpSense |
|
private |
bool PrintGeomInfoAction::_dumpSolid |
|
private |
bool PrintGeomInfoAction::_dumpSummary |
|
private |
bool PrintGeomInfoAction::_dumpTouch |
|
private |
G4NavigationHistory PrintGeomInfoAction::fHistory |
|
private |
std::string PrintGeomInfoAction::name |
|
private |
std::vector<std::string> PrintGeomInfoAction::names |
|
private |
int PrintGeomInfoAction::nchar |
|
private |
mpvpv PrintGeomInfoAction::thePVTree |
|
private |
G4VPhysicalVolume* PrintGeomInfoAction::theTopPV |
|
private |