Fork me on GitHub

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

    r45e58be r341014c  
    4040{
    4141public:
    42 
    4342  BTagging();
    4443  ~BTagging();
     
    4948
    5049private:
    51 
    5250  Int_t fBitNumber;
    5351
    5452#if !defined(__CINT__) && !defined(__CLING__)
    55   std::map< Int_t, DelphesFormula * > fEfficiencyMap; //!
     53  std::map<Int_t, DelphesFormula *> fEfficiencyMap; //!
    5654#endif
    5755
    5856  TIterator *fItJetInputArray; //!
    59  
     57
    6058  const TObjArray *fJetInputArray; //!
    6159
Note: See TracChangeset for help on using the changeset viewer.