QwAnalysis
QwTrackingAnalyzer Class Reference

#include <QwTrackingAnalyzer.h>

+ Inheritance diagram for QwTrackingAnalyzer:
+ Collaboration diagram for QwTrackingAnalyzer:

Public Member Functions

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

Data Fields

TH1F * fHisto1
 
TH1F * fHisto2
 

Private Attributes

QwHitContainerfHitList
 
QwTrackingWorkerfTrackingWorker
 

Detailed Description

Definition at line 14 of file QwTrackingAnalyzer.h.

Constructor & Destructor Documentation

QwTrackingAnalyzer::QwTrackingAnalyzer ( const char *  name)

Definition at line 12 of file QwTrackingAnalyzer.cc.

References fHisto1.

12  : VQwAnalyzer (name)
13 {
14  // Create the tracking worker
15  //fTrackingWorker = new QwTrackingWorker("trackingworker");
16 
17  // Test histogram
18  fHisto1 = new TH1F("fHisto1", "fHisto1", 100, 0.0, 100000.0);
19 }
VQwAnalyzer(const char *name)
Definition: VQwAnalyzer.h:17
QwTrackingAnalyzer::~QwTrackingAnalyzer ( )
virtual

Definition at line 21 of file QwTrackingAnalyzer.cc.

References fHisto1.

22 {
23  //delete fTrackingWorker;
24  delete fHisto1;
25 }

Member Function Documentation

void QwTrackingAnalyzer::Process ( )
virtual

Reimplemented from VQwAnalyzer.

Definition at line 27 of file QwTrackingAnalyzer.cc.

28 {
29 }
void QwTrackingAnalyzer::SetHitList ( QwHitContainer hitlist)
inlinevirtual

Reimplemented from VQwAnalyzer.

Definition at line 27 of file QwTrackingAnalyzer.h.

References fHitList.

27 { fHitList = hitlist; };
QwHitContainer * fHitList

Field Documentation

TH1F* QwTrackingAnalyzer::fHisto1

Definition at line 21 of file QwTrackingAnalyzer.h.

Referenced by QwTrackingAnalyzer(), and ~QwTrackingAnalyzer().

TH1F* QwTrackingAnalyzer::fHisto2

Definition at line 22 of file QwTrackingAnalyzer.h.

QwHitContainer* QwTrackingAnalyzer::fHitList
private

Definition at line 17 of file QwTrackingAnalyzer.h.

Referenced by SetHitList().

QwTrackingWorker* QwTrackingAnalyzer::fTrackingWorker
private

Definition at line 18 of file QwTrackingAnalyzer.h.


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