Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxIndxNJetHisto.h

00001 /*
00002  *  Copyright (c) 2000, University of Amsterdam, The Netherlands.
00003  *  All rights reserved.
00004  *
00005  *  Author(s):
00006  *  Jan-Mark Geusebroek (mark@wins.uva.nl)
00007  *
00008  */
00009 
00010  /*
00011   *  JV 22May03, updated for changes in indexedHisto, always float histograms.
00012   */
00013 
00014 #ifndef HxIndxNJetHisto_H
00015 #define HxIndxNJetHisto_H
00016 
00017 #include "HxIndxHisto.h"
00018 
00019 class indexedNJetHisto : public indexedHisto<float,double> {
00020 public:
00021     void create(HxString indexFile, double scale)
00022         { indexedHisto<float,double>::create(indexFile, scale); }
00023 
00024     double      scale() const
00025         { return indexedHisto<float,double>::header(); }
00026 
00027 };
00028 
00029 #endif

Generated on Tue Feb 3 14:18:38 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001