Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
texpat.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 
7 #include "ExpatCoreParser.h"
8 
9 int main (int /*argc*/, char* argv[])
10 {
11  std::unique_ptr<CoreParser::DOMNode> doc = ExpatCoreParser::parse (argv[1]);
12 
13  if (doc != 0) doc->print ("============ ALL =============");
14 
15  return (0);
16 }
ExpatCoreParser.h
LArCellNtuple.argv
argv
Definition: LArCellNtuple.py:152
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
ExpatCoreParser::parse
static std::unique_ptr< CoreParser::DOMNode > parse(const std::string &file_name)
Definition: ExpatCoreParser.cxx:417
main
int main(int, char *argv[])
Definition: texpat.cxx:9