MarlinTPC  1.2.0
Public Member Functions | Protected Attributes | List of all members
marlintpc::TrackFinderEvaluateProcessor Class Reference

Processor to evaluate the performance of the track finding algorithm. More...

#include <TrackFinderEvaluateProcessor.h>

Inheritance diagram for marlintpc::TrackFinderEvaluateProcessor:

Public Member Functions

virtual Processor * newProcessor ()
 
virtual void init ()
 
virtual void processRunHeader (lcio::LCRunHeader *run)
 
virtual void processEvent (lcio::LCEvent *evt)
 
virtual void check (lcio::LCEvent *evt)
 
virtual void end ()
 

Protected Attributes

std::string _inputColName
 Name of the input collection.
 
TH2D * hitsTrackNumber
 
TH2D * hitsAddedTrackNumber
 
TH1D * tracksPerEvent
 
TH1D * hitsPerTrack
 

Detailed Description

Processor to evaluate the performance of the track finding algorithm.

It plots the number of track versus the number of of hits on a track.

Author
F. Mueller, DESY

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