ATLAS Offline Software
Loading...
Searching...
No Matches
MVAUtilsDefs.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MVAUtils_MVAUtilsDefs_H
6#define MVAUtils_MVAUtilsDefs_H
7
8#include <cstdint>
9
10namespace MVAUtils
11{
12 typedef int32_t index_t;
13 typedef int8_t var_t;
14}
15#endif
int8_t var_t
The variable type (i.e., the index of the variable to cut)
int32_t index_t
The index type of the node in the vector.