Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /EICrecon/src/benchmarks/reconstruction/lfhcal_studies/lfhcal_studies.cc was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #include <JANA/JApplicationFwd.h>
0002 
0003 #include "lfhcal_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 lfhcal_studiesProcessor());
0010 }
0011 }