#include <EvRateS11VsCutoffHistoAction.h>
Public Member Functions | |
EvRateS11VsCutoffHistoAction (const char *actionName, TString outFileName) | |
Constructor. | |
~EvRateS11VsCutoffHistoAction () | |
Destructor. | |
void | OnGood (PamLevel2 *event) |
Fills histogram with the selected event. | |
void | Finalize () |
Writes the histogram to the output file. |
The event rate on S11 is the mean of the event rates on each PMT of S11.
EvRateS11VsCutoffHistoAction::EvRateS11VsCutoffHistoAction | ( | const char * | actionName, | |
TString | outFileName | |||
) |
Constructor.
actionName | The action's name. | |
outFileName | The output file name. |
void EvRateS11VsCutoffHistoAction::OnGood | ( | PamLevel2 * | event | ) | [virtual] |
Fills histogram with the selected event.
event | The selected event. |
Reimplemented from CollectionAction.