Fork me on GitHub

Ignore:
Timestamp:
Feb 12, 2019, 9:29:17 PM (5 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/ExRootTreeReader.h

    r45e58be r341014c  
    1010 */
    1111
    12 #include "TROOT.h"
    13 #include "TNamed.h"
    1412#include "TChain.h"
    1513#include "TFile.h"
     14#include "TNamed.h"
     15#include "TROOT.h"
    1616
    1717#include <map>
    1818
    19 class ExRootTreeReader : public TNamed
     19class ExRootTreeReader: public TNamed
    2020{
    21 public :
    22 
     21public:
    2322  ExRootTreeReader(TTree *tree = 0);
    2423  ~ExRootTreeReader();
     
    3231
    3332private:
    34 
    3533  Bool_t Notify();
    3634
     
    3836  Int_t fCurrentTree; //! current Tree number in a TChain
    3937
    40   typedef std::map<TString, std::pair<TBranch*, TClonesArray*> > TBranchMap;
     38  typedef std::map<TString, std::pair<TBranch *, TClonesArray *>> TBranchMap;
    4139
    4240  TBranchMap fBranchMap; //!
Note: See TracChangeset for help on using the changeset viewer.