#ifndef HRTMETACORRELATORSIM_H
#define HRTMETACORRELATORSIM_H

#include "hrtmetacorrelator.h"

class HRtMetaCorrelatorSim : public HRtMetaCorrelator {
 public:
  HRtMetaCorrelatorSim(void) {}
  ~HRtMetaCorrelatorSim(void) {}
 protected:
  Bool_t getShowerCategory(HEvent *event);
 public:
  ClassDef(HRtMetaCorrelatorSim,1)
};

#endif

Last change: Sat May 22 13:11:54 2010
Last generated: 2010-05-22 13:11

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.