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

    r45e58be r341014c  
    2020#define FastJetGridMedianEstimator_h
    2121
    22 
    2322/** \class FastJetGridMedianEstimator
    2423 *
     
    3534class TIterator;
    3635
    37 namespace fastjet {
    38   class GridMedianBackgroundEstimator;
     36namespace fastjet
     37{
     38class GridMedianBackgroundEstimator;
    3939}
    4040
     
    4242{
    4343public:
    44 
    4544  FastJetGridMedianEstimator();
    4645  ~FastJetGridMedianEstimator();
     
    5150
    5251private:
    53 
    54   std::vector< fastjet::GridMedianBackgroundEstimator * > fEstimators; //!
     52  std::vector<fastjet::GridMedianBackgroundEstimator *> fEstimators; //!
    5553
    5654  TIterator *fItInputArray; //!
Note: See TracChangeset for help on using the changeset viewer.