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