Fork me on GitHub

Changeset 341014c in git for modules/IdentificationMap.h


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

apply .clang-format to all .h, .cc and .cpp files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/IdentificationMap.h

    r45e58be r341014c  
    2020#define IdentificationMap_h
    2121
    22 
    2322/** \class IdentificationMap
    2423 *
     
    3938{
    4039public:
    41 
    4240  IdentificationMap();
    4341  ~IdentificationMap();
     
    4846
    4947private:
    50 
    51   typedef std::multimap< Int_t, std::pair< Int_t, DelphesFormula * > > TMisIDMap; //!
     48  typedef std::multimap<Int_t, std::pair<Int_t, DelphesFormula *>> TMisIDMap; //!
    5249
    5350  TMisIDMap fEfficiencyMap; //!
Note: See TracChangeset for help on using the changeset viewer.