#include "AdQuality.h"#include "AdPlotterAlg.h"#include "GaudiKernel/DeclareFactoryEntries.h"Include dependency graph for DataQuality_entries.cc:
Go to the source code of this file.
Functions | |
| DECLARE_ALGORITHM_FACTORY (AdQuality) | |
| DECLARE_ALGORITHM_FACTORY (AdPlotterAlg) | |
| DECLARE_FACTORY_ENTRIES (DataQuality) | |
| DECLARE_FACTORY_ENTRIES | ( | DataQuality | ) |
Definition at line 7 of file DataQuality_entries.cc.
00007 { 00008 DECLARE_ALGORITHM(AdQuality); 00009 DECLARE_ALGORITHM(AdPlotterAlg); 00010 }
1.4.7