TRunAction.hh

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

class TRunAction {

private:

public:
  TRunAction();
  ~TRunAction();

  TRunAction( const TRunAction& right );

};

#endif
$Id$
$Name$