ATLAS Offline Software
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 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
defaultsHandler::ElementHandle
virtual void ElementHandle(AGDDController &c, xercesc::DOMNode *t) override
Definition: defaultsHandler.cxx:15
AGDDController
Definition: AGDDController.h:30
defaultsHandler.h
res
std::pair< std::vector< unsigned int >, bool > res
Definition: JetGroupProductTest.cxx:14
XMLHandler::getAttributeAsString
std::string getAttributeAsString(AGDDController &c, const xercesc::DOMNode *t, const std::string &) const
Definition: XMLHandler.cxx:69
XMLHandler
Definition: XMLHandler.h:15
defaultsHandler::defaultsHandler
defaultsHandler(const std::string &, AGDDController &c)
Definition: defaultsHandler.cxx:9
python.compressB64.c
def c
Definition: compressB64.py:93