~mice-lcr/maus/end-of-emr-run

« back to all changes in this revision

Viewing changes to src/common_cpp/Utils/Globals.cc

  • Committer: Durga Rajaram
  • Date: 2013-10-01 00:19:57 UTC
  • mfrom: (659.1.74 rc)
  • Revision ID: durga@fnal.gov-20131001001957-iswih60vis9rodw0
Tags: MAUS-v0.7.1
MAUS-v0.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
Globals::Globals()
50
50
  : _configuration_cards(NULL), _legacy_mice_run(NULL), _error_handler(NULL),
51
51
    _legacy_cards(NULL), _run_action_manager(NULL), _mc_mods(NULL),
52
 
    _recon_mods(NULL), _maus_geant4_manager(NULL) {
 
52
    _recon_mods(NULL), _mc_field_constructor(NULL),
 
53
    _recon_field_constructor(NULL), _maus_geant4_manager(NULL) {
53
54
}
54
55
 
55
56
// in all the below I call GetInstance() to check that _process is initialised