HowTo run EventDisplay offline(if you are not connected to the network)




To run EventDisplay offline you should have cdfsoft2 installed on your PC/laptop. Using this the tcl script below you'll be totally independent of the database.

I've enabled only several modules. Try to enable other modules. If EventDisplay crashes after that - it means that it probably happens in one of these modules. So, contact me or better contact directly authors of these modules.

Please, attach your tcl file and write what modules you enabled.

Tcl script to use:


path enable AllPath
##########################################################
module input DHInput
mod talk DHInput
  input file /home/cdf/write_here_file_you_want_to_look_at
exit
##########################################################
    mod disable ErrorLoggerManager
    mod enable  PuffModule
    mod disable CalibrationManager
    mod enable  GeometryManager
    mod enable SignalManager
    mod enable MyronFilterModule
    mod disable CalorimetryModule
    mod disable JetCluModule
    mod enable CT_Constants
    mod disable CT_SimulationModule
    mod disable CT_TrackingModule
    mod disable CT_Test
    mod disable SiClusteringModule
    mod disable SiPatternRecModule
    mod disable PVFinder
    mod talk GeometryManager
       DetectorMenu
         enableAll set true
       exit
       MuonGeometryMenu
         IMUGeometry set false
       exit
    exit
# To read wedge test data we need to set these
mod talk evd
    doConnect set false
    DataMenu
      ReadAllData set true
    exit
exit
# 

path list

root begin(1)
root




Last modified December 17, 2001 by Andrei Loginov(loginov@fnal.gov)