Fork me on GitHub

Changeset 341014c in git for classes/DelphesModule.h


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
  • classes/DelphesModule.h

    r45e58be r341014c  
    4141class DelphesFactory;
    4242
    43 class DelphesModule: public ExRootTask 
     43class DelphesModule: public ExRootTask
    4444{
    4545public:
    46 
    4746  DelphesModule();
    4847  ~DelphesModule();
     
    6160
    6261protected:
    63 
    6462  ExRootTreeWriter *fTreeWriter;
    6563  DelphesFactory *fFactory;
    6664
    6765private:
    68 
    6966  ExRootResult *fPlots;
    7067
     
    7572
    7673#endif /* DelphesModule_h */
    77 
Note: See TracChangeset for help on using the changeset viewer.