/* ******************************************************************* // (C)opyright 2004 // // Institute of Computer Science V // Prof. Männer // University of Mannheim, Germany // // ******************************************************************* // // Designer(s): Steinle / Gläß // // ******************************************************************* // // Project: Trackfinder for CBM-Project at GSI-Darmstadt, Germany // // ******************************************************************* // // Description: // // class: // - implements methods to analyze the trackfinding algorithm's quality // // ******************************************************************* // // $Author: csteinle $ // $Date: 2006/07/17 11:27:03 $ // $Revision: 1.1 $ // // *******************************************************************/ #include "../include/qualityEFGCTotalAnalysis.h" /**************************************************************** * resets the info structs for event and nothing for total * ****************************************************************/ void qualityEFGCTotalAnalysis::reset() { } /**************************************************************** * Default constructor * ****************************************************************/ qualityEFGCTotalAnalysis::qualityEFGCTotalAnalysis() : qualityEFGCAnalysis() { } /**************************************************************** * Destructor * ****************************************************************/ qualityEFGCTotalAnalysis::~qualityEFGCTotalAnalysis() { }