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/ExRootTreeWriter.h

    r45e58be r341014c  
    1919class ExRootTreeBranch;
    2020
    21 class ExRootTreeWriter : public TNamed
     21class ExRootTreeWriter: public TNamed
    2222{
    2323public:
    24 
    2524  ExRootTreeWriter(TFile *file = 0, const char *treeName = "Analysis");
    2625  ~ExRootTreeWriter();
     
    3635
    3736private:
    38 
    3937  TTree *NewTree();
    4038
     
    4442  TString fTreeName; //!
    4543
    46   std::set<ExRootTreeBranch*> fBranches; //!
     44  std::set<ExRootTreeBranch *> fBranches; //!
    4745
    4846  ClassDef(ExRootTreeWriter, 1)
     
    5048
    5149#endif /* ExRootTreeWriter */
    52 
Note: See TracChangeset for help on using the changeset viewer.