ATLAS Offline Software
Loading...
Searching...
No Matches
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
19
20
115
116
117
119{
120public:
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
130CLASS_DEF( LArEM_SuperCell_ID , 99488227 , 1 )
132
133
134#endif // CALOIDENTIFIER_LAREM_SUPERCELL_ID_H
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Factor out code common between LArEM_ID and LArEM_SuperCell_ID.
This class factors out code common between LArEM_ID and LArEM_SuperCell_ID.
LArEM_Base_ID(const std::string &name, const std::string &group, bool supercell)
Constructor.
Helper class for LArEM offline identifiers for supercells.
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr)
initialization from the identifier dictionary