Ignore:
Timestamp:
Jan 8, 2010, 3:02:48 PM (14 years ago)
Author:
garnier
Message:

update to geant4.9.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/analysis/A01/src/A01AnalysisManager.cc

    r893 r1230  
    6060#include "A01AnalysisManager.hh"
    6161
    62 //OSC:begin
    63 AIDA::IAnalysisFactory* A01AnalysisManager::m_AIDA = 0;
    64 void A01AnalysisManager::setAIDA(AIDA::IAnalysisFactory* a_AIDA) {m_AIDA = a_AIDA;}
    65 AIDA::IAnalysisFactory* A01AnalysisManager::getAIDA(){return m_AIDA;}
    66 //OSC:end
    67 
    68 
    6962A01AnalysisManager* A01AnalysisManager::instance = 0;
    7063
     
    7366{
    7467  // Hooking an AIDA compliant analysis system.
    75 //OSC:begin
    76   analysisFactory = getAIDA();
    77 //OSC:end
     68  analysisFactory = AIDA_createAnalysisFactory();
    7869  if(analysisFactory)
    7970  {
     
    10192    delete plotter;
    10293    G4cout << "Warning: In case of working with JAS-AIDA, Geant4 will NOT exit unless you close the JAS-AIDA window." << G4endl;
    103 //OSC:begin
    104 // AIDA analysis factory is managed by
    105 // G4Lab::UIOnX, it can't be delete here.
    106 //    delete analysisFactory;
    107 //OSC:end
     94    delete analysisFactory;
    10895  }
    10996}
Note: See TracChangeset for help on using the changeset viewer.