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