ATLAS Offline Software
Loading...
Searching...
No Matches
defaultsHandler.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#include <iostream>
8
11 : XMLHandler(s, c)
12{
13}
14
16 xercesc::DOMNode *t)
17{
18 bool res;
19// std::cout<<"handling for defaults";
20 std::string uLength=getAttributeAsString(c, t, "unit_length",res);
21}
std::pair< std::vector< unsigned int >, bool > res
XMLHandler(const std::string &n, AGDDController &c)
std::string getAttributeAsString(AGDDController &c, const xercesc::DOMNode *t, const std::string &) const
virtual void ElementHandle(AGDDController &c, xercesc::DOMNode *t) override
defaultsHandler(const std::string &, AGDDController &c)