ATLAS Offline Software
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 }
LArCellConditions.argv
argv
Definition: LArCellConditions.py:112
ExpatCoreParser.h
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:557
main
int main(int, char *argv[])
Definition: texpat.cxx:9