OverviewThe EOS folder/eos/bgv is the official repository for the BGV detector data (.mdf, .digi etc files) and data simulated with Gauss/Gaudi. Preferably, only such (large) data files should be stored in this folder.
General info about EOS: basic tutorial![]() ![]()
Usage on LXPLUSDepending on the user's computing group on AFS, there might be differences in the setup after login to LXPLUS (by default, the LHCb users get a configuration for the LHCb EOS space).Initial setup (tested with an LHCb computing account (group z5))By default lxplus has mounted the user instance of EOS. This you can find under/eos/ .
BGV EOS space is at the public EOS server, so at every login to lxplus we need to get the configuration:
Command examplesList a directory on eos:
Access string for Gaudi jobsRead .mdf / .raw filesFNameString = "mdf:root://eospublic.cern.ch//eos/bgv/data/20151210/Run_0001378_20151210-180310.bgvctrl.mdf" EventSelector().Input = [ "DATAFILE='%s' SVC='%s'" %(FNameString, "LHCb::MDFSelector") ]Read .digi / .dst files (ROOT/POOL format) To be checked ... something like j.inputdata = ["PFN:root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/2012/ALLSTREAMS.DST/00038145/0000/00038145_00000008_2.AllStreams.dst"] or EventSelector().Input = [ "DATAFILE='root://castorlhcb.cern.ch//castor/cern.ch/grid/lhcb/user/aFile.dst' TYP='POOL_ROOTTREE' OPT='READ'" ] Usage on the BGV Blade |