The Gaudi Framework  v33r0 (d5ea422b)
DataHandleFinder.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef GAUDIKERNEL_DATAHANDLEFINDER
12 #define GAUDIKERNEL_DATAHANDLEFINDER 1
13 
14 #include "GaudiKernel/DataObjID.h"
16 
32 public:
33  DataHandleFinder( DataObjID const& target );
34 
35  void visit( const IDataHandleHolder* visitee ) override;
37 
38 private:
41 };
42 
43 #endif
void visit(const IDataHandleHolder *visitee) override
Implements the IDataHandleVisitor interface Class used to explore heirarchy of nested IDataHandleHold...
DataHandleFinder(DataObjID const &target)
std::vector< std::string > & holderNames()
DataObjID const & m_target
std::vector< std::string > m_holderNames