- Timestamp:
- 06/25/07 16:13:19 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillcamera.C
r8605 r8606 186 186 Double_t tmin = runheader3->GetShowerThetaMin(); 187 187 Double_t tmax = runheader3->GetShowerThetaMax(); 188 UInt_t reflvers = runheader3->GetReflVersion(); 189 UInt_t camvers = runheader3->GetCamVersion(); 188 190 UInt_t numsimshow = runheader3->GetNumSimulatedShowers(); 189 191 UInt_t numevents = tree2->GetEntries(); … … 201 203 TString misx = Form("%5.2f", misptx); 202 204 TString misy = Form("%5.2f", mispty); 203 TString reflector = Form("%5.0f", runheader3->GetReflVersion()); 204 TString camera = Form("%5.0f", runheader3->GetCamVersion()); 205 // TString reflector = Form("%5.0f", runheader3->GetReflVersion()); 206 TString reflector = Form("%5.0i", reflvers); 207 TString camera = Form("%5.0i", camvers); 208 // TString camera = Form("%5.0f", runheader3->GetCamVersion()); 205 209 TString imax = Form("%5.1f", runheader3->GetImpactMax()); 206 210 TString numphe = Form("%5.1f", runheader3->GetNumPheFromDNSB());
Note:
See TracChangeset
for help on using the changeset viewer.