ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Calorimeter
CaloIdentifier
CaloIdentifier
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
*/
11
12
13
#ifndef CALOIDENTIFIER_LAREM_SUPERCELL_ID_H
14
#define CALOIDENTIFIER_LAREM_SUPERCELL_ID_H
15
16
#include "
AthenaKernel/CLASS_DEF.h
"
17
#include "
CaloIdentifier/LArEM_Base_ID.h
"
18
#include "
AthenaKernel/BaseInfo.h
"
19
20
115
116
117
118
class
LArEM_SuperCell_ID
:
public
LArEM_Base_ID
119
{
120
public
:
121
LArEM_SuperCell_ID
();
122
~LArEM_SuperCell_ID
();
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 )
131
SG_BASE
(
LArEM_SuperCell_ID
,
LArEM_Base_ID
);
132
133
134
#endif
// CALOIDENTIFIER_LAREM_SUPERCELL_ID_H
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_BASE
#define SG_BASE(D, B)
Declare that class D derives from class B.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:243
CLASS_DEF.h
macros to associate a CLID to a type
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_Base_ID.h
Factor out code common between LArEM_ID and LArEM_SuperCell_ID.
IdDictMgr
Definition
IdDictMgr.h:17
LArEM_Base_ID
This class factors out code common between LArEM_ID and LArEM_SuperCell_ID.
Definition
LArEM_Base_ID.h:36
LArEM_Base_ID::LArEM_Base_ID
LArEM_Base_ID(const std::string &name, const std::string &group, bool supercell)
Constructor.
Definition
LArEM_Base_ID.cxx:26
LArEM_SuperCell_ID
Helper class for LArEM offline identifiers for supercells.
Definition
LArEM_SuperCell_ID.h:119
LArEM_SuperCell_ID::~LArEM_SuperCell_ID
~LArEM_SuperCell_ID()
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:31
LArEM_SuperCell_ID::LArEM_SuperCell_ID
LArEM_SuperCell_ID()
Definition
LArEM_SuperCell_ID.cxx:24
Generated on
for ATLAS Offline Software by
1.17.0