Gaudi Framework, version v25r0
Home
Generated: Mon Feb 17 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiAlg
GaudiAlg
GetAlgs.h
Go to the documentation of this file.
1
// $Id: GetAlgs.h,v 1.1 2007/09/25 16:12:41 marcocle Exp $
2
// ============================================================================
3
#ifndef GAUDIALG_GETALGS_H
4
#define GAUDIALG_GETALGS_H 1
5
// ============================================================================
6
// Include files
7
// ============================================================================
8
#include "
GaudiKernel/Kernel.h
"
9
// ============================================================================
10
// forward declarations
11
// ============================================================================
12
class
IAlgContextSvc
;
13
class
GaudiAlgorithm
;
14
class
GaudiHistoAlg
;
15
class
GaudiTupleAlg
;
16
class
GaudiSequencer
;
17
class
Sequencer
;
18
// ============================================================================
19
namespace
Gaudi
20
{
21
namespace
Utils
22
{
23
// ========================================================================
39
GAUDI_API
GaudiAlgorithm
*
getGaudiAlg
(
const
IAlgContextSvc
* svc ) ;
40
// ========================================================================
56
GAUDI_API
GaudiHistoAlg
*
getHistoAlg
(
const
IAlgContextSvc
* svc ) ;
57
// ========================================================================
73
GAUDI_API
GaudiTupleAlg
*
getTupleAlg
(
const
IAlgContextSvc
* svc ) ;
74
// ========================================================================
90
GAUDI_API
GaudiSequencer
*
getGaudiSequencer
(
const
IAlgContextSvc
* svc ) ;
91
// ========================================================================
107
GAUDI_API
Sequencer
*
getSequencerAlg
(
const
IAlgContextSvc
* svc ) ;
108
// ========================================================================
125
GAUDI_API
IAlgorithm
*
getSequencer
(
const
IAlgContextSvc
* svc ) ;
126
// ========================================================================
127
}
// end of namespace Gaudi::Utils
128
}
// end of namespace Gaudi
129
// ============================================================================
130
// The END
131
// ============================================================================
132
#endif // GAUDIALG_GETALGS_H
133
// ============================================================================
Generated at Mon Feb 17 2014 14:37:38 for Gaudi Framework, version v25r0 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004