11#ifndef BesMdcConstruction_H
12#define BesMdcConstruction_H 1
15class G4VPhysicalVolume;
18#include "BesSubdetector.hh"
21#include "G4VisAttributes.hh"
33 void TubeConstruct(G4LogicalVolume*);
34 void StereoLayerConstruct(G4LogicalVolume*, G4int);
35 void AxialLayerConstruct(G4LogicalVolume*, G4int);
36 void AxialCellConstruct(G4LogicalVolume*, G4int, G4int);
40 G4LogicalVolume* mdc_log;
43 G4VPhysicalVolume* mdc_phys;
48 G4double outR, innerR, length;
49 G4double startAngle, spanAngle;
50 G4double posX, posY, posZ;
51 G4double signalWireR,fieldWireR;
53 G4RotationMatrix* Rot;
55 G4VisAttributes* visAtt;
void Construct(G4LogicalVolume *)