 |
Belle II Software
release-05-01-25
|
16 class G4LogicalVolume;
48 void setColor(G4LogicalVolume& volume,
const std::string& color);
81 G4Polycone*
createPolyCone(
const std::string& name,
const GearDir& params,
double& minZ,
double& maxZ);
118 G4Polycone*
createRotationSolid(
const std::string& name,
const GearDir& params,
double& minZ,
double& maxZ);
142 std::list< std::pair<double, double> > innerPoints,
143 std::list< std::pair<double, double> > outerPoints,
144 double minPhi,
double maxPhi,
double& minZ,
double& maxZ);
void setColor(G4LogicalVolume &volume, const std::string &color)
Set the color of a logical volume.
Abstract base class for different kinds of events.
void setVisibility(G4LogicalVolume &volume, bool visible)
Helper function to quickly set the visibility of a given volume.
G4Polycone * createRotationSolid(const std::string &name, const GearDir ¶ms, double &minZ, double &maxZ)
Create a solid by roating two polylines around the Z-Axis.
G4Polycone * createPolyCone(const std::string &name, const GearDir ¶ms, double &minZ, double &maxZ)
Create Polycone Shape from XML Parameters.