1#ifndef Reconstruction_VeeVertex_H
2#define Reconstruction_VeeVertex_H
4#include "GaudiKernel/AlgFactory.h"
5#include "GaudiKernel/Algorithm.h"
6#include "GaudiKernel/NTuple.h"
11 VeeVertex(
const std::string& name, ISvcLocator* pSvcLocator);
17 StatusCode registerParent(MsgStream& log);
18 StatusCode clearEvtRecVeeVertexCol(MsgStream& log);
19 void registerEvtRecVeeVertexCol(MsgStream& log);
25 Algorithm* m_KShortReconstruction;
26 Algorithm* m_LambdaReconstruction;
27 Algorithm* m_gcReconstruction;
VeeVertex(const std::string &name, ISvcLocator *pSvcLocator)