Fork me on GitHub

Changeset 77e9ae1 in git for classes/DelphesHepMCReader.h


Ignore:
Timestamp:
Feb 12, 2019, 9:48:36 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
899b162
Parents:
6455202
Message:

set Standard to Cpp03 in .clang-format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesHepMCReader.h

    r6455202 r77e9ae1  
    9898  int fParticleCounter;
    9999
    100   std::map<int, std::pair<int, int>> fMotherMap;
    101   std::map<int, std::pair<int, int>> fDaughterMap;
     100  std::map<int, std::pair<int, int> > fMotherMap;
     101  std::map<int, std::pair<int, int> > fDaughterMap;
    102102};
    103103
Note: See TracChangeset for help on using the changeset viewer.