ATLAS Offline Software
Reconstruction
Jet
JetInterface
Root
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
7
#include "
JetInterface/IPseudoJetGetter.h
"
8
9
//**********************************************************************
10
11
const
PseudoJetVector
*
IPseudoJetGetter::get
()
const
{
12
return
nullptr
;
13
}
14
15
//**********************************************************************
16
17
int
IPseudoJetGetter::inputContainerNames
(std::vector<std::string>&) {
18
return
0;
19
}
20
21
//**********************************************************************
22
//
23
int
IPseudoJetGetter::outputContainerNames
(std::vector<std::string>&) {
24
return
0;
25
}
26
27
//**********************************************************************
IPseudoJetGetter::outputContainerNames
virtual int outputContainerNames(std::vector< std::string > &connames)
Method to return the list of output containers.
Definition:
IPseudoJetGetter.cxx:23
IPseudoJetGetter::get
virtual const PseudoJetVector * get() const
Method to return a vector of pseudojets.
Definition:
IPseudoJetGetter.cxx:11
IPseudoJetGetter.h
PseudoJetVector
std::vector< fastjet::PseudoJet > PseudoJetVector
Definition:
JetConstituentFiller.cxx:17
IPseudoJetGetter::inputContainerNames
virtual int inputContainerNames(std::vector< std::string > &connames)
Method to return the list of input containers.
Definition:
IPseudoJetGetter.cxx:17
Generated on Sun Dec 22 2024 21:11:58 for ATLAS Offline Software by
1.8.18