Ignore:
Timestamp:
12/02/03 15:38:59 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MEventRateCalc.cc

    r2565 r2590  
    2727//  MEventRateCalc
    2828//
     29//  This task calculates the event rates from the event times and numbers.
     30//
     31//  It is under construction: More information comming soon....
     32//
    2933//
    3034//  Input Containers:
     
    3337//  Output Containers:
    3438//    MEventRate
     39//    MTimeRate [MTime] (missing)
    3540//
    3641//////////////////////////////////////////////////////////////////////////////
     
    5863    fName  = name  ? name  : "MEventRateCalc";
    5964    fTitle = title ? title : "Calculate trigger rate";
    60 
    61     //AddToBranchList("MRawEvtData.fHiGainPixId");
    62     //AddToBranchList("MRawEvtData.fLoGainPixId");
    63     //AddToBranchList("MRawEvtData.fHiGainFadcSamples");
    64     //AddToBranchList("MRawEvtData.fLoGainFadcSamples");
    65 
    66     //SetDefaultWeights();
    6765}
    6866
     
    7068//
    7169// The PreProcess searches for the following input containers:
    72 //  - MRawRunHeader
    73 //  - MRawEvtData
    74 //  - MPedestalCam
    75 //
    76 // The following output containers are also searched and created if
    77 // they were not found:
    78 //  - MCerPhotEvt
     70//  ...
    7971//
    8072Int_t MEventRateCalc::PreProcess(MParList *pList)
     
    9890// --------------------------------------------------------------------------
    9991//
    100 // Calculate the integral of the FADC time slices and store them as a new
    101 // pixel in the MCerPhotEvt container.
    10292//
    10393#include <TSystem.h>
Note: See TracChangeset for help on using the changeset viewer.