ATLAS Offline Software
Loading...
Searching...
No Matches
GrouperByCapacityFactory.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGHLTJETHYPO_GROUPERBYCAPACITYFACTORY_H
6#define TRIGHLTJETHYPO_GROUPERBYCAPACITYFACTORY_H
7
9#include <memory>
10
11std::unique_ptr<IJetGrouper> grouperByCapacityFactory(unsigned int capacity,
12 const HypoJetCIter& b,
13 const HypoJetCIter& e);
14
15#endif
std::unique_ptr< IJetGrouper > grouperByCapacityFactory(unsigned int capacity, const HypoJetCIter &b, const HypoJetCIter &e)
HypoJetVector::const_iterator HypoJetCIter
Definition HypoJetDefs.h:29