Berkeley Nuclear Data Software
ATDetConstruction.h
Go to the documentation of this file.
1 //Constructed by Josh Brown.
2 //brown.ja@berkeley.edu
3 
4 #ifndef _AT_DET_CONSTRUCTION_H_
5 #define _AT_DET_CONSTRUCTION_H_
6 
7 #include "DetectorConstruction.h"
8 #include "globals.hh"
9 
10 #include "TrackInfoSD.h"
11 
12 #include "MaterialManager.h"
13 
14 #include <map>
15 #include <string>
16 class G4VPhysicalVolume;
17 class G4GlobalMagFieldMessenger;
18 
23 {
24  public:
26  virtual ~ATDetConstruction();
27  void ConstructSDandField();
28  public:
29  virtual G4VPhysicalVolume* Construct();
30  private:
31 
32 
33 
34 };
35 
36 
37 #endif
38 
Definition: ATDetConstruction.h:23
ATDetConstruction()
Definition: ATDetConstruction.cpp:22
void ConstructSDandField()
Definition: ATDetConstruction.cpp:220
virtual ~ATDetConstruction()
Definition: ATDetConstruction.cpp:28
virtual G4VPhysicalVolume * Construct()
Definition: ATDetConstruction.cpp:32
Definition: DetectorConstruction.h:23