Fork me on GitHub

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/TrackCountingTauTagging.h

    r45e58be r341014c  
    2929{
    3030public:
    31 
    3231  TrackCountingTauTagging();
    3332  ~TrackCountingTauTagging();
     
    3837
    3938private:
    40 
    4139  Int_t fBitNumber;
    4240
     
    4543  Double_t fTrackPTMin;
    4644
    47   std::map< Int_t, DelphesFormula * > fEfficiencyMap; //!
    48  
     45  std::map<Int_t, DelphesFormula *> fEfficiencyMap; //!
     46
    4947  TrackCountingTauTaggingPartonClassifier *fClassifier; //!
    50  
     48
    5149  ExRootFilter *fFilter;
    5250
    5351  TIterator *fItPartonInputArray; //!
    54  
     52
    5553  TIterator *fItTrackInputArray; //!
    56  
     54
    5755  TIterator *fItJetInputArray; //!
    5856
     
    6260
    6361  const TObjArray *fPartonInputArray; //!
    64  
     62
    6563  const TObjArray *fJetInputArray; //!
    6664
Note: See TracChangeset for help on using the changeset viewer.