Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-28 07:02:59

0001 #include <JANA/JApplication.h>
0002 
0003 #include "femc_studiesProcessor.h"
0004 
0005 // The following just makes this a JANA plugin
0006 extern "C" {
0007   void InitPlugin(JApplication* app) {
0008     InitJANAPlugin(app);
0009     app->Add(new femc_studiesProcessor());
0010   }
0011 }