Fork me on GitHub

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

    r45e58be r341014c  
    2626{
    2727public:
    28 
    2928  DelphesLongFormula();
    3029  DelphesLongFormula(const char *name, const char *expression);
     
    3433  Int_t Compile(const char *expression);
    3534
    36   Double_t Eval(Double_t pt,
    37                 Double_t eta = 0,
    38                 Double_t phi = 0,
    39                 Double_t energy = 0,
    40                 Double_t d0 = 0,
    41                 Double_t dz = 0,
    42                 Double_t ctgTheta = 0
    43                 );
     35  Double_t Eval(Double_t pt, Double_t eta = 0, Double_t phi = 0,
     36    Double_t energy = 0, Double_t d0 = 0, Double_t dz = 0, Double_t ctgTheta = 0);
    4437
    45   typedef std::map<Int_t,TString> TVarNameMap; //!
     38  typedef std::map<Int_t, TString> TVarNameMap; //!
    4639  typedef std::map<TString, Double_t> TVarValMap; //!
    47 
    48  
    4940};
    5041
Note: See TracChangeset for help on using the changeset viewer.