ATLAS Offline Software
Loading...
Searching...
No Matches
AllJetsGrouper.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGHLTJETHYPO_ALLJETSGROUPER_H
6#define TRIGHLTJETHYPO_ALLJETSGROUPER_H
7
9
11 public:
13 AllJetsGrouper(const HypoJetCIter& b, const HypoJetCIter& e);
15
16 virtual HypoJetVector next() override;
17 virtual std::string getName() const override;
18 virtual std::string toString() const override;
19
20private:
22 bool m_done{false};
23
24};
25#endif
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