ATLAS Offline Software
Loading...
Searching...
No Matches
LArHEC_ID.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LARHEC_ID_H
6#define LARHEC_ID_H
7
8
12
13class IdDictMgr;
14
15
72
73
75 : public LArHEC_Base_ID
76{
77public:
78 LArHEC_ID();
79 virtual ~LArHEC_ID();
80
81
83 virtual int initialize_from_dictionary (const IdDictMgr& dict_mgr);
84};
85
86//using the macro below we can assign an identifier (and a version)
87//This is required and checked at compile time when you try to record/retrieve
88CLASS_DEF( LArHEC_ID , 3870484 , 1 )
90
91
92#endif // LARHEC_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 LArHEC_ID and LArHEC_SuperCell_ID.
This class factors out code common between LArEM_ID and LArEM_SuperCell_ID.
LArHEC_Base_ID(const std::string &name, const std::string &group, bool supercell)
Constructor.
Helper class for LArHEC offline identifiers.
Definition LArHEC_ID.h:76
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr)
initialization from the identifier dictionary
Definition LArHEC_ID.cxx:23
virtual ~LArHEC_ID()