- Timestamp:
- Mar 7, 2017, 4:47:10 PM (8 years ago)
- Children:
- bdf9e2e
- Parents:
- 8a4fba8
- git-author:
- Joschka Lingemann <joschka.lingemann@…> (03/07/17 16:42:04)
- git-committer:
- Joschka Lingemann <joschka.lingemann@…> (03/07/17 16:47:10)
- Location:
- modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Delphes.cc
r8a4fba8 re5ea42e 89 89 //------------------------------------------------------------------------------ 90 90 91 void Delphes::Clear( )91 void Delphes::Clear(Option_t* option) 92 92 { 93 if(fFactory) fFactory->Clear( );93 if(fFactory) fFactory->Clear(option); 94 94 } 95 95 -
modules/Delphes.h
r8a4fba8 re5ea42e 49 49 DelphesFactory *GetFactory() const { return fFactory; } 50 50 51 v oid Clear();51 virtual void Clear(Option_t* option = ""); 52 52 53 53 virtual void Init();
Note:
See TracChangeset
for help on using the changeset viewer.