ATLAS Offline Software
LArFCAL_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 LARFCAL_ID_H
6 #define LARFCAL_ID_H
7 
12 #include "IdDict/IdDictDefs.h"
13 
16 #include "AthenaKernel/BaseInfo.h"
17 
18 #include "boost/range/iterator_range.hpp"
19 #include <vector>
20 #include <algorithm>
21 #include <set>
22 
23 
56 class Range;
57 class LArFCAL_region;
58 
60 {
61 public:
62 
64 
65  LArFCAL_ID(void);
66  ~LArFCAL_ID(void);
67 
69  virtual int initialize_from_dictionary (const IdDictMgr& dict_mgr);
70 };
71 
72 //using the macro below we can assign an identifier (and a version)
73 //This is required and checked at compile time when you try to record/retrieve
74 CLASS_DEF( LArFCAL_ID , 45738051 , 1 )
76 
77 
78 #endif // LARFCAL_ID_H
LArFCAL_Base_ID
Definition: LArFCAL_Base_ID.h:19
LArFCAL_Base_ID.h
LArFCAL_ID::size_type
Identifier::size_type size_type
Definition: LArFCAL_ID.h:63
LArID_Exception.h
IdDictDefs.h
AtlasDetectorID.h
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
IdDictMgr
Definition: IdDictDefs.h:32
BaseInfo.h
Provide an interface for finding inheritance information at run time.
LArFCAL_ID::LArFCAL_ID
LArFCAL_ID(void)
Definition: LArFCAL_ID.cxx:24
LArFCAL_region
This class provides an interface to deal with regions in the neighbours finding.
Definition: LArFCAL_region.h:20
IdentifierHash.h
Range
A Range describes the possible ranges for the field values of an ExpandedIdentifier.
Definition: DetectorDescription/Identifier/Identifier/Range.h:27
IdDictFieldImplementation.h
LArFCAL_ID::~LArFCAL_ID
~LArFCAL_ID(void)
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
SG_BASE
SG_BASE(LArFCAL_ID, LArFCAL_Base_ID)
LArFCAL_ID
Helper class for LArFCAL offline identifiers.
Definition: LArFCAL_ID.h:60
CLASS_DEF.h
macros to associate a CLID to a type
LArFCAL_ID::initialize_from_dictionary
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr)
initialization from the identifier dictionary
Definition: LArFCAL_ID.cxx:32