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/CalFactFitsTest.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
     
    1414
    1515from ROOT import gSystem
    16 gSystem.Load("calfits_h.so")
     16gSystem.Load("calfactfits_h.so")
    1717from ROOT import *
    1818print "Testing object creation: "
    19 caltest = CalFits(datafilename,calibfilename)
     19caltest = CalFactFits(datafilename,calibfilename)
    2020npcalevent  = np.empty( caltest.npix * caltest.nroi, np.float64) #.reshape(caltest.npix ,caltest.nroi)
    2121caltest.SetNpcaldataPtr(npcalevent)
Note: See TracChangeset for help on using the changeset viewer.