Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-01-15
LEM
func
MatchIndices.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
/// \file MatchIndices.h
3
/// \brief List of indices of matched events
4
/// \author Christopher Backhouse - bckhouse@caltech.edu
5
////////////////////////////////////////////////////////////////////////
6
7
#ifndef LEM_MATCHINDICES_H
8
#define LEM_MATCHINDICES_H
9
10
#include <vector>
11
12
namespace
lem
13
{
14
/// List of indices of matched events
15
class
MatchIndices
16
{
17
public
:
18
int
headIdx
;
19
std::vector<int>
matches
;
20
std::vector<int>
matchesEnrich
;
21
};
22
}
23
24
#endif
lem::MatchIndices::matches
std::vector< int > matches
Definition:
MatchIndices.h:19
lem::MatchIndices::matchesEnrich
std::vector< int > matchesEnrich
Definition:
MatchIndices.h:20
lem
PID
Definition:
FillPIDs.h:14
lem::MatchIndices::headIdx
int headIdx
Definition:
MatchIndices.h:18
lem::MatchIndices
List of indices of matched events.
Definition:
MatchIndices.h:15
Generated on Fri Jan 15 2021 14:12:25 for NOvA by
1.8.11