Fork me on GitHub

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
  • external/ExRootAnalysis/ExRootFilter.h

    r45e58be r341014c  
    1414{
    1515public:
    16 
    1716  ExRootFilter(const TSeqCollection *collection);
    1817  ~ExRootFilter();
     
    2322
    2423private:
    25 
    2624  const TSeqCollection *fCollection; //!
    2725  TIterator *fIter; //!
    2826
    29   std::map<ExRootClassifier*, std::pair<Bool_t, std::map<Int_t, TObjArray*> > > fMap; //!
    30 
     27  std::map<ExRootClassifier *, std::pair<Bool_t, std::map<Int_t, TObjArray *>>> fMap; //!
    3128};
    3229
    3330#endif /* ExRootFilter */
    34 
Note: See TracChangeset for help on using the changeset viewer.