ATLAS Offline Software
IJetExecuteTool.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // IJetExecuteTool.cxx
6 
8 
9 //**********************************************************************
10 
11 int IJetExecuteTool::inputContainerNames(std::vector<std::string>&) {
12  return 0;
13 }
14 
15 //**********************************************************************
16 
17 int IJetExecuteTool::outputContainerNames(std::vector<std::string>&) {
18  return 0;
19 }
20 
21 //**********************************************************************
22 
IJetExecuteTool.h
IJetExecuteTool::inputContainerNames
virtual int inputContainerNames(std::vector< std::string > &connames)
Method to return the list of input containers.
Definition: IJetExecuteTool.cxx:11
IJetExecuteTool::outputContainerNames
virtual int outputContainerNames(std::vector< std::string > &connames)
Method to return the list of output containers.
Definition: IJetExecuteTool.cxx:17