1 #ifndef EVDB_EVENTDISPLAY_H 9 #define EVDB_EVENTDISPLAY_H 14 namespace fhicl {
class ParameterSet; }
15 namespace art {
class ActivityRegistry; }
16 namespace art {
class Worker; }
17 namespace art {
class InputSource; }
18 namespace art {
class EventID; }
37 std::vector<art::Worker*>
const& workers);
56 #endif // EVDB_EVENTDISPLAY_H int fAutoPrintMax
How many events to print (zero = disable printing).
std::string fEchoPrintFile
The file to dump that .gif to. Only one file, if you want a different file for each event...
unsigned int fAutoAdvanceInterval
Wait time in milliseconds.
bool fEchoPrint
Copy what you see in X to a .gif for each event.
std::string fEchoPrintTempFile
a temporary file to enable atomic writes
Manage all things related to colors for the event display.
ART event display service.
#define DECLARE_ART_SERVICE(svc, scope)
int fAutoPrintCount
Number of events printed so far.
std::string fAutoPrintPattern
Pattern for printing output filenames. Must contain "%s" and "%d", in that order. ...
art::InputSource * fInputSource
Input source of events.