ATLAS Offline Software
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 
10 namespace MVAUtils
11 {
12  typedef int32_t index_t;
13  typedef int8_t var_t;
14 }
15 #endif
MVAUtils
Definition: InDetTrkInJetType.h:47
MVAUtils::var_t
int8_t var_t
The variable type (i.e., the index of the variable to cut)
Definition: MVAUtilsDefs.h:13
MVAUtils::index_t
int32_t index_t
The index type of the node in the vector.
Definition: MVAUtilsDefs.h:12