ATLAS Offline Software
Loading...
Searching...
No Matches
IPseudoJetGetter.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// IPseudoJetGetter.cxx
6
8
9//**********************************************************************
10
12 return nullptr;
13}
14
15//**********************************************************************
16
17int IPseudoJetGetter::inputContainerNames(std::vector<std::string>&) {
18 return 0;
19}
20
21//**********************************************************************
22//
23int IPseudoJetGetter::outputContainerNames(std::vector<std::string>&) {
24 return 0;
25}
26
27//**********************************************************************
std::vector< fastjet::PseudoJet > PseudoJetVector
Vector of fastjet pseudojets.
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.
virtual const PseudoJetVector * get() const
Method to return a vector of pseudojets.