 |
ATLAS Offline Software
|
Go to the documentation of this file.
17 m_selected_region(0) {
24 delete (*first).second;
41 (*first).second->set_index(
index);
54 (*first).second->resolve_references(idd,
dictionary);
61 const std::string&
tag) {
66 std::cout <<
"IdDictAltRegions::generate_implementation could not find region for tag "
67 <<
tag <<
" Keys in map " << std::endl;
72 std::cout <<
" i " <<
i <<
" key " << (*first).first;
74 std::cout << std::endl;
99 (*first).second->clear();
100 delete (*first).second;
126 std::cout <<
"IdDictAltRegion::select_region could not find region \""
127 <<
name <<
"\". Keys in map " << std::endl;
129 std::cout <<
" key " <<
p.first;
131 std::cout << std::endl;
JetConstituentVector::iterator iterator
virtual void reset_implementation() override
virtual Range build_range() const override
virtual void reset_implementation() override
virtual Range build_range() const override
IdDictRegion * m_selected_region
virtual void generate_implementation(const IdDictMgr &idd, IdDictDictionary &dictionary, const std::string &tag="") override
const std::string & tag() const
virtual bool verify() const override
map_type::iterator map_iterator
void select_region(const std::string &name)
Select the named region.
virtual std::string group_name() const override
Group name for this region.
void add_region(IdDictRegion *region)
Add a new region, with key given by the tag.
virtual void generate_implementation(const IdDictMgr &idd, IdDictDictionary &dictionary, const std::string &tag="") override
virtual void resolve_references(const IdDictMgr &idd, IdDictDictionary &dictionary) override
A Range describes the possible ranges for the field values of an ExpandedIdentifier.
virtual void clear() override
virtual ~IdDictAltRegions()
virtual void set_index(size_t index) override