/**
 * @file   hdstsimulationsep05.h
 * @author Simon Lang
 * @date   Thu Oct  5 13:59:12 2006
 * 
 * @brief  This Class provides Functions for a DST Production from 
 *         simulated Data of Sep05 Beamtime
 * 
 * $Id: hdstsimulationsep05.h,v 1.2 2007-11-14 13:41:36 slang Exp $
 */

#ifndef HDSTSIMULATIONSEP05_H
#define HDSTSIMULATIONSEP05_H


#include "hdstsimulation.h"


class HDstSimulationSep05 : public HDstSimulation
{
   public:
      HDstSimulationSep05() : HDstSimulation() {};
      ~HDstSimulationSep05() {};

      void setupTaskListGen0();
      void setupTaskListGen1();
      void setupTaskListGen2();
      
      ClassDef( HDstSimulationSep05, 0 ) // Class used for DST Production from simulated Data of Sep05 beamtime
};


#endif   // HDSTSIMULATIONSEP05_H

Last change: Sat May 22 12:54:59 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.