8#ifndef DERIVATIONFRAMEWORK_V0FINDER_H
9#define DERIVATIONFRAMEWORK_V0FINDER_H
14#include "GaudiKernel/ToolHandle.h"
24 Reco_V0Finder(
const std::string& t,
const std::string& n,
const IInterface* p);
28 virtual StatusCode
addBranches(
const EventContext& ctx)
const override;
36 "key for retrieving vertices" };
43 "Lambdabar container" };
45 ToolHandle<InDet::V0MainDecorator>
m_v0DecoTool{
this,
"Decorator",
"InDet::V0MainDecorator"};
SG::WriteHandleKey< xAOD::VertexContainer > m_v0Key
std::vector< std::string > m_CollectionsToCheck
ToolHandle< InDet::V0MainDecorator > m_v0DecoTool
ToolHandle< InDet::InDetV0FinderTool > m_v0FinderTool
SG::WriteHandleKey< xAOD::VertexContainer > m_ksKey
StatusCode initialize() override
SG::WriteHandleKey< xAOD::VertexContainer > m_lbKey
virtual StatusCode addBranches(const EventContext &ctx) const override
SG::ReadHandleKey< xAOD::VertexContainer > m_vertexKey
Reco_V0Finder(const std::string &t, const std::string &n, const IInterface *p)
SG::WriteHandleKey< xAOD::VertexContainer > m_laKey
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.