Fork me on GitHub

Changeset 0ccf6fd in git for classes


Ignore:
Timestamp:
Mar 10, 2016, 4:12:51 PM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
b23e468
Parents:
cf0c13c
Message:

fix arguments in DelphesFactory::Clear()

Location:
classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesFactory.cc

    rcf0c13c r0ccf6fd  
    6060//------------------------------------------------------------------------------
    6161
    62 void DelphesFactory::Clear()
     62void DelphesFactory::Clear(Option_t* option)
    6363{
    6464  set<TObject *>::iterator itPool;
  • classes/DelphesFactory.h

    rcf0c13c r0ccf6fd  
    4646  ~DelphesFactory();
    4747
    48   void Clear();
     48  virtual void Clear(Option_t* option = "");
    4949 
    5050  TObjArray *NewPermanentArray();
Note: See TracChangeset for help on using the changeset viewer.