Changeset 8673 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 08/17/07 11:53:49 (17 years ago)
- Location:
- trunk/MagicSoft/Mars/mhflux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc
r8265 r8673 284 284 // GetCollectionAreaEff(), 285 285 // GetCollectionAreaAbs(), fMcAreaRadius); 286 const TString txt = Form(" A_{abs}=%.0fm^{2} r=%.0fm",286 const TString txt = Form("r_{max}=%.0fm --> A_{max}=%.0fm^{2}", 287 287 GetCollectionAreaAbs(), fMcAreaRadius); 288 288 … … 457 457 return kTRUE; 458 458 } 459 460 Bool_t MHCollectionArea::Finalize() 461 { 462 *fLog << all << "Maximum simulated impact found: " << fMcAreaRadius << "m" << endl; 463 464 CalcEfficiency(); 465 466 return kTRUE; 467 } -
trunk/MagicSoft/Mars/mhflux/MHCollectionArea.h
r8047 r8673 44 44 Bool_t ReInit(MParList *pList); 45 45 Bool_t Fill(const MParContainer *par, const Stat_t weight=1); 46 Bool_t Finalize() { CalcEfficiency(); return kTRUE; }46 Bool_t Finalize(); 47 47 48 48 void Draw(Option_t *option=""); -
trunk/MagicSoft/Mars/mhflux/MHEnergyEst.cc
r8666 r8673 504 504 505 505 pad2->cd(1); 506 gPad->SetLogy(); 506 507 h = MakePlot(fHEnergy, "xy"); 507 508 h->SetXTitle("E_{mc} [GeV]");
Note:
See TracChangeset
for help on using the changeset viewer.