Changeset 19900 for trunk/FACT++/spectrum/display.C
- Timestamp:
- 12/15/19 00:34:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/spectrum/display.C
r19897 r19900 199 199 c->cd(4); 200 200 gPad->SetLogy(); 201 file.GetObject("Data/Energy/ Excess", h1);201 file.GetObject("Data/Energy/Differential/Excess", h1); 202 202 h1->SetTitle("Measured Signal (blue) / Simulated Excess (black)"); 203 203 h1->SetLineColor(kBlue); … … 214 214 c = new TCanvas("Integral Spectrum", "Integral Spectrum"); 215 215 c->SetLogy(); 216 file.GetObject("Data/Energy/ IntegratedSpectrum", h1);216 file.GetObject("Data/Energy/Differential/IntegratedSpectrum", h1); 217 217 h1->SetLineColor(kGray); 218 218 h1->SetMarkerColor(kGray); 219 219 h1->DrawCopy("P"); 220 file.GetObject("Data/Energy/Integral Spectrum", h1);220 file.GetObject("Data/Energy/Integral/Spectrum", h1); 221 221 h1->DrawCopy("P same"); 222 222 … … 230 230 cout << endl; 231 231 232 file.GetObject("Data/Energy/ RolkeIntegralUL", h1);232 file.GetObject("Data/Energy/Integral/RolkeUL", h1); 233 233 h1->SetMarkerStyle(23); 234 234 h1->DrawCopy("P same"); … … 242 242 c = new TCanvas("Differential Spectrum", "Differential Spectrum"); 243 243 c->SetLogy(); 244 file.GetObject("Data/Energy/ Spectrum", h1);244 file.GetObject("Data/Energy/Differential/Spectrum", h1); 245 245 h1->DrawCopy("P"); 246 246 … … 254 254 cout << endl; 255 255 256 file.GetObject("Data/Energy/ RolkeUL", h1);256 file.GetObject("Data/Energy/Differential/RolkeUL", h1); 257 257 h1->SetMarkerStyle(23); 258 258 h1->DrawCopy("P same");
Note:
See TracChangeset
for help on using the changeset viewer.