BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
TruthExamples_entries.cxx
Go to the documentation of this file.
1//====================================================================
2// GeneratorModule_entries.cxx
3//--------------------------------------------------------------------
4//
5// Package : Generators/GeneratorModule
6//
7// Description: Declaration of the components (factory entries)
8// specified by this component library.
9//
10//====================================================================
11
12#include "TruthExamples/DumpMC.h"
13#include "TruthExamples/HistSample.h"
14//#include "TruthExamples/TruthDemo.h"
15#include "GaudiKernel/DeclareFactoryEntries.h"
16
18//DECLARE_ALGORITHM_FACTORY( TruthDemo );
20
22 DECLARE_ALGORITHM( DumpMC );
23 // DECLARE_ALGORITHM( TruthDemo );
24 DECLARE_ALGORITHM( HistSample );
25}
26
DECLARE_ALGORITHM_FACTORY(ReadRawData)
DECLARE_FACTORY_ENTRIES(TruthExamples)