![]() |
|
|
Generated: 8 Jan 2009 |
#include "GaudiAlg/EventCounter.h"
#include "GaudiAlg/Prescaler.h"
#include "GaudiAlg/Sequencer.h"
#include "GaudiAlg/GaudiAlgorithm.h"
#include "GaudiAlg/GaudiSequencer.h"
#include "GaudiKernel/DeclareFactoryEntries.h"

Go to the source code of this file.
| DECLARE_ALGORITHM_FACTORY | ( | GaudiSequencer | ) |
| DECLARE_ALGORITHM_FACTORY | ( | GaudiAlgorithm | ) |
| DECLARE_ALGORITHM_FACTORY | ( | Sequencer | ) |
| DECLARE_ALGORITHM_FACTORY | ( | Prescaler | ) |
| DECLARE_ALGORITHM_FACTORY | ( | EventCounter | ) |
| DECLARE_FACTORY_ENTRIES | ( | GaudiAlg | ) |
Definition at line 14 of file GaudiAlg_entries.cpp.
00014 { 00015 DECLARE_ALGORITHM( EventCounter ); 00016 DECLARE_ALGORITHM( Prescaler ); 00017 DECLARE_ALGORITHM( Sequencer ); 00018 DECLARE_ALGORITHM( GaudiAlgorithm ); 00019 DECLARE_ALGORITHM( GaudiSequencer ); 00020 DECLARE_TOOL( SequencerTimerTool ); 00021 DECLARE_TOOL( ErrorTool ) ; 00022 DECLARE_TOOL( HistoTool ) ; 00023 DECLARE_TOOL( TupleTool ) ; 00024 }