CMS 3D CMS Logo

ComparisonBase.h

Go to the documentation of this file.
00001 #ifndef Parser_ComparisonBase_h
00002 #define Parser_ComparisonBase_h
00003 /* \class reco::parser::ComparisonBase
00004  *
00005  * Base class for comparison operator
00006  *
00007  * \author original version: Chris Jones, Cornell, 
00008  *         adapted to Reflex by Luca Lista, INFN
00009  *
00010  * \version $Revision: 1.2 $
00011  *
00012  */
00013 
00014 namespace reco {
00015   namespace parser {
00016     struct ComparisonBase {
00017       virtual ~ComparisonBase() { }
00018       virtual bool compare( double, double ) const = 0;
00019     };
00020   }
00021 }
00022 
00023 #endif   

Generated on Tue Jun 9 17:42:51 2009 for CMSSW by  doxygen 1.5.4