Changeset 2449 for trunk/MagicSoft
- Timestamp:
- 10/31/03 18:42:05 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/weights.C
r2448 r2449 67 67 // Option 1. Just change the slope of the MC power law spectrum 68 68 // 69 MMcWeightEnergySpecCalc wcalc(-2.0);69 //MMcWeightEnergySpecCalc wcalc(-2.0); 70 70 // 71 71 // Option 2. A completely differente specturm -
trunk/MagicSoft/Mars/mhistmc/MHMcEnergyImpact.cc
r2043 r2449 117 117 const Float_t impact = mcevt.GetImpact()/100.; 118 118 119 fHist.Fill(energy, impact );119 fHist.Fill(energy, impact, w); 120 120 121 121 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.