ATLAS Offline Software
Loading...
Searching...
No Matches
SingleJetGrouper.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_SINGLEJETGROUPER_H
6#define TRIGHLTJETHYPO_SINGLEJETGROUPER_H
7
9
11 public:
14 SingleJetGrouper(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 std::size_t m_size{0};
23 std::size_t m_index{0};
24};
25#endif
HypoJetVector::const_iterator HypoJetCIter
Definition HypoJetDefs.h:29
std::vector< pHypoJet > HypoJetVector
Definition HypoJetDefs.h:27
virtual HypoJetVector next() override
virtual std::string getName() const override
HypoJetVector m_jets
virtual std::string toString() const override