~mwinter4/maus/ckov-reco

« back to all changes in this revision

Viewing changes to src/input/InputCppDAQOnlineData/InputCppDAQOnlineData.hh

  • Committer: Durga Rajaram
  • Date: 2014-01-14 07:07:02 UTC
  • mfrom: (659.1.80 relcand)
  • Revision ID: durga@fnal.gov-20140114070702-2l1fuj1w6rraw7xe
Tags: MAUS-v0.7.6
MAUS-v0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include "src/input/InputCppDAQData/InputCppDAQData.hh"
28
28
 
 
29
namespace MAUS {
 
30
 
29
31
class InputCppDAQOnlineData : public InputCppDAQData {
30
32
 
31
33
 public:
60
62
   *
61
63
   *  \param mon file name of the source
62
64
   */
63
 
  void setMonitorSrc(std::string mon) {
64
 
    _dataManager->setMonSrc(mon);
65
 
    _dataManager->Init();
66
 
  }
 
65
  void setMonitorSrc(std::string mon);
67
66
 
68
67
 private:
69
68
 
71
70
  MDmonitoring * _dataManager;
72
71
  struct timespec _sleep_time; // time.h
73
72
};
 
73
}
74
74
 
75
75
#endif  // _MAUS_INPUTCPPDAQDATA_INPUTCPPDAQDATA_H__