ATLAS Offline Software
Loading...
Searching...
No Matches
LUCID_HardwareID.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LUCID_HARDWAREID_H
6#define LUCID_HARDWAREID_H
7
11
12// based on the Tile calo identifier class
13
15
16 public:
17
18 typedef Identifier::size_type size_type ;
19
20
21 // default constructor
23
24 // default destructor
25 virtual ~LUCID_HardwareID();
26};
27
28CLASS_DEF( LUCID_HardwareID , 17902 , 1 )
29
30#endif
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
AtlasDetectorID(const std::string &name, const std::string &group)
Identifier::size_type size_type