LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
MCBTAlgConstants.h
Go to the documentation of this file.
1 #ifndef MCBTALGCONSTANTS_H
2 #define MCBTALGCONSTANTS_H
3 
4 #include <limits>
5 namespace btutil {
6 
8  static const size_t kINVALID_INDEX = std::numeric_limits<size_t>::max();
9 
10 }
11 #endif
static const size_t kINVALID_INDEX
Signifies invalid MCX index number.