ATLAS Offline Software
Loading...
Searching...
No Matches
MinimalSumAssociation.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef TRIGGERMATCHINGTOOL_MINIMALSUMASSOCIATION_H
8#define TRIGGERMATCHINGTOOL_MINIMALSUMASSOCIATION_H
9
12
13
15public:
17 index_assignment_t associate(const std::vector<std::vector<double> >& matrix);
18};
19
20#endif
std::map< unsigned int, unsigned int > index_assignment_t
index_assignment_t associate(const std::vector< std::vector< double > > &matrix)
Class mimicking the AthMessaging class from the offline software.