ATLAS Offline Software
LArEM_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  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
4 */
13 #ifndef CALOIDENTIFIER_LAREM_SUPERCELL_ID_H
14 #define CALOIDENTIFIER_LAREM_SUPERCELL_ID_H
15 
16 #include "AthenaKernel/CLASS_DEF.h"
18 #include "AthenaKernel/BaseInfo.h"
19 
20 
119 {
120 public:
123 
125  virtual int initialize_from_dictionary (const IdDictMgr& dict_mgr);
126 };
127 
128 //using the macro below we can assign an identifier (and a version)
129 //This is required and checked at compile time when you try to record/retrieve
130 CLASS_DEF( LArEM_SuperCell_ID , 99488227 , 1 )
132 
133 
134 #endif // CALOIDENTIFIER_LAREM_SUPERCELL_ID_H
LArEM_Base_ID.h
Factor out code common between LArEM_ID and LArEM_SuperCell_ID.
LArEM_Base_ID
This class factors out code common between LArEM_ID and LArEM_SuperCell_ID.
Definition: LArEM_Base_ID.h:36
LArEM_SuperCell_ID::initialize_from_dictionary
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr)
initialization from the identifier dictionary
Definition: LArEM_SuperCell_ID.cxx:34
IdDictMgr
Definition: IdDictMgr.h:14
LArEM_SuperCell_ID
Helper class for LArEM offline identifiers for supercells.
Definition: LArEM_SuperCell_ID.h:119
SG_BASE
SG_BASE(LArEM_SuperCell_ID, LArEM_Base_ID)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
LArEM_SuperCell_ID::~LArEM_SuperCell_ID
~LArEM_SuperCell_ID()
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:67
LArEM_SuperCell_ID::LArEM_SuperCell_ID
LArEM_SuperCell_ID()
Definition: LArEM_SuperCell_ID.cxx:27
CLASS_DEF.h
macros to associate a CLID to a type