Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /jana2/src/plugins/janaview/JVFactoryInfo.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // $Id$
0002 //
0003 //    File: JVFactoryInfo.h
0004 // Created: Fri Oct  3 10:36:40 EDT 2014
0005 // Creator: davidl (on Darwin harriet.jlab.org 13.4.0 i386)
0006 //
0007 
0008 #ifndef _JVFactoryInfo_
0009 #define _JVFactoryInfo_
0010 
0011 #include <string>
0012 using namespace std;
0013 
0014 class JVFactoryInfo{
0015     public:
0016 
0017         string name;
0018         string tag;
0019         string nametag;
0020         bool evnt_called;
0021         int Nobj;
0022 
0023 };
0024 
0025 #endif // _JVFactoryInfo_
0026