#include "Rotorooter/RotoClientModule.h"#include "Rotorooter/RotoClientBinaryFile.h"#include "Rotorooter/RotoClient.h"#include "Rotorooter/RotoObjectifier.h"#include "MinosObjectMap/MomNavigator.h"#include "MessageService/MsgService.h"#include "JobControl/JobCModuleRegistry.h"#include "JobControl/JobCommand.h"#include "RawData/RawRecord.h"#include "RawData/RawDaqHeader.h"#include "RawData/RawDataBlock.h"#include "RawData/RawDaqHeaderBlock.h"#include "RawData/RawRunStartBlock.h"#include "RawData/RawRunEndBlock.h"#include "TSystem.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: RotoClientModule.cxx,v 1.17 2007/07/09 00:50:06 rhatcher Exp $") | |
| JOBMODULE (RotoClientModule,"RotoClientModule","Sends RawRecord info to Roto-Rooter") | |
Variables | |
| const Char_t * | dfltHost = "localhost" |
| const Int_t | dfltPort = 9011 |
| const Bool_t | dfltPrimary = true |
| const Int_t | dfltBufferWords = 6 * 1024 * 1024 |
| const UInt_t | dbg_DumpHead = 0x0001 |
| const UInt_t | dbg_DumpAddBlock = 0x0002 |
| const UInt_t | dbg_PrintAddBlock = 0x0004 |
| const UInt_t | dbg_PrintHexAddBlock = 0x0008 |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 36 of file RotoClientModule.cxx. |
|
|
Definition at line 35 of file RotoClientModule.cxx. |
|
|
Definition at line 37 of file RotoClientModule.cxx. |
|
|
Definition at line 38 of file RotoClientModule.cxx. |
|
|
Definition at line 33 of file RotoClientModule.cxx. Referenced by RotoClientModule::DefaultConfig(). |
|
|
Definition at line 29 of file RotoClientModule.cxx. Referenced by RotoClientModule::DefaultConfig(). |
|
|
Definition at line 30 of file RotoClientModule.cxx. Referenced by RotoClientModule::DefaultConfig(). |
|
|
Definition at line 32 of file RotoClientModule.cxx. |
1.3.9.1