Fork me on GitHub

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

    r45e58be r341014c  
    3030#include "classes/DelphesModule.h"
    3131
     32#include <map>
    3233#include <set>
    33 #include <map>
    3434
    3535class TObjArray;
     
    3838{
    3939public:
    40 
    4140  Weighter();
    4241  ~Weighter();
     
    4746
    4847private:
    49 
    5048#if !defined(__CINT__) && !defined(__CLING__)
    5149  struct TIndexStruct
    5250  {
    5351    Int_t codes[4];
    54     bool operator< (const TIndexStruct &value) const;
     52    bool operator<(const TIndexStruct &value) const;
    5553  };
    5654
Note: See TracChangeset for help on using the changeset viewer.