ATLAS Offline Software
Loading...
Searching...
No Matches
LArFCAL_SuperCell_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 CALOIDENTIFIER_LARFCAL_SUPERCELL_ID_H
6#define CALOIDENTIFIER_LARFCAL_SUPERCELL_ID_H
7
11
12#include <vector>
13#include <algorithm>
14#include <set>
15
16
44
45
46
48{
49public:
52
54 virtual int initialize_from_dictionary (const IdDictMgr& dict_mgr);
55};
56
57//using the macro below we can assign an identifier (and a version)
58//This is required and checked at compile time when you try to record/retrieve
59CLASS_DEF( LArFCAL_SuperCell_ID , 12829437 , 1 )
61
62
63#endif // CALOIDENTIFIER_LARFCAL_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
LArFCAL_Base_ID(const std::string &name, const std::string &group, bool supercell)
Helper class for LArFCAL offline identifiers for supercells.
virtual int initialize_from_dictionary(const IdDictMgr &dict_mgr)
initialization from the identifier dictionary