ATLAS Offline Software
importHandler.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
9 #include <iostream>
10 
11 
12 importHandler::importHandler(const std::string& s,
14  : XMLHandler(s, c)
15 {
16 }
17 
19  xercesc::DOMNode *t)
20 {
21  std::string filename=getAttributeAsString(c, t, "filename");
22  std::cout<<" trying to parse file "<<filename<<std::endl;
23  c.GetParser()->ParseFileAndNavigate(c, filename);
24 }
AGDDController.h
IAGDDParser.h
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
XMLHandler.h
AGDDController
Definition: AGDDController.h:30
importHandler::ElementHandle
virtual void ElementHandle(AGDDController &c, xercesc::DOMNode *t) override
Definition: importHandler.cxx:18
importHandler.h
XMLHandler::getAttributeAsString
std::string getAttributeAsString(AGDDController &c, const xercesc::DOMNode *t, const std::string &) const
Definition: XMLHandler.cxx:69
XMLHandler
Definition: XMLHandler.h:15
CaloCellTimeCorrFiller.filename
filename
Definition: CaloCellTimeCorrFiller.py:24
python.compressB64.c
def c
Definition: compressB64.py:93
importHandler::importHandler
importHandler(const std::string &, AGDDController &c)
Definition: importHandler.cxx:12