Skip to content
Snippets Groups Projects
example2.py 162 B
Newer Older
  • Learn to ignore specific revisions
  • import os
    from ROOT import TCanvas,BigcalDetector
    
    c = TCanvas()
    bc = BigcalDetector()
    h = bc.GetCalibrationCoefficientHist(1)
    c.SaveAs('bigcal_calibration.png')