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