11#ifndef BesMdcConstruction_H
12#define BesMdcConstruction_H 1
15class G4VPhysicalVolume;
20#include "G4VisAttributes.hh"
21#include "SimUtil/BesSubdetector.hh"
31 void TubeConstruct( G4LogicalVolume* );
32 void StereoLayerConstruct( G4LogicalVolume*, G4int );
33 void AxialLayerConstruct( G4LogicalVolume*, G4int );
34 void AxialCellConstruct( G4LogicalVolume*, G4int, G4int );
38 G4LogicalVolume* mdc_log;
41 G4VPhysicalVolume* mdc_phys;
46 G4double outR, innerR, length;
47 G4double startAngle, spanAngle;
48 G4double posX, posY, posZ;
49 G4double signalWireR, fieldWireR;
51 G4RotationMatrix* Rot;
53 G4VisAttributes* visAtt;
void Construct(G4LogicalVolume *)