Public Member Functions | |
| TriggerHistory (const std::string &name=GetDefaultName()) | |
| int | Initialize () |
| Initialize the module before starting a run. Return 0 if no error. | |
| int | Process (EventPtr evt) |
| Process a single event. Must be overridden. Return 0 if no error. | |
| int | Finalize () |
| Finalize state after a run has processed. Return 0 if no error. | |
Static Public Member Functions | |
| static std::string | GetDefaultName () |
Private Attributes | |
| RootGraphix * | _graphix |
| TCanvas * | _canvas |
| TGraphErrors * | _triggergraph |
| TGraphErrors * | _eventgraph |
| TMultiGraph * | _multigraph |
| TLegend * | _legend |
| uint32_t | _last_update_time |
| uint32_t | _last_triggerid |
| uint32_t | _last_eventid |
| int | _update_interval |
| int | _max_points |
| bool | _draw_errors_x |
| bool | _draw_errors_y |
| bool | _connect_points |
Definition at line 13 of file TriggerHistory.hh.
1.6.1