Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  master (d98a2936)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Analyzer.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #pragma once
12 
13 #include <string_view>
14 
15 namespace Gaudi {
16  namespace Parsers {
17  class Messages;
18  class Catalog;
19  class Units;
20  struct Node;
21  class IncludedFiles;
22  class PragmaOptions;
23 
28  bool ReadOptions( std::string_view filename, std::string_view search_path, Messages* messages, Catalog* catalog,
29  Units* units, PragmaOptions* pragma, Node* root );
30  } // namespace Parsers
31 } // namespace Gaudi
gaudiComponentHelp.root
root
Definition: gaudiComponentHelp.py:42
GaudiPartProp.Nodes.Node
Node
Definition: Nodes.py:247
Gaudi
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition: __init__.py:1
Gaudi::Parsers::ReadOptions
bool ReadOptions(std::string_view filename, std::string_view search_path, Messages *messages, Catalog *catalog, Units *units, PragmaOptions *pragma, Node *root)
Parse and analyze filename, save all messages and properties.
Definition: Analyzer.cpp:365
graphanalysis.filename
filename
Definition: graphanalysis.py:130