#include "GaudiKernel/DeclareFactoryEntries.h"#include "RawDataHistogram.h"#include "DaqDataHistogram.h"#include "DarkNoiseHistogram.h"#include "CalibDataHistogram.h"#include "ReconDataHistogram.h"Include dependency graph for DQMRawData_entries.cc:
Go to the source code of this file.
| DECLARE_FACTORY_ENTRIES | ( | DQMRawData | ) |
Definition at line 14 of file DQMRawData_entries.cc.
00015 { 00016 DECLARE_ALGORITHM(RawDataHistogram); 00017 DECLARE_ALGORITHM(DaqDataHistogram); 00018 DECLARE_ALGORITHM(DarkNoiseHistogram); 00019 DECLARE_ALGORITHM(CalibDataHistogram); 00020 DECLARE_ALGORITHM(ReconDataHistogram); 00021 }
1.4.7