/**
 * @file   hdstrealdataapr06.h
 * @author Simon Lang
 * @date   Thu Oct  5 14:00:03 2006
 *
 * @modified Tatyana Galatyuk
 * @date     19-Mar-2007
 * 
 * @brief  This Class provides Functions for a DST Production from real Data
 *         of Apr06 Beamtime
 * 
 */

#ifndef HDSTREALDATAAPR06_H
#define HDSTREALDATAAPR06_H


#include "hdstrealdata.h"


class HDstRealDataApr06 : public HDstRealData
{
   public:
      HDstRealDataApr06() : HDstRealData() {};
      ~HDstRealDataApr06() {};

      void setupTaskListGen1();
      void setupTaskListGen2();

   ClassDef(HDstRealDataApr06, 0) // Class used for DST Production from real data of Apr06 beamtime
};


#endif   // HDSTREALDATAAPR06_H

Last change: Sat May 22 12:54:56 2010
Last generated: 2010-05-22 12:54

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.