12 #include <Geant4/G4Material.hh>
13 #include <Geant4/G4Cons.hh>
14 #include <Geant4/G4LogicalVolume.hh>
15 #include <Geant4/G4PVPlacement.hh>
17 #include <Geant4/G4VisAttributes.hh>
18 #include <Geant4/G4Colour.hh>
28 TrackerMaterial(
NULL),
29 InactiveMaterial(
NULL),
53 if (volume == block_physi)
70 TrackerMaterial = G4Material::GetMaterial(material.c_str());
73 if ( ! TrackerMaterial )
75 std::cout <<
"Error: Can not set material" << std::endl;
79 block_solid =
new G4Cons(G4String(
GetName().c_str()),
80 rMin1, rMax1, rMin2, rMax2, dZ, sPhi, dPhi);
82 block_logic =
new G4LogicalVolume(block_solid,
86 G4VisAttributes* matVis =
new G4VisAttributes();
88 matVis->SetVisibility(
true);
89 matVis->SetForceSolid(
true);
90 block_logic->SetVisAttributes(matVis);
92 G4RotationMatrix *rotm =
new G4RotationMatrix();
94 block_physi =
new G4PVPlacement(rotm, G4ThreeVector(place_in_x, place_in_y, place_in_z),
PHG4ConeDetector(PHCompositeNode *Node, const std::string &dnam="BLOCK", const int lyr=0)
constructor
bool IsInConeActive(G4VPhysicalVolume *)
bool IsInConeInactive(G4VPhysicalVolume *)
virtual void Construct(G4LogicalVolume *world)
construct
base class for phenix detector creation
virtual std::string GetName() const
static void SetColour(G4VisAttributes *att, const std::string &mat)