Fork me on GitHub

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

    r45e58be r341014c  
    2828{
    2929public:
    30 
    3130  OldCalorimeter();
    3231  ~OldCalorimeter();
     
    3736
    3837private:
    39 
    40   typedef std::map< Long64_t, std::pair< Double_t, Double_t > > TFractionMap; //!
    41   typedef std::map< Double_t, std::set< Double_t > > TBinMap; //!
     38  typedef std::map<Long64_t, std::pair<Double_t, Double_t>> TFractionMap; //!
     39  typedef std::map<Double_t, std::set<Double_t>> TBinMap; //!
    4240
    4341  Candidate *fTower;
     
    5149  TBinMap fBinMap; //!
    5250
    53   std::vector < Double_t > fEtaBins;
    54   std::vector < std::vector < Double_t >* > fPhiBins;
     51  std::vector<Double_t> fEtaBins;
     52  std::vector<std::vector<Double_t> *> fPhiBins;
    5553
    56   std::vector < Long64_t > fTowerHits;
     54  std::vector<Long64_t> fTowerHits;
    5755
    58   std::vector < Double_t > fECalFractions;
    59   std::vector < Double_t > fHCalFractions;
     56  std::vector<Double_t> fECalFractions;
     57  std::vector<Double_t> fHCalFractions;
    6058
    6159  DelphesFormula *fECalResolutionFormula; //!
Note: See TracChangeset for help on using the changeset viewer.