Changeset 7864 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 08/08/06 16:04:31 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHEvent.cc
r7297 r7864 295 295 s += (int)(fMcEvt->GetImpact()/100+.5); 296 296 s += "m Zd="; 297 s += (int)(fMcEvt->GetTheta()*180/TMath::Pi()+.5);297 s += 0.1*TMath::Nint(fMcEvt->GetTelescopeTheta()*180/TMath::Pi()*10); 298 298 s += "\\circ "; 299 299 if (fMcEvt->GetPhotElfromShower()>=10000)
Note:
See TracChangeset
for help on using the changeset viewer.