Ignore:
Timestamp:
Jan 10, 2006, 4:28:08 PM (18 years ago)
Author:
campagne
Message:

Introduction of the MEMPHYS namespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/applications/MEMPHYS_batch.cxx

    r65 r68  
    4040  }
    4141  //Book all the histo, tuple
    42   MEMPHYSAnalysis* analysis = new MEMPHYSAnalysis(*aida);
     42  MEMPHYS::MEMPHYSAnalysis* analysis = new MEMPHYS::MEMPHYSAnalysis(*aida);
    4343
    4444
     
    5151
    5252  //JEC 18/11/05 give the "analysis" to fill geometry ITuple
    53   MEMPHYSDetectorConstruction* MEMPHYSdetector =
    54     new MEMPHYSDetectorConstruction(*analysis);
     53  MEMPHYS::MEMPHYSDetectorConstruction* MEMPHYSdetector =
     54    new MEMPHYS::MEMPHYSDetectorConstruction(*analysis);
    5555
    5656  runManager->SetUserInitialization(MEMPHYSdetector);
    5757
    58   runManager->SetUserInitialization(new MEMPHYSPhysicsList);
     58  runManager->SetUserInitialization(new MEMPHYS::MEMPHYSPhysicsList);
    5959
    6060  G4UImanager* UI = G4UImanager::GetUIpointer();
     
    6868
    6969  // Set user action classes
    70   MEMPHYSPrimaryGeneratorAction* myGeneratorAction = new MEMPHYSPrimaryGeneratorAction(MEMPHYSdetector);
     70  MEMPHYS::MEMPHYSPrimaryGeneratorAction* myGeneratorAction = new MEMPHYS::MEMPHYSPrimaryGeneratorAction(MEMPHYSdetector);
    7171  runManager->SetUserAction(myGeneratorAction);
    7272
    73   MEMPHYSRunAction* myRunAction = new MEMPHYSRunAction();
     73  MEMPHYS::MEMPHYSRunAction* myRunAction = new MEMPHYS::MEMPHYSRunAction();
    7474
    7575  runManager->SetUserAction(myRunAction);
    7676
    7777
    78   runManager->SetUserAction(new MEMPHYSEventAction(*analysis,
     78  runManager->SetUserAction(new MEMPHYS::MEMPHYSEventAction(*analysis,
    7979                                                   myRunAction,
    8080                                                   MEMPHYSdetector,
    8181                                                   myGeneratorAction));
    82   runManager->SetUserAction(new MEMPHYSTrackingAction);
     82  runManager->SetUserAction(new MEMPHYS::MEMPHYSTrackingAction);
    8383
    84   runManager->SetUserAction(new MEMPHYSStackingAction);
    85   runManager->SetUserAction(new MEMPHYSSteppingAction); //JEC 15/12/05 Add user SteppingAction
     84  runManager->SetUserAction(new MEMPHYS::MEMPHYSStackingAction);
     85  runManager->SetUserAction(new MEMPHYS::MEMPHYSSteppingAction); //JEC 15/12/05 Add user SteppingAction
    8686
    8787  // Initialize G4 kernel
Note: See TracChangeset for help on using the changeset viewer.