Berkeley Nuclear Data Software
TargetDetConstruction.h
Go to the documentation of this file.
1 //Constructed by Josh Brown.
2 //brown.ja@berkeley.edu
3 
4 #ifndef _TARGET_DET_CONSTRUCTION_H_
5 #define _TARGET_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 ~TargetDetConstruction();
27  void ConstructSDandField();
28  public:
29  virtual G4VPhysicalVolume* Construct();
30  private:
31 
32 
33 
34 };
35 
36 
37 #endif
38 
Definition: DetectorConstruction.h:23
Definition: TargetDetConstruction.h:23
virtual G4VPhysicalVolume * Construct()
Definition: TargetDetConstruction.cpp:48
void ConstructSDandField()
Definition: TargetDetConstruction.cpp:90
TargetDetConstruction()
Definition: TargetDetConstruction.cpp:23
virtual ~TargetDetConstruction()
Definition: TargetDetConstruction.cpp:44