QwAnalysis
VQwAnalyzer Class Reference

#include <VQwAnalyzer.h>

+ Inheritance diagram for VQwAnalyzer:
+ Collaboration diagram for VQwAnalyzer:

Public Member Functions

 VQwAnalyzer (const char *name)
 
virtual void SetHitList (QwHitContainer *hitlist)
 
virtual void Process ()
 
- Public Member Functions inherited from VQwSystem
 VQwSystem (const char *name)
 
virtual ~VQwSystem ()
 

Private Member Functions

VQwAnalyzeroperator= (const VQwAnalyzer &value)
 

Detailed Description

Definition at line 9 of file VQwAnalyzer.h.

Constructor & Destructor Documentation

VQwAnalyzer::VQwAnalyzer ( const char *  name)
inline

Definition at line 17 of file VQwAnalyzer.h.

17 : VQwSystem (name) { };
VQwSystem(const char *name)
Definition: VQwSystem.h:10

Member Function Documentation

VQwAnalyzer& VQwAnalyzer::operator= ( const VQwAnalyzer value)
inlineprivate

Definition at line 12 of file VQwAnalyzer.h.

12  {
13  return *this;
14  };
virtual void VQwAnalyzer::Process ( )
inlinevirtual

Reimplemented in QwTrackingAnalyzer.

Definition at line 23 of file VQwAnalyzer.h.

Referenced by QwControl::OfflineLoop().

23  {
24  std::cout << "Error: Not implemented!" << std::endl;
25  return;
26  };

+ Here is the caller graph for this function:

virtual void VQwAnalyzer::SetHitList ( QwHitContainer hitlist)
inlinevirtual

Reimplemented in QwTrackingAnalyzer.

Definition at line 19 of file VQwAnalyzer.h.

Referenced by QwControl::OfflineLoop().

19  {
20  std::cout << "Error: Not implemented!" << std::endl;
21  return;
22  };

+ Here is the caller graph for this function:


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