Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

How does Web Start version of WIRED access data?

...

Property

Value

Comment

freehep.app.hep.wired.glast.gleam.defaultRunEventServer

http://glast-ground.slac.stanford.edu/DataPortalWired//EventFinder

Tells WIRED what web service to use to look for events

freehep.app.hep.wired.glast.gleam.defaultDatasetFinderServer

http://glast-ground.slac.stanford.edu/DataPortalWired//DatasetFinder

Tells WIRED what web service to use to look for datasets

freehep.app.hep.wired.glast.gleam.runEventServer.folder

11628535

The primary key of the data catalog folder

Web Services

org.glast.dataportal.wired.DatasetFinderServlet

This servlet is used by WIRED to find which datasets to open. Given a folder it queries the eventComponents meta-data data catalog folders have an eventComponents meta-data, and the value of that meta-data. It queries the data catalog and returns the available event components for each folder. Example:

http://glast-ground.slac.stanford.edu/DataPortalWired//DatasetFinder+

returns a list of all folders which contain browseable events with 3 components per line:

...

Code Block
11655378 /MC-Tasks/ServiceChallenge/GRBgrid-GR-v13r9p20/runs digi=digi,reco=recon,mc=mc

org.glast.dataportal.wired.EventFinderServlet

This servlet is used to look up specific files to open, given a folder, the eventComponents and the run and event number. (Note that the event number is not currently used, the data catalog just assumes that all events for a given run live in the same file). Example:

http://glast-ground.slac.stanford.edu/DataPortalWired//EventFinder?run=0&event=111&folder=11641713&components=digi=digi,reco=recon,mc=mc

returns the following:

Code Block

#Results for run=0 event=111 folder=11641713
#Wed Sep 07 17:08:25 PDT 2011
reco=root\://glast-rdr//glast/mc/ServiceChallenge/allGamma-GR-v14r8/recon/allGamma-GR-v14r8-000000-recon.root
event=111
digi=root\://glast-rdr//glast/mc/ServiceChallenge/allGamma-GR-v14r8/digi/allGamma-GR-v14r8-000000-digi.root
mc=root\://glast-rdr//glast/mc/ServiceChallenge/allGamma-GR-v14r8/mc/allGamma-GR-v14r8-000000-mc.root
run=0

Gleam Interface