Changeset 4625 for trunk/MagicSoft/Mars/mtemp/mmpi
- Timestamp:
- 08/16/04 12:28:05 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mmpi/MAstroCamera.cc
r4440 r4625 17 17 ! 18 18 ! Author(s): Thomas Bretz, 3/2004 <mailto:tbretz@astro.uni-wuerzburg.de> 19 ! Author(s): Robert Wagner, 7/2004 <mailto:rwagner@mppmu.mpg.de> 19 20 ! 20 21 ! Copyright: MAGIC Software Development, 2000-2004 … … 390 391 { 391 392 TMarker *m=new TMarker(spot(0), spot(1), 1); 392 m->SetMarkerColor(kMagenta); 393 TVector3 pos=mirror->GetMirrorCenter(); 394 Float_t r=pos.Mag(); 395 396 m->SetMarkerColor((Int_t)(6*r)+51); 393 397 m->SetMarkerStyle(kDot); 394 398 fMapG.Add(m); … … 462 466 MStarLocalPos *starpos = new MStarLocalPos; 463 467 starpos->SetExpValues(mag,mean(0),mean(1)); 468 469 const TVector3 spot = fMirror0->GetReflection(star, fGeom->GetCameraDist())*1000; 470 starpos->SetIdealValues(mag,spot(0),spot(1)); 464 471 465 472 TString name = radec->GetName();
Note:
See TracChangeset
for help on using the changeset viewer.