BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
ExtBesMdcConstruction.h
Go to the documentation of this file.
1#ifndef ExtBesMdcConstruction_H
2#define ExtBesMdcConstruction_H 1
3
4class G4LogicalVolume;
5class G4VPhysicalVolume;
6
8
10{
11 public:
14
15 void Construct(G4LogicalVolume*);
16
17 private:
18 G4VPhysicalVolume* physicalMdc;
19 G4LogicalVolume* logicalMdc;
20};
21
22#endif
void Construct(G4LogicalVolume *)