ATLAS Offline Software
Loading...
Searching...
No Matches
CombinationsGrouper.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_COMBINATIONSGROUPER_H
6#define TRIGHLTJETHYPO_COMBINATIONSGROUPER_H
7
9
11 public:
13 CombinationsGrouper(unsigned int);
14 CombinationsGrouper(unsigned int, const HypoJetVector&);
15 CombinationsGrouper(unsigned int,
16 const HypoJetCIter& b,
17 const HypoJetCIter& e
18 );
19
20 virtual HypoJetVector next() override;
21 virtual std::string getName() const override;
22 virtual std::string toString() const override;
23
24private:
25 unsigned int m_groupSize{0u};
27
28};
29#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
virtual std::string toString() const override