BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
BesG4Geo.h
Go to the documentation of this file.
1//$id$
2/*
3 * 2007/05/28 Deng Ziyan
4 * Bes Geometry General for Simulation
5 * inherit from class SubDetectorG4Geo
6 */
7
8#ifndef BES_G4_GEO_H
9#define BES_G4_GEO_H
10
11#include "SubDetectorG4Geo.h"
12
13/**
14 * Class BesGeo contains all of the objects necessary to describe the
15 * tof geometry.
16 *
17 * @author Zhengyun You \URL{mailto:[email protected]}
18 *
19 */
20
22{
23 public:
24
25 /// Constructor.
26 BesG4Geo();
27
28 /// Destructor.
29 ~BesG4Geo();
30
31 /// Initialize the instance of G4Geo.
32 void InitFromGdml( const char *gdmlFile, const char *setupName );
33
34 /// Set default visual attributes;
35 void SetDefaultVis();
36
37 private:
38
39};
40
41#endif /* BES_G4_GEO_H */
~BesG4Geo()
Destructor.
Definition: BesG4Geo.cxx:30
void InitFromGdml(const char *gdmlFile, const char *setupName)
Initialize the instance of G4Geo.
Definition: BesG4Geo.cxx:34
BesG4Geo()
Constructor.
Definition: BesG4Geo.cxx:21
void SetDefaultVis()
Set default visual attributes;.
Definition: BesG4Geo.cxx:46