~vpec/maus/tof_calib_read

« back to all changes in this revision

Viewing changes to src/common_cpp/Simulation/DetectorConstruction.hh

merged in from maus/merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
   *  if G4RegionStore let me access it's list of regions but not possible...
150
150
   */
151
151
  std::vector<std::string> GetRegions() {return _regions;}
 
152
  std::vector<G4UserLimits*> GetUserLimits() {return _userLims;}
 
153
  std::vector<G4VisAttributes*> GetVisAttributes() {return _visAtts;}
152
154
 
153
155
  void BuildSensitiveDetector(G4LogicalVolume* logic, MiceModule* module);
154
156
  void SetUserLimits(G4LogicalVolume* logic, MiceModule* module);