ATLAS Offline Software
Tile_SuperCell_ID.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id$
16 #ifndef CALOIDENTIFIER_TILE_SUPERCELL_ID_H
17 #define CALOIDENTIFIER_TILE_SUPERCELL_ID_H
18 
20 // #include "Identifier/IdentifierHash.h"
24 
25 #include "AthenaKernel/CLASS_DEF.h"
26 #include "AthenaKernel/BaseInfo.h"
27 
28 #include "boost/range/iterator_range.hpp"
29 #include <string>
30 #include <vector>
31 #include <set>
32 
64 {
65 public:
66 
67  // default constructor
69 
71  virtual int initialize_from_dictionary (const IdDictMgr& dict_mgr);
72 };
73 
74 
75 //using the macro below we can assign an identifier (and a version)
76 //This is required and checked at compile time when you try to record/retrieve
77 CLASS_DEF( Tile_SuperCell_ID, 49557789, 1 )
79 
80 #endif // CALOIDENTIFIER_TILE_SUPERCELL_ID_H
81 
SG_BASE
SG_BASE(Tile_SuperCell_ID, Tile_Base_ID)
Tile_SuperCell_ID::Tile_SuperCell_ID
Tile_SuperCell_ID()
Definition: Tile_SuperCell_ID.cxx:28
Tile_SuperCell_ID
Helper class for Tile offline identifiers for supercells.
Definition: Tile_SuperCell_ID.h:64
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.
Tile_Base_ID
This class factors out code common between TileID and Tile_SuperCell_ID.
Definition: Tile_Base_ID.h:39
Tile_Base_ID.h
Factor out code common between TileID and Tile_SuperCell_ID.
Tile_SuperCell_ID::initialize_from_dictionary
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr)
initialization from the identifier dictionary
Definition: Tile_SuperCell_ID.cxx:33
IdDictFieldImplementation.h
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
CLASS_DEF.h
macros to associate a CLID to a type
TileID_Exception.h