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;