Skip to content

BNLIF/wire-cell-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data library for Wire Cell Reconstruction

NOTE: this is not ready yet.

What is here

This package provides two things.

  • a library providing objects geared toward holding representations of data related to wire-cell reconstruction
  • a prototype example of a package others in the group may replicate

Build

See instructions at waf-tools at GitHub.

Test

There are two types of tests of this package:

  • main C++ programs
  • Python unit tests

The former are run as part of the build. The latter expects a properly setup PyROOT environment and to be exercised using nose (or equivalent). That can be installed easily like:

$ virtualenv --system-site-packages venv
$ source venv/bin/activate
$ pip install nose

See notes in the comments of ./tests/test_000.py for some details of how your PyROOT environment may be messed up.

Use

t.b.d.

Summary of parameters relevant to wire-cell

This section gives a summary of per-APA parameters relevant to the wire-cell approach for the different LAr detectors. The parameter values are given as triplets of numbers over the wire planes:

(collection, u-induction, v-induction)

Different detectors may label the collection plan differently, here ”Y” is used for all and designates the axis parallel to these wires.

The parameters collected (note: not all may be collected yet)

pitch
the separation between wires in a plane, in mm.
angle
the angles w.r.t the collection wires, in degrees.
number
the number of wires in the planes.
extent
shape and dimensions of the active area for each plane. Width is perpendicular to the Y direction, height is parallel.
what else
???

Also listed are links to references for these numbers.

MicroBooNE

Wires:

paramYUV
pitch333
angle06060
number345624002400

Extent:

width (m)10.3
height (m)2.3

References:

assign signs to angles

LBNE 35t

Wires:

paramYUV
pitch(mm)4.54.8885.012
angle(deg)045.70744.275
number224144144

Extent:

YUV
width (mm)498.441515.240508.929
tallmediumshort
height (mm)1957.71120.0840.7

Notes:

  • U and V wires wrap around and are thus there are more exposed wire segments than there are wires.

References:

assign signs to angles

LBNE 5kt

Wires:

paramYUV
pitch4.794.6774.667
angle035.71035.710
number960800800

Extent:

width (m)2.29441
height (m)5.9

References

assign signs to angles

ICARUS

t.b.d.

CAPTAIN

t.b.d.

About

A data object library for wire cell reconstruction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages