ATLAS Offline Software
LUCID_ID.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_ID_H
6 #define LUCID_ID_H
7 
9 #include "Identifier/Identifier.h"
11 #include "Identifier/Range.h"
12 #include "Identifier/IdHelper.h"
14 #include "AthenaKernel/CLASS_DEF.h"
15 
16 #include <string>
17 #include <map>
18 #include <assert.h>
19 #include <vector>
20 
21 class IdDictDictionary;
22 
23 class LUCID_ID : public AtlasDetectorID
24 {
25  public:
26 
27 
29  typedef std::vector<Identifier>::const_iterator const_id_iterator;
31 
32  LUCID_ID(void);
33  ~LUCID_ID(void);
34 
35  private:
36 
37 
38 
39 };
40 
41 CLASS_DEF(LUCID_ID, 2718, 1)
42 
43 
44 #endif
LUCID_ID::const_id_iterator
std::vector< Identifier >::const_iterator const_id_iterator
Definition: LUCID_ID.h:29
Range.h
LUCID_ID::size_type
Identifier::size_type size_type
Definition: LUCID_ID.h:28
LUCID_ID::LUCID_ID
LUCID_ID(void)
Definition: LUCID_ID.cxx:19
IdHelper.h
AtlasDetectorID.h
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
MultiRange::const_identifier_factory
Definition: DetectorDescription/Identifier/Identifier/Range.h:400
IdentifierHash.h
IdDictDictionary
Definition: IdDictDefs.h:97
IdDictFieldImplementation.h
LUCID_ID
Definition: LUCID_ID.h:24
LUCID_ID::const_expanded_id_iterator
MultiRange::const_identifier_factory const_expanded_id_iterator
Definition: LUCID_ID.h:30
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
Identifier::size_type
IDENTIFIER_TYPE size_type
Definition: DetectorDescription/Identifier/Identifier/Identifier.h:41
LUCID_ID::~LUCID_ID
~LUCID_ID(void)
Definition: LUCID_ID.cxx:23
CLASS_DEF.h
macros to associate a CLID to a type
AtlasDetectorID
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
Definition: AtlasDetectorID.h:57