Fork me on GitHub

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

    r45e58be r341014c  
    4141{
    4242public:
    43 
    4443  Delphes(const char *name = "Delphes");
    4544  ~Delphes();
    4645
    4746  void SetTreeWriter(ExRootTreeWriter *treeWriter);
    48  
     47
    4948  DelphesFactory *GetFactory() const { return fFactory; }
    5049
     
    5655
    5756private:
    58 
    5957  DelphesFactory *fFactory;
    6058
     
    6361
    6462#endif /* Delphes_h */
    65 
Note: See TracChangeset for help on using the changeset viewer.