QwAnalysis
VQwSystem.h
Go to the documentation of this file.
1 #ifndef __VQwSystem_h__
2 #define __VQwSystem_h__
3 
4 #include "TROOT.h"
5 #include "TNamed.h"
6 
7 class VQwSystem : public TNamed {
8 
9  public:
10  VQwSystem (const char* name): TNamed (name, "Qweak-ROOT") { };
11  virtual ~VQwSystem() { };
12 
13 };
14 
15 #endif // __VQwSystem_h__
VQwSystem(const char *name)
Definition: VQwSystem.h:10
virtual ~VQwSystem()
Definition: VQwSystem.h:11