The Gaudi Framework  master (37c0b60a)
DataHandleFinder.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2024 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:
34 
35  void visit( const IDataHandleHolder* visitee ) override;
37 
38 private:
41 };
42 
43 #endif
IDataHandleHolder
Definition: IDataHandleHolder.h:24
std::vector< std::string >
DataHandleFinder::m_target
DataObjID const & m_target
Definition: DataHandleFinder.h:39
DataObjID.h
DataHandleFinder::visit
void visit(const IDataHandleHolder *visitee) override
Definition: DataHandleFinder.cpp:15
compareOutputFiles.target
target
Definition: compareOutputFiles.py:489
DataHandleFinder::holderNames
std::vector< std::string > & holderNames()
Definition: DataHandleFinder.h:36
DataObjID
Definition: DataObjID.h:47
IDataHandleVisitor
Definition: IDataHandleHolder.h:46
DataHandleFinder::m_holderNames
std::vector< std::string > m_holderNames
Definition: DataHandleFinder.h:40
IDataHandleHolder.h
DataHandleFinder::DataHandleFinder
DataHandleFinder(DataObjID const &target)
Definition: DataHandleFinder.cpp:13
DataHandleFinder
Definition: DataHandleFinder.h:31