ATLAS Offline Software
Loading...
Searching...
No Matches
AllJetsGrouper.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
6
8
12
15
16
17
19 if (m_done) {return HypoJetVector{};}
20
21 m_done = true;
22 return HypoJetVector{m_jets};
23}
24
25std::string AllJetsGrouper::getName() const {
26 return "AllJetsGrouper";
27}
28
29std::string AllJetsGrouper::toString() const {
30 return "AllJetsGrouper - repack all input jets into vector of vectors, sole element is vector of all jets";
31}
32
33
HypoJetVector::const_iterator HypoJetCIter
Definition HypoJetDefs.h:29
std::vector< pHypoJet > HypoJetVector
Definition HypoJetDefs.h:27
virtual HypoJetVector next() override
HypoJetVector m_jets
virtual std::string getName() const override
virtual std::string toString() const override