JAPAn
Just Another Parity Analyzer
Loading...
Searching...
No Matches
VQwSystem Class Reference

Base class for all named Qweak system objects. More...

#include <VQwSystem.h>

+ Inheritance diagram for VQwSystem:
+ Collaboration diagram for VQwSystem:

Public Member Functions

 VQwSystem (const char *name)
 
virtual ~VQwSystem ()
 

Detailed Description

Base class for all named Qweak system objects.

Provides ROOT TNamed functionality for all framework objects that need naming and identification within the analysis system.

Definition at line 19 of file VQwSystem.h.

Constructor & Destructor Documentation

◆ VQwSystem()

VQwSystem::VQwSystem ( const char * name)
inline

Definition at line 22 of file VQwSystem.h.

22: TNamed (name, "Qweak-ROOT") { };

Referenced by VQwAnalyzer::VQwAnalyzer(), and VQwDataserver::VQwDataserver().

+ Here is the caller graph for this function:

◆ ~VQwSystem()

virtual VQwSystem::~VQwSystem ( )
inlinevirtual

Definition at line 23 of file VQwSystem.h.

23{ };

The documentation for this class was generated from the following file: