Changeset 8332 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 02/26/07 10:43:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r8312 r8332 72 72 #include "MSQLServer.h" 73 73 74 #include "MHCamera.h" 74 75 #include "MHMuonPar.h" 75 76 #include "MStatusArray.h" … … 204 205 } 205 206 206 Int_t numsparks = (int)hsparks->GetEntries() 207 Int_t numsparks = (int)hsparks->GetEntries(); 207 208 Int_t numevents = (int)h->GetEntries() - numsparks; 208 209 Int_t datarate = (int)(numevents/effon); 209 210 210 TString spark srate = Form("%5.2f", numsparks/effon);211 TString sparkrate = Form("%5.2f", numsparks/effon); 211 212 212 213 TGraph *g = (TGraph*)arr.FindObjectInCanvas("Humidity", "TGraph", "MHWeather");
Note:
See TracChangeset
for help on using the changeset viewer.