--- UserCode/MitPhysics/Utils/interface/VertexTools.h 2011/06/16 02:53:03 1.2 +++ UserCode/MitPhysics/Utils/interface/VertexTools.h 2011/07/01 13:49:01 1.3 @@ -27,6 +27,7 @@ namespace mithep { typedef std::vector VertexZarray; + typedef std::vector TrackArray; class VertexTools { public: @@ -45,6 +46,9 @@ namespace mithep { const BaseVertex *fBeamSpot, FourVector diboso); static double VertexWidth(const Vertex*, const BaseVertex* ); + + static void BanThisTrack(const Track*); + static void Reset(); static VertexTools* instance(const char* str){ if(meobject == NULL){ @@ -62,6 +66,8 @@ namespace mithep { VertexTools(); VertexTools(const char* str); TString relname; + TrackArray excluded; + ClassDef(VertexTools, 0) // Muon tools };