Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

LiveTime.cxx

Go to the documentation of this file.
00001 #include "digiRootData/LiveTime.h"
00002 
00003 ClassImp(LiveTime)
00004 
00005 LiveTime::LiveTime() {
00006     // Default constructor.
00007     // Assign default values to members
00008     Clean();
00009 }
00010 
00011 LiveTime::~LiveTime() {
00012   // Destructor    
00013 }
00014 
00015 void LiveTime::Clean(Option_t *option) {
00016     m_l1tCount = 0;  
00017     m_ppsCount = 0;  
00018 
00019     m_ppsTime = 0;
00020     m_ppsTimeOverFlow = 0;
00021     
00022     m_liveTime = 0;
00023     m_liveTimeOverFlow = 0;
00024 
00025     m_runTime = 0;
00026     m_runTimeOverFlow = 0;
00027 
00028     m_runCount = 0;
00029 }
00030 
00031 

Generated at Wed Nov 21 12:22:45 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000