Changeset bdf9e2e in git for modules/Delphes.cc
- Timestamp:
- Jun 4, 2017, 3:03:55 PM (7 years ago)
- Parents:
- 4339a7d (diff), e5ea42e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Joschka Lingemann <jlingema@…> (06/04/17 15:03:55)
- git-committer:
- GitHub <noreply@…> (06/04/17 15:03:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Delphes.cc
r4339a7d rbdf9e2e 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
Note:
See TracChangeset
for help on using the changeset viewer.