Alignment
Contents
Brett Viren (coding) + Bernie Becker (analysis).
The Alignment package provides one mechanism to find relative
transverse positions of scintillator modules by using cosmic ray
muons. For more information see NuMI-NOTE-ANA-876 (available in
Alignment/doc/note).
There is no UI per se as this is an end use analysis module and has no
clients. The ScintModule is the driving job module.
N/A.
Running the Alignment package is discussed in the NuMI-note as well as
Alignment/doc/running.html.
The configuration is minimal and best shown as chunk of a loon macro
from
align.C:
JobC jc;
// ...
Registry ac = jc.Path(pathname).Mod("Alignment").DefaultConfig();
ac.UnLockValues();
ac.Set("TrackName","CandTrackSRList");
ac.Set("TrackType","CandTrackListHandle");
ac.Set("HistFileName",histname); // output histogram filename
jc->Path(pathname).Mod("Alignment").Config(ac);
This package is based on the original analysis by Nicolai Tobien. His
original code including a
description
is available.
Brett Viren
Last Modified: $Date: 2004/05/27 17:50:37 $