Ignore:
Timestamp:
02/26/07 10:43:55 (18 years ago)
Author:
hoehne
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/fillstar.C

    r8312 r8332  
    7272#include "MSQLServer.h"
    7373
     74#include "MHCamera.h"
    7475#include "MHMuonPar.h"
    7576#include "MStatusArray.h"
     
    204205    }
    205206
    206     Int_t numsparks = (int)hsparks->GetEntries()
     207    Int_t numsparks = (int)hsparks->GetEntries();
    207208    Int_t numevents = (int)h->GetEntries() - numsparks;
    208209    Int_t datarate  = (int)(numevents/effon);
    209210
    210     TString sparksrate = Form("%5.2f", numsparks/effon);
     211    TString sparkrate = Form("%5.2f", numsparks/effon);
    211212
    212213    TGraph *g = (TGraph*)arr.FindObjectInCanvas("Humidity", "TGraph", "MHWeather");
Note: See TracChangeset for help on using the changeset viewer.