ATLAS Offline Software
|
#include "MuonCalibIdentifier/MultiDimArray.h"
#include "GaudiKernel/MsgStream.h"
#include "AthenaKernel/getMessageSvc.h"
#include <iostream>
#include <sstream>
#include <string>
#include <limits.h>
Go to the source code of this file.
Classes | |
class | IdentifierToHash< T > |
The IdentifierToHash table. More... | |
class | IdentifierToHash< T >::RecursiveIndexCall< N, K > |
Helper class for IdentifierToHash to automate recursive index call. More... | |
class | IdentifierToHash< T >::RecursiveIndexCall< 1, K > |
class | IdentifierToHash< T >::RecursiveIndexCall< 0, K > |
class | IdentifierToHash< T >::RecursiveRangeCheck< N, K > |
Helper class for one-go recursive range check on all indices. More... | |
class | IdentifierToHash< T >::RecursiveRangeCheck< 1, K > |
Specialise for N=1 to end recursion. More... | |
class | IdentifierToHash< T >::RecursiveRangeCheck< 0, K > |
N=0 is invalid. More... | |