5 #ifdef ONLINE // can only be built in an online environment
7 #ifndef DQM_ALGORITHMS_TRTAVGEVENTSIZECHECK_H
8 #define DQM_ALGORITHMS_TRTAVGEVENTSIZECHECK_H
10 #include "dqm_core/Algorithm.h"
16 class TRTAvgEventSizeCheck :
public dqm_core::Algorithm
19 TRTAvgEventSizeCheck();
20 TRTAvgEventSizeCheck *
clone();
22 using dqm_core::Algorithm::printDescription;
23 void printDescription(std::ostream&
out);
26 boost::posix_time::ptime lastCollisionsSeen_;
31 #endif // DQM_ALGORITHMS_TRTAVGEVENTSIZECHECK_H