// 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;
}
//============================================================================
ROOT page - Class index - Class Hierarchy - Top of the page
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.