|
|
|||
Warning, file /EICrecon/src/benchmarks/reconstruction/femc_studies/femc_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 "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 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|