• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/tof-tdctest/go4/SCALERS/Scalers_Event.cxx (r4864/r4267)

Go to the documentation of this file.
00001 /* Generated by Together */
00002 
00003 #include "Scalers_Event.h"
00004 
00005 void  Scalers_Event::Clear()
00006 {
00007   // all members should be cleared.
00008 
00009       // Oct 12
00010    fDTimeSinceFirstEventSecondsTriglog = 0.0;
00011    fDTimeSinceLastEventSecondsTriglog  = 0.0;
00012 
00013    // Starting Nov 12
00014    fDTimeSinceFirstEventSecondsScalOrMu = 0.0;
00015    fDTimeSinceLastEventSecondsScalOrMu  = 0.0;
00016 
00017    for( Int_t iScalOrMuIndex = 0; iScalOrMuIndex < SCALORMU_NB_SCAL; iScalOrMuIndex++)
00018    {
00019       fDScalOrMuRate[iScalOrMuIndex] = 0.0;
00020       fDDetectorRate[iScalOrMuIndex] = 0.0;
00021    }
00022 
00023    for( Int_t iTriglogScaler = 0; iTriglogScaler < NUM_SCALERS; iTriglogScaler++)
00024       for( Int_t iTriglogChannel = 0; iTriglogChannel < N_SCALERS_CH; iTriglogChannel++)
00025          fDTriglogRate[iTriglogScaler][iTriglogChannel] = 0.0;
00026 }
00027 

Generated on Tue Dec 10 2013 04:52:21 for ROCsoft by  doxygen 1.7.1