Changeset 13515 for fact/tools/pyscripts/examples/CalFactFitsTest.py
- Timestamp:
- 05/02/12 14:37:50 (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/examples/CalFactFitsTest.py
r13513 r13515 1 1 #!/usr/bin/python -tt 2 2 # ******************************** 3 # Test script for the CalF its class3 # Test script for the CalFactFits class 4 4 # 5 5 # written by Thomas Kraehenbuehl, ETH Zurich … … 14 14 15 15 from ROOT import gSystem 16 gSystem.Load("calf its_h.so")16 gSystem.Load("calfactfits_h.so") 17 17 from ROOT import * 18 18 print "Testing object creation: " 19 caltest = CalF its(datafilename,calibfilename)19 caltest = CalFactFits(datafilename,calibfilename) 20 20 npcalevent = np.empty( caltest.npix * caltest.nroi, np.float64) #.reshape(caltest.npix ,caltest.nroi) 21 21 caltest.SetNpcaldataPtr(npcalevent)
Note:
See TracChangeset
for help on using the changeset viewer.