W-DHCAL Data Samples
Information on Runs
A list of all runs taken at the PS and SPS is available in this TWiki:
link. The raw data of that table is available as a text file with tab separated columns from SVN:
DHCalAnalysis/DHCalRunList.txt
(see
TungstenDHCALCode)
The run information from this list is also available from python via the
Run
and
RunList
classes (see
TungstenDHCALCode). Here are some examples on how to use this class:
from runList import RunList from dhcalDefinitions import *
runList = RunList.readTextFile()
runList = runList.getRunsByMomentum( [5, 7, 10] ) runList = runList.getRunsByPolarity( Polarity.NEGATIVE ) runList = runList.getRunsByTrigger( Trigger.TEN_TEN )
print 'Some low energy runs:' for run in runList: print '\t', run, 'using trigger:', run.trigger
runList = RunList.readTextFile() runList = runList.getRunsByMomentum( 180 ) runList = runList.getRunsByTrigger( Trigger.THIRTY_THIRTY ) print 'Some high energy muon runs:' for run in runList: print '\t', run, 'using trigger:', run.trigger
Raw Data
The raw data samples are available on the GRID at:
LFN:/calice/tb-cern/native/dat/
The WDHCAL runs are all the files
Run660***.***.bin
Converted LCIO Files
The latest version of the converted raw data using the dhcLcio converter (see
TungstenDHCALCode) is available at:
LFN:/ilc/user/c/cgrefe/calice/dhcal/lcio/Conversion_2014-04-21/
Reconstructed Data
Intermediate reconstruction with hits from noisy cells removed, clustering and wire chamber calibration
LFN:/ilc/user/c/cgrefe/calice/dhcal/lcio/NoiseRemoved_2014-04-21/
ROOT Files with variables of reconstructed events. Includes calibration.
LFN:/ilc/user/c/cgrefe/calice/dhcal/root/EventVariables_2014-04-22/
Simulation Samples
How to copy files using CASTOR
export STAGE_SVCCLASS=ilcdata
List of the available files:
nsls /castor/cern.ch/grid/ilc/user/c/cgrefe/calice/dhcal/[...]
To copy the files:
xrdcp root://castorpublic.cern.ch//castor/cern.ch/grid/ilc/user/c/cgrefe/calice/dhcal/[...] .