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
0002
0003
0004
0005
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
0026