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 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // $Id$
16 #ifndef CALOIDENTIFIER_LAREM_SUPERCELL_ID_H
17 #define CALOIDENTIFIER_LAREM_SUPERCELL_ID_H
18 
19 #include "AthenaKernel/CLASS_DEF.h"
21 #include "AthenaKernel/BaseInfo.h"
22 
23 
122 {
123 public:
124  LArEM_SuperCell_ID(void);
126 
128  virtual int initialize_from_dictionary (const IdDictMgr& dict_mgr);
129 };
130 
131 //using the macro below we can assign an identifier (and a version)
132 //This is required and checked at compile time when you try to record/retrieve
133 CLASS_DEF( LArEM_SuperCell_ID , 99488227 , 1 )
135 
136 
137 #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:38
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:37
IdDictMgr
Definition: IdDictDefs.h:32
LArEM_SuperCell_ID
Helper class for LArEM offline identifiers for supercells.
Definition: LArEM_SuperCell_ID.h:122
SG_BASE
SG_BASE(LArEM_SuperCell_ID, LArEM_Base_ID)
LArEM_SuperCell_ID::~LArEM_SuperCell_ID
~LArEM_SuperCell_ID(void)
BaseInfo.h
Provide an interface for finding inheritance information at run time.
LArEM_SuperCell_ID::LArEM_SuperCell_ID
LArEM_SuperCell_ID(void)
Definition: LArEM_SuperCell_ID.cxx:29
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