BOSS 8.0.0
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
7#include "ExtBesSubdetector.h"
8
10public:
13
14 void Construct( G4LogicalVolume* );
15
16private:
17 G4VPhysicalVolume* physicalMdc;
18 G4LogicalVolume* logicalMdc;
19};
20
21#endif
void Construct(G4LogicalVolume *)