BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
ExtBesMucConstruction.h
Go to the documentation of this file.
1#ifndef ExtBesMucConstruction_h
2#define ExtBesMucConstruction_h 1
3
4#include "ExtBesSubdetector.h"
5#include "G4LogicalVolume.hh"
6#include "G4VPhysicalVolume.hh"
7
9public:
11 virtual ~ExtBesMucConstruction();
12 // construct MUC detector
13 void Construct( G4LogicalVolume* logicBes );
14
15 // your private data member (geometry, etc) here:
16private:
17 G4VPhysicalVolume* physicalMuc;
18 G4LogicalVolume* logicalMuc;
19};
20
21#endif
void Construct(G4LogicalVolume *logicBes)