BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/TrkExtAlg/TrkExtAlg/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 "TrkExtAlg/ExtBesSubdetector.h"
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 *)