Fork me on GitHub

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

    r45e58be r341014c  
    3838{
    3939public:
    40 
    4140  ExampleModule();
    4241  ~ExampleModule();
     
    4746
    4847private:
    49 
    5048  Int_t fIntParam;
    5149  Double_t fDoubleParam;
    52  
    53   std::deque <Double_t> fArrayParam;
    54  
     50
     51  std::deque<Double_t> fArrayParam;
     52
    5553  DelphesFormula *fFormula; //!
    5654
Note: See TracChangeset for help on using the changeset viewer.