Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hd_dump/MyProcessor.h File Reference
#include <set>
#include <JANA/JEventProcessor.h>
#include <JANA/JEventLoop.h>
#include <JANA/JFactory.h>

Go to the source code of this file.

Classes

class  MyProcessor
 
struct  MyProcessor::factory_info_t
 Called after last event of last event source has been processed. More...
 

Variables

bool PAUSE_BETWEEN_EVENTS
 
bool SKIP_BORING_EVENTS
 
bool PRINT_ALL
 
bool PRINT_CORE
 
bool LIST_ASSOCIATED_OBJECTS
 
bool PRINT_SUMMARY_ALL
 
bool PRINT_SUMMARY_HEADER
 
bool PRINT_STATUS_BITS
 
bool ACTIVATE_TAGGED_FOR_SUMMARY
 
set< stringtoprint
 
set< stringtosummarize
 

Variable Documentation

bool ACTIVATE_TAGGED_FOR_SUMMARY

Definition at line 27 of file hd_dump/MyProcessor.cc.

bool LIST_ASSOCIATED_OBJECTS

Definition at line 23 of file hd_dump/MyProcessor.cc.

Referenced by MyProcessor::evnt(), and ParseCommandLineArguments().

bool PAUSE_BETWEEN_EVENTS

Definition at line 19 of file hd_dump/MyProcessor.cc.

Referenced by MyProcessor::evnt(), and ParseCommandLineArguments().

bool PRINT_ALL

Definition at line 21 of file hd_dump/MyProcessor.cc.

Referenced by MyProcessor::brun(), and ParseCommandLineArguments().

bool PRINT_CORE

Definition at line 22 of file hd_dump/MyProcessor.cc.

Referenced by MyProcessor::brun(), and ParseCommandLineArguments().

bool PRINT_STATUS_BITS

Definition at line 26 of file hd_dump/MyProcessor.cc.

Referenced by MyProcessor::evnt(), and ParseCommandLineArguments().

bool PRINT_SUMMARY_ALL

Definition at line 24 of file hd_dump/MyProcessor.cc.

Referenced by MyProcessor::brun(), and ParseCommandLineArguments().

bool PRINT_SUMMARY_HEADER

Definition at line 25 of file hd_dump/MyProcessor.cc.

Referenced by MyProcessor::evnt(), main(), and ParseCommandLineArguments().

bool SKIP_BORING_EVENTS
set<string> toprint

Definition at line 30 of file hd_dump/MyProcessor.cc.

set<string> tosummarize

Definition at line 31 of file hd_dump/MyProcessor.cc.

Referenced by MyProcessor::brun(), and MyProcessor::evnt().