00001 #ifndef TOPUTILS_VERTEXREWEIGHT_H__ 00002 #define TOPUTILS_VERTEXREWEIGHT_H__ 00003 00004 #include <vector> 00005 00006 #include "manTree/MVertex.h" 00007 00009 double getVertexWeight(const std::vector<manchester::MVertex>* vertices, unsigned int& nvtx); 00010 00011 00012 #endif // TOPUTILS_VERTEXREWEIGHT_H__