メインページ   モジュール   名前空間一覧   クラス階層   アルファベット順一覧   構成   ファイル一覧   構成メンバ   ファイルメンバ   関連ページ    

TEventAction.cc

解説を見る。
00001 // =====================================================================
00002 //  $Id: TEventAction.cc,v 1.5 2004/03/07 10:30:30 goiwai Exp $
00003 //  $Name: CLDAQ-1-14-03 $
00004 //  $Log: TEventAction.cc,v $
00005 //  Revision 1.5  2004/03/07 10:30:30  goiwai
00006 //  ROOTに組みこむためのおまじないマクロを埋めこみました。
00007 //  全てにおいて完全に動作するわけではありません。
00008 //
00009 //  Revision 1.4  2004/03/04 14:53:43  goiwai
00010 //  BeginOfEventAction -> AtFirst
00011 //  EndOfEventAction -> AtLast
00012 //  WaitEvent -> WaitTrigger
00013 //
00014 //  Revision 1.3  2003/10/06 16:56:02  goiwai
00015 //  *** empty log message ***
00016 //
00017 //  Revision 1.2  2003/07/30 16:18:09  goiwai
00018 //  ファイルにコミットログをつけることにしました.
00019 //
00020 // =====================================================================
00021 #include "TEventAction.hh"
00022 #include "TRunManager.hh"
00023 #include "TEventManager.hh"
00024 #include "TReadoutBook.hh"
00025 #include "TCrate.hh"
00026 
00027 TEventAction::TEventAction()
00028   : theRunManager( 0 ), theEventManager( 0 ),
00029     theReadoutBook( 0 ), theCrate( 0 )
00030 {;}
00031 
00032 TEventAction::~TEventAction()
00033 {;}
00034 
00035 Tvoid TEventAction::AtFirst( TEvent& anEvent )
00036 {
00037   return;
00038 }
00039 
00040 Tvoid TEventAction::AtLast( TEvent& anEvent )
00041 {
00042   return;
00043 }
00044 
00045 #ifdef __CLDAQ_ROOT_DLL
00046     ClassImp(TEventAction)
00047 #endif


CLDAQ - a Class Library for DataAcQuisition (Version 1.14.3)
Go IWAI -- goiwai at users.sourceforge.jp