15#ifndef INDETV0FINDER_INDETV0FINDER_H
16#define INDETV0FINDER_INDETV0FINDER_H
20#include "GaudiKernel/ToolHandle.h"
36 class InDetV0FinderTool;
41 InDetV0Finder(
const std::string &name, ISvcLocator *pSvcLocator);
52 "key for retrieving vertices" };
59 "Lambdabar container" };
63 ToolHandle<InDet::InDetV0FinderTool>
m_v0FinderTool{
this,
"InDetV0FinderToolName",
"InDet::InDetV0FinderTool"};
64 ToolHandle<InDet::V0MainDecorator>
m_v0DecoTool{
this,
"Decorator",
"InDet::V0MainDecorator"};
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::WriteHandleKey< xAOD::VertexContainer > m_lbKey
ToolHandle< InDet::InDetV0FinderTool > m_v0FinderTool
BooleanProperty m_decorate
decorate V0 containers
SG::WriteHandleKey< xAOD::VertexContainer > m_laKey
InDetV0Finder(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< xAOD::VertexContainer > m_v0Key
SG::WriteHandleKey< xAOD::VertexContainer > m_ksKey
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexKey
ToolHandle< InDet::V0MainDecorator > m_v0DecoTool
StatusCode resetStatistics()
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.