ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_DetElemHash.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LUCID_DETELEMHASH_H
6#define LUCID_DETELEMHASH_H
7
8class Identifier;
9class IdHelper;
10class IdContext;
11
12// based on the Muon DetEkemHash class
13
15{
16 public:
17
21
22 typedef Identifier ID;
23
24 int max() const;
25
26 private:
27
30 int m_max;
31
32
33};
34
35
36#endif
This class saves the "context" of an expanded identifier (ExpandedIdentifier) for compact or hash ver...
Definition IdContext.h:26
This is an abstract base class for helper classes that know how to convert Identifier <-> IdentifierH...
Definition IdHelper.h:24
const IdHelper * m_helper