Changeset 216 for MEMPHYS/HEAD


Ignore:
Timestamp:
Jun 23, 2006, 11:41:21 AM (18 years ago)
Author:
barrand
Message:

G.Barrand : Be able to use a dummy AIDA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MEMPHYS/HEAD/MEMPHYS/Analysis.hh

    r72 r216  
    1818    virtual bool initialize() {return true;}
    1919  public:       
    20     Analysis(AIDA::IAnalysisFactory&,bool aBatch = true);
     20    Analysis(AIDA::IAnalysisFactory*,bool aBatch = true);
    2121    virtual ~Analysis();
    2222
     
    2525
    2626  private:
    27     AIDA::IAnalysisFactory& fAIDA;
     27    AIDA::IAnalysisFactory* fAIDA;
    2828    bool fBatch;
    2929    AIDA::ITree* fTree;
Note: See TracChangeset for help on using the changeset viewer.