Changes in modules/VertexFinder.h [95b4e9f:77e9ae1] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/VertexFinder.h
r95b4e9f r77e9ae1 10 10 */ 11 11 12 13 12 #include "classes/DelphesModule.h" 14 13 14 #include <map> 15 15 #include <string> 16 16 #include <vector> 17 #include <map>18 17 19 18 class TObjArray; … … 23 22 { 24 23 public: 25 26 24 VertexFinder(); 27 25 ~VertexFinder(); … … 32 30 33 31 private: 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); 40 37 41 38 Double_t fSigma;
Note:
See TracChangeset
for help on using the changeset viewer.