Fork me on GitHub

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

    r45e58be r341014c  
    3535class TIterator;
    3636
    37 namespace fastjet {
    38   class JetDefinition;
    39   class AreaDefinition;
    40   class JetMedianBackgroundEstimator;
    41   namespace contrib {
    42     class NjettinessPlugin;
    43     class ValenciaPlugin;
    44     class AxesDefinition;
    45     class MeasureDefinition;
    46   }
    47 }
     37namespace fastjet
     38{
     39class JetDefinition;
     40class AreaDefinition;
     41class JetMedianBackgroundEstimator;
     42namespace contrib
     43{
     44class NjettinessPlugin;
     45class ValenciaPlugin;
     46class AxesDefinition;
     47class MeasureDefinition;
     48} // namespace contrib
     49} // namespace fastjet
    4850
    4951class FastJetFinder: public DelphesModule
    5052{
    5153public:
    52 
    5354  FastJetFinder();
    5455  ~FastJetFinder();
     
    5960
    6061private:
    61 
    6262  void *fPlugin; //!
    6363  void *fRecomb; //!
     
    9797  Int_t fAxisMode;
    9898  Double_t fRcutOff;
    99   Int_t fN ;
     99  Int_t fN;
    100100
    101101  //-- Trimming parameters --
     
    123123  fastjet::AreaDefinition *fAreaDefinition;
    124124  Int_t fAreaAlgorithm;
    125   Bool_t  fComputeRho;
     125  Bool_t fComputeRho;
    126126
    127127  // -- ghost based areas --
     
    143143  };
    144144
    145   std::vector< TEstimatorStruct > fEstimators; //!
     145  std::vector<TEstimatorStruct> fEstimators; //!
    146146#endif
    147147
Note: See TracChangeset for help on using the changeset viewer.