/* ******************************************************************* // (C)opyright 2004 // // Institute of Computer Science V // Prof. Männer // University of Mannheim, Germany // // ******************************************************************* // // Designer(s): Steinle // // ******************************************************************* // // Project: Trackfinder for CBM-Project at GSI-Darmstadt, Germany // // ******************************************************************* // // Description: // // class: // - implements methods to analyze the trackfinding algorithm's quality // // ******************************************************************* // // $Author: csteinle $ // $Date: 2008-08-14 12:29:27 $ // $Revision: 1.2 $ // // *******************************************************************/ #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() { }