7#ifndef DQM_ALGORITHMS_TRTAVGEVENTSIZECHECK_H
8#define DQM_ALGORITHMS_TRTAVGEVENTSIZECHECK_H
10#include "dqm_core/Algorithm.h"
16class TRTAvgEventSizeCheck :
public dqm_core::Algorithm
19 TRTAvgEventSizeCheck();
20 TRTAvgEventSizeCheck *
clone();
21 dqm_core::Result *
execute(
const std::string &,
const TObject &,
const dqm_core::AlgorithmConfig &);
22 using dqm_core::Algorithm::printDescription;
23 void printDescription(std::ostream& out);
26 boost::posix_time::ptime lastCollisionsSeen_;