Fork me on GitHub

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

    r45e58be r341014c  
    3030#include <stdio.h>
    3131
     32#include <utility>
    3233#include <vector>
    33 #include <utility>
    3434
    3535class TObjArray;
     
    4242{
    4343public:
    44 
    4544  DelphesLHEFReader();
    4645  ~DelphesLHEFReader();
     
    6261
    6362private:
    64 
    6563  void AnalyzeParticle(DelphesFactory *factory,
    6664    TObjArray *allParticleOutputArray,
     
    8381  int fPID, fStatus, fM1, fM2, fC1, fC2;
    8482  double fPx, fPy, fPz, fE, fMass;
    85  
    86   std::vector< std::pair< int, double > > fWeightList;
     83
     84  std::vector<std::pair<int, double>> fWeightList;
    8785};
    8886
    8987#endif // DelphesLHEFReader_h
    90 
    91 
Note: See TracChangeset for help on using the changeset viewer.