Fork me on GitHub

Changeset bdf9e2e in git for modules/Delphes.cc


Ignore:
Timestamp:
Jun 4, 2017, 3:03:55 PM (7 years ago)
Author:
GitHub <noreply@…>
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)
Message:

Merge e5ea42e567ec58be1c52023f0c4f91579c2e446b into 4339a7d9a3ef8c398bdb439133fddc550142271d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Delphes.cc

    r4339a7d rbdf9e2e  
    8989//------------------------------------------------------------------------------
    9090
    91 void Delphes::Clear()
     91void Delphes::Clear(Option_t* option)
    9292{
    93   if(fFactory) fFactory->Clear();
     93  if(fFactory) fFactory->Clear(option);
    9494}
    9595
Note: See TracChangeset for help on using the changeset viewer.