BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/TrkExtAlg/TrkExtAlg-00-00-64/TrkExtAlg/ExtBesTofConstruction.h
Go to the documentation of this file.
1#ifndef ExtBesTofConstruction_h
2#define ExtBesTofConstruction_h 1
3
4#include "TrkExtAlg/ExtBesSubdetector.h"
5#include "G4VPhysicalVolume.hh"
6#include "G4LogicalVolume.hh"
7#include "GaudiKernel/AlgFactory.h"
8#include "GaudiKernel/Algorithm.h"
9
10
12{
13 public:
16
17 void Construct(G4LogicalVolume* logicBes);
18 void ConstructETF(G4LogicalVolume* logicBes);
19
20 private:
21 G4LogicalVolume* logicalTof;
22 G4VPhysicalVolume* physicalTof;
23
24
25};
26
27#endif
virtual ~ExtBesTofConstruction()
void ConstructETF(G4LogicalVolume *logicBes)
void Construct(G4LogicalVolume *logicBes)