Changeset 8332
- Timestamp:
- 02/26/07 10:43:55 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8331 r8332 19 19 -*-*- END OF LINE -*-*- 20 20 21 2007/02/19 Stefan Ruegamer 22 23 * datacenter/scripts/zipscript 24 - changed server from pegasus to phoenix 25 26 * datacenter/scripts/movingrawfiles 27 - deleted database query. This feature is not used at the moment 28 (as there is no normal web transfer any more) and is still being 29 tested in a separate script 21 2007/02/26 Daniel Hoehne 22 23 * datacenter/macros/fillstar.C: 24 - made some bugfixes 25 30 26 31 27 -
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.