Changeset 5378 for trunk/MagicSoft/Mars/mastro
- Timestamp:
- 11/11/04 09:47:56 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MAstroCamera.cc
r5144 r5378 394 394 { 395 395 TMarker *m=new TMarker(spot(0), spot(1), 1); 396 TVector3 pos=mirror->GetMirrorCenter(); 397 Float_t r=pos.Mag(); 398 399 m->SetMarkerColor((Int_t)(6*r)+51); 396 m->SetMarkerColor((Int_t)(6*mirror->GetMirrorCenter().Mag())+51); 400 397 m->SetMarkerStyle(kDot); 401 398 fMapG.Add(m);
Note:
See TracChangeset
for help on using the changeset viewer.