ATLAS Offline Software
Classes | Functions
MD Namespace Reference

This module provides a lot of global definitions, forward declarations and includes that are used by all modules. More...

Classes

class  AlgCFlow
 
class  AlgHist
 
class  Formula
 
class  FormulaSvc
 

Functions

std::string dbg (const FormulaSvc &obj, unsigned verbosity=0)
 returns: the debugging info of this object guarantee: strong failures: out of memory II More...
 
void useFormulas (EL::Job &job)
 effects: register the formula service for this job guarantee: strong failures: out of memory I More...
 
FormulaSvcformulas (EL::IWorker *worker)
 returns: the formula service for this worker guarantee: strong failures: formula service not configured requires: worker != 0 More...
 

Detailed Description

This module provides a lot of global definitions, forward declarations and includes that are used by all modules.

As such it doesn't fall into the user vs. expert classification. This module is considered to be in the pre-alpha stage.

Function Documentation

◆ dbg()

std::string MD::dbg ( const FormulaSvc obj,
unsigned  verbosity = 0 
)

returns: the debugging info of this object guarantee: strong failures: out of memory II

◆ formulas()

FormulaSvc* MD::formulas ( EL::IWorker worker)

returns: the formula service for this worker guarantee: strong failures: formula service not configured requires: worker != 0

◆ useFormulas()

void MD::useFormulas ( EL::Job job)

effects: register the formula service for this job guarantee: strong failures: out of memory I