Fork me on GitHub

Changeset 77e9ae1 in git for external


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

Location:
external/ExRootAnalysis
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/ExRootFilter.cc

    r6455202 r77e9ae1  
    2121
    2222typedef map<Int_t, TObjArray *> TCategoryMap;
    23 typedef map<ExRootClassifier *, pair<Bool_t, TCategoryMap>> TClassifierMap;
     23typedef map<ExRootClassifier *, pair<Bool_t, TCategoryMap> > TClassifierMap;
    2424
    2525ExRootFilter::ExRootFilter(const TSeqCollection *collection) :
  • external/ExRootAnalysis/ExRootFilter.h

    r6455202 r77e9ae1  
    2525  TIterator *fIter; //!
    2626
    27   std::map<ExRootClassifier *, std::pair<Bool_t, std::map<Int_t, TObjArray *>>> fMap; //!
     27  std::map<ExRootClassifier *, std::pair<Bool_t, std::map<Int_t, TObjArray *> > > fMap; //!
    2828};
    2929
  • external/ExRootAnalysis/ExRootTreeReader.h

    r6455202 r77e9ae1  
    3636  Int_t fCurrentTree; //! current Tree number in a TChain
    3737
    38   typedef std::map<TString, std::pair<TBranch *, TClonesArray *>> TBranchMap;
     38  typedef std::map<TString, std::pair<TBranch *, TClonesArray *> > TBranchMap;
    3939
    4040  TBranchMap fBranchMap; //!
Note: See TracChangeset for help on using the changeset viewer.