ATLAS Offline Software
LArHEC_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_LARHEC_SUPERCELL_ID_H
17 #define CALOIDENTIFIER_LARHEC_SUPERCELL_ID_H
18 
19 
20 #include "AthenaKernel/CLASS_DEF.h"
22 #include "AthenaKernel/BaseInfo.h"
23 
24 
58  : public LArHEC_Base_ID
59 {
60 public:
62 
63 
65  virtual int initialize_from_dictionary (const IdDictMgr& dict_mgr);
66 };
67 
68 
69 
70 CLASS_DEF( LArHEC_SuperCell_ID , 254277678 , 1 )
72 
73 
74 #endif // not CALOIDENTIFIER_LARHEC_SUPERCELL_ID_H
LArHEC_Base_ID
This class factors out code common between LArEM_ID and LArEM_SuperCell_ID.
Definition: LArHEC_Base_ID.h:44
LArHEC_Base_ID.h
Factor out code common between LArHEC_ID and LArHEC_SuperCell_ID.
IdDictMgr
Definition: IdDictDefs.h:32
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASE
SG_BASE(LArHEC_SuperCell_ID, LArHEC_Base_ID)
LArHEC_SuperCell_ID::LArHEC_SuperCell_ID
LArHEC_SuperCell_ID()
Definition: LArHEC_SuperCell_ID.cxx:17
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
LArHEC_SuperCell_ID
Helper class for LArHEC offline identifiers for supercells.
Definition: LArHEC_SuperCell_ID.h:59
LArHEC_SuperCell_ID::initialize_from_dictionary
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr)
initialization from the identifier dictionary
Definition: LArHEC_SuperCell_ID.cxx:23
CLASS_DEF.h
macros to associate a CLID to a type