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/[...] .
Edit | Attach | Watch | Print version | History: r8 < r7 < r6 < r5 < r4 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r8 - 2014-07-07 - ThibaultFrisson
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    CLIC All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback