Changeset 19909 for trunk/FACT++
- Timestamp:
- 12/15/19 18:53:54 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/spectrum/display.C
r19906 r19909 244 244 h1->DrawCopy("P same"); 245 245 246 //file.GetObject(" RolkeLL", h1);246 //file.GetObject("Data/Energy/Integral/RolkeLL", h1); 247 247 //h1->SetMarkerStyle(22); 248 248 //h1->DrawCopy("P same"); … … 260 260 gPad->SetGridx(); 261 261 file.GetObject("Data/Energy/Integral/BackgroundI", h1); 262 h1->SetTitle("Integral Signal (black), Background (red) and Excess (blue)"); 262 263 h1->Scale(5); 263 264 h1->SetMaximum(30); 265 h1->SetMarkerColor(kRed); 264 266 h1->SetLineColor(kRed); 265 267 h1->DrawCopy("P"); … … 267 269 h1->DrawCopy("P same"); 268 270 file.GetObject("Data/Energy/Integral/ExcessI", h1); 271 h1->SetMarkerColor(kBlue); 269 272 h1->SetLineColor(kBlue); 270 273 h1->DrawCopy("P same"); … … 300 303 h1->DrawCopy("P same"); 301 304 302 //file.GetObject(" RolkeLL", h1);305 //file.GetObject("Data/Energy/Differential/RolkeLL", h1); 303 306 //h1->SetMarkerStyle(22); 307 //h1->DrawCopy("P same"); 308 309 //file.GetObject("Data/Energy/Differential/FeldmanCousins", h1); 310 //h1->SetMarkerColor(kBlue); 311 //h1->SetMarkerStyle(23); 304 312 //h1->DrawCopy("P same"); 305 313 … … 316 324 gPad->SetGridx(); 317 325 file.GetObject("Data/Energy/Differential/Background", h1); 326 h1->SetTitle("Differential Signal (black), Background (red) and Excess (blue)"); 318 327 h1->Scale(5); 319 328 h1->SetMaximum(30); 329 h1->SetMarkerColor(kRed); 320 330 h1->SetLineColor(kRed); 321 331 h1->DrawCopy("P"); … … 323 333 h1->DrawCopy("P same"); 324 334 file.GetObject("Data/Energy/Differential/Excess", h1); 335 h1->SetMarkerColor(kBlue); 325 336 h1->SetLineColor(kBlue); 326 337 h1->DrawCopy("P same");
Note:
See TracChangeset
for help on using the changeset viewer.