Fork me on GitHub

Changeset 341014c in git for modules/TreeWriter.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/TreeWriter.h

    r45e58be r341014c  
    4242{
    4343public:
    44 
    4544  TreeWriter();
    4645  ~TreeWriter();
     
    5150
    5251private:
    53 
    5452  void FillParticles(Candidate *candidate, TRefArray *array);
    5553
     
    7270  typedef void (TreeWriter::*TProcessMethod)(ExRootTreeBranch *, TObjArray *); //!
    7371
    74   typedef std::map< ExRootTreeBranch *, std::pair< TProcessMethod, TObjArray * > > TBranchMap; //!
     72  typedef std::map<ExRootTreeBranch *, std::pair<TProcessMethod, TObjArray *>> TBranchMap; //!
    7573
    7674  TBranchMap fBranchMap; //!
    7775
    78   std::map< TClass *, TProcessMethod > fClassMap; //!
     76  std::map<TClass *, TProcessMethod> fClassMap; //!
    7977#endif
    8078
Note: See TracChangeset for help on using the changeset viewer.