Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/VertexFinder.h

    r95b4e9f r77e9ae1  
    1010 */
    1111
    12 
    1312#include "classes/DelphesModule.h"
    1413
     14#include <map>
    1515#include <string>
    1616#include <vector>
    17 #include <map>
    1817
    1918class TObjArray;
     
    2322{
    2423public:
    25 
    2624  VertexFinder();
    2725  ~VertexFinder();
     
    3230
    3331private:
    34 
    35   void createSeeds ();
    36   void growCluster (const UInt_t);
    37   Double_t weight (const UInt_t);
    38   void addTrackToCluster (const UInt_t, const UInt_t);
    39   void removeTrackFromCluster (const UInt_t, const UInt_t);
     32  void createSeeds();
     33  void growCluster(const UInt_t);
     34  Double_t weight(const UInt_t);
     35  void addTrackToCluster(const UInt_t, const UInt_t);
     36  void removeTrackFromCluster(const UInt_t, const UInt_t);
    4037
    4138  Double_t fSigma;
Note: See TracChangeset for help on using the changeset viewer.