ATLAS Offline Software
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 
11 using JetGroupInd2ElemInds = std::map<int, std::vector<std::size_t>>;
12 
13 std::vector<std::size_t>
14 elementalJetGroups(const std::vector<std::size_t>& non_elemental,
15  const JetGroupInd2ElemInds& jg2elemjgs);
16 
17 
18 #endif
JetGroupInd2ElemInds
std::map< int, std::vector< std::size_t > > JetGroupInd2ElemInds
Definition: elementalJetGroups.h:11
elementalJetGroups
std::vector< std::size_t > elementalJetGroups(const std::vector< std::size_t > &non_elemental, const JetGroupInd2ElemInds &jg2elemjgs)
Definition: elementalJetGroups.cxx:9