ATLAS Offline Software
Loading...
Searching...
No Matches
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
11int IJetExecuteTool::inputContainerNames(std::vector<std::string>&) {
12 return 0;
13}
14
15//**********************************************************************
16
17int IJetExecuteTool::outputContainerNames(std::vector<std::string>&) {
18 return 0;
19}
20
21//**********************************************************************
22
virtual int inputContainerNames(std::vector< std::string > &connames)
Method to return the list of input containers.
virtual int outputContainerNames(std::vector< std::string > &connames)
Method to return the list of output containers.