First page Back Continue Last page Overview Graphics
A few form for input
<input> element can take several form
- Transition formats: PFN, PFN (wildcard)
<input URL="file:/star/data15/reco/productionCentral/FullField/P02ge/2001/322/st_physics_2322006_raw_0016.MuDst.root" />
<input URL="file:/star/data15/reco/productionCentral/FullField/P02ge/2001/*/*.MuDst.root" />
- Locally distributed PFN support (allows use of rootd)
<input URL="file://rcas6078.rcf.bnl.gov/home/starreco/reco/productionCentral/FullField/P02gd/2001/279/st_physics_2279005_raw_0285.MuDst.root" />
- List support
<input URL="filelist:/star/u/user/username/filelists/mylist.list" />
- Dataset, MetaData support
<input URL="catalog:star.bnl.gov?production=P02gd,filetype=daq_reco_mudst,storage=local" nFiles="2000" />
- … LFN support on the way …
Notes: