ATLAS Offline Software
Loading...
Searching...
No Matches
elementalJetGroups.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGHLTJETHYPO_ELEMENTALJETGROUPS_H
6#define TRIGHLTJETHYPO_ELEMENTALJETGROUPS_H
7
8#include <map>
9#include <vector>
10
11using JetGroupInd2ElemInds = std::map<int, std::vector<std::size_t>>;
12
13std::vector<std::size_t>
14elementalJetGroups(const std::vector<std::size_t>& non_elemental,
15 const JetGroupInd2ElemInds& jg2elemjgs);
16
17
18#endif
std::vector< std::size_t > elementalJetGroups(const std::vector< std::size_t > &non_elemental, const JetGroupInd2ElemInds &jg2elemjgs)
std::map< int, std::vector< std::size_t > > JetGroupInd2ElemInds