// $Header: SmearFuzz.cxx $

#include "SmearFuzz.h"

//______________________________________________________________________
//  SmearFuzz
//
//  This class keeps track of parameters used for calorimeter (fake) cluster
//  energy and position smearing.

ClassImp(SmearFuzz)

//  Nothing to do
 SmearFuzz::SmearFuzz(Double_t eEma) {
  energyEmA = eEma;
}
    




ROOT page - Class index - 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.