// File: hrichpadsignal.cc
// ***************************************************************************

//*-- Author : Witold Przygoda (przygoda@psja1.if.uj.edu.pl)
//*-- Modified : 1999/12/04 by Witold Przygoda (przygoda@psja1.if.uj.edu.pl)
//*-- Modified Oct 2000 by W. Koenig (W.Koenig@gsi.de)
using namespace std;
#include <iostream> 
#include <iomanip>
#include "hrichpadsignal.h"

// ***************************************************************************
//_HADES_CLASS_DESCRIPTION 
//////////////////////////////////////////////////////////////////////////////
//
//  HRichPadSignal
//
//  Pad parameters used in HRichAnalysis
//
//////////////////////////////////////////////////////////////////////////////
// ***************************************************************************
          

ClassImp(HRichPadSignal)

//----------------------------------------------------------------------------
ostream& operator<< (ostream& output, HRichPadSignal& raw) {
 output <<"pad amplitude, label, lock: "
        << raw.fAmplitude << ", " << raw.fLabel << ", " << raw.fLock << endl;
 return output;
}
//============================================================================


Last change: Sat May 22 13:09:35 2010
Last generated: 2010-05-22 13:09

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.