#include "GaudiKernel/DeclareFactoryEntries.h"
#include "src/components/AdRecHistoCheck.h"
#include "src/components/FastQCtrTool.h"
#include "src/components/QMLFTool.h"
Include dependency graph for AdRec_entries.cc:
Go to the source code of this file.
Functions | |
DECLARE_FACTORY_ENTRIES (AdRec) |
DECLARE_FACTORY_ENTRIES | ( | AdRec | ) |
Definition at line 15 of file AdRec_entries.cc.
00016 { 00017 DECLARE_ALGORITHM( AdRecHistoCheck ) 00018 DECLARE_TOOL( FastQCtrTool ) 00019 DECLARE_TOOL( QMLFTool ) 00020 }