Changes in modules/VertexFinderDA4D.h [341014c:4154bbd] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/VertexFinderDA4D.h
r341014c r4154bbd 9 9 * 10 10 */ 11 11 12 12 13 #include "classes/DelphesModule.h" … … 21 22 { 22 23 public: 24 23 25 VertexFinderDA4D(); 24 26 ~VertexFinderDA4D(); … … 29 31 30 32 void clusterize(const TObjArray &tracks, TObjArray &clusters); 31 std::vector< Candidate *> vertices();33 std::vector< Candidate* > vertices(); 32 34 33 35 private: 36 34 37 Bool_t fVerbose; 35 38 Double_t fMinPT;
Note:
See TracChangeset
for help on using the changeset viewer.