TReadoutSectionList.hh

TReadoutSectionListクラスの解説 TReadoutSectionList.cc
// ============================================================================
//  $Id$
//  $Name$
// ============================================================================
#ifndef __TREADOUTSECTIONLIST_HH
#define __TREADOUTSECTIONLIST_HH

#include "TReadoutSection.hh"
#include "Tvector.hh"

class TReadoutSection;
typedef Tvector<TReadoutSection> TReadoutSectionList;

#endif
$Id$
$Name$