Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /jana2/src/examples/tutorial_with_podio_datamodel/11_calibrations/calibrations_plugin.cc was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 
0002 #include <JANA/JApplication.h>
0003 #include "CalorimeterCluster_factory_filtered.h"
0004 #include "JANA/JFactoryGenerator.h"
0005 
0006 extern "C" {
0007 void InitPlugin(JApplication* app) {
0008     InitJANAPlugin(app);
0009     app->Add(new JFactoryGeneratorT<CalorimeterCluster_factory_filtered>);
0010 }
0011 }
0012