Ignore:
Timestamp:
05/02/12 14:37:50 (13 years ago)
Author:
kraehenb
Message:
Renamed test scripts and Class calls within to new naming standard.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/examples/CalFactFitsPerformance.py

    r13513 r13515  
    11#!/usr/bin/python -tt
    22# ********************************
    3 # Test script for the CalFits class
     3# Test script for the CalFactFits class
    44#
    55# written by Thomas Kraehenbuehl, ETH Zurich
     
    1515
    1616from ROOT import gSystem
    17 gSystem.Load("calfits_h.so")
     17gSystem.Load("calfactfits_h.so")
    1818from ROOT import *
    1919print "Testing object creation: "
    20 caltest = CalFits(datafilename,calibfilename)
     20caltest = CalFactFits(datafilename,calibfilename)
    2121npcalevent  = np.empty( caltest.npix * caltest.nroi, np.float64) #.reshape(caltest.npix ,caltest.nroi)
    2222caltest.SetNpcaldataPtr(npcalevent)
Note: See TracChangeset for help on using the changeset viewer.