Fork me on GitHub

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

    r45e58be r341014c  
    2020#define JetFakeParticle_h
    2121
    22 
    2322/** \class JetFakeParticle
    2423 *
     
    3938{
    4039public:
    41 
    4240  JetFakeParticle();
    4341  ~JetFakeParticle();
     
    4846
    4947private:
    50 
    51   #if !defined(__CINT__) && !defined(__CLING__)
    52   typedef std::map< Int_t, DelphesFormula * > TFakeMap; //!
     48#if !defined(__CINT__) && !defined(__CLING__)
     49  typedef std::map<Int_t, DelphesFormula *> TFakeMap; //!
    5350  TFakeMap fEfficiencyMap;
    54   #endif
     51#endif
    5552
    5653  TIterator *fItInputArray; //!
Note: See TracChangeset for help on using the changeset viewer.