Fork me on GitHub

Changeset 341014c in git for modules/VertexFinderDA4D.h


Ignore:
Timestamp:
Feb 12, 2019, 9:29:17 PM (5 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/VertexFinderDA4D.h

    r45e58be r341014c  
    99 *
    1010 */
    11 
    1211
    1312#include "classes/DelphesModule.h"
     
    2221{
    2322public:
    24 
    2523  VertexFinderDA4D();
    2624  ~VertexFinderDA4D();
     
    3129
    3230  void clusterize(const TObjArray &tracks, TObjArray &clusters);
    33   std::vector< Candidate* > vertices();
     31  std::vector<Candidate *> vertices();
    3432
    3533private:
    36 
    3734  Bool_t fVerbose;
    3835  Double_t fMinPT;
Note: See TracChangeset for help on using the changeset viewer.