ATLAS Offline Software
DetectorDescription
IdDict
IdDict
IdDictSubRegion.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 IDDICT_IdDictSubRegion_H
6
#define IDDICT_IdDictSubRegion_H
7
8
#include "
IdDict/IdDictRegion.h
"
9
10
class
IdDictMgr
;
11
class
IdDictDictionary
;
12
13
class
IdDictSubRegion
:
public
IdDictRegion
{
14
public
:
15
// ==================================
16
//** @name Constructor/destructor
17
// @{
18
IdDictSubRegion
(
const
std::string&
name
,
19
const
std::string&
group
,
20
const
std::string&
tag
);
21
virtual
~IdDictSubRegion
();
22
23
25
// ==================================
26
//** @name Methods used to initialize the object.
27
// @{
28
29
// Dummy: never called - subregions are only generated via
30
// IdDictReference where one already has a region which is passed in
31
// as an arg with the method below
32
virtual
void
generate_implementation
(
const
IdDictMgr
& idd,
33
IdDictDictionary
&
dictionary
,
34
const
std::string&
tag
=
""
)
override
;
35
// Generate implementation - pass region to be filled for this subregion
36
void
generate_implementation
(
const
IdDictMgr
& idd,
37
IdDictDictionary
&
dictionary
,
38
IdDictRegion
& region,
39
const
std::string&
tag
=
""
);
40
virtual
void
reset_implementation
()
override
;
41
42
44
};
45
46
#endif
47
IdDictSubRegion::IdDictSubRegion
IdDictSubRegion(const std::string &name, const std::string &group, const std::string &tag)
Definition:
IdDictSubRegion.cxx:13
IdDictRegion::tag
const std::string & tag() const
Definition:
IdDictRegion.h:161
IdDictRegion
Definition:
IdDictRegion.h:20
IdDictMgr
Definition:
IdDictMgr.h:14
IdDictSubRegion::generate_implementation
virtual void generate_implementation(const IdDictMgr &idd, IdDictDictionary &dictionary, const std::string &tag="") override
Definition:
IdDictSubRegion.cxx:24
master.dictionary
dictionary
Definition:
master.py:47
IdDictSubRegion::~IdDictSubRegion
virtual ~IdDictSubRegion()
Definition:
IdDictSubRegion.cxx:20
IdDictSubRegion::reset_implementation
virtual void reset_implementation() override
Definition:
IdDictSubRegion.cxx:52
IdDictDictionary
Definition:
IdDictDictionary.h:30
CaloLCW_tf.group
group
Definition:
CaloLCW_tf.py:28
IdDictRegion.h
IdDictSubRegion
Definition:
IdDictSubRegion.h:13
IdDictRegion::name
const std::string & name() const
Definition:
IdDictRegion.h:154
Generated on Sun Oct 26 2025 21:11:07 for ATLAS Offline Software by
1.8.18