MINOS - CalDetTracker Muon Tracking Package


UCL MINOS Homepage
Back to my MINOS
Back Muon Tracker Top Page


Options for beam/cosmic settings.


In: CalDetTracker/TrackerModule.cxx

CrossTalker xtalker(mpmkr->GetMap(),x);
     where x is:      (0.5=for electrons/protons)
                            0.95=for beam/cosmic muons (default)
                            (adjust as required)

If you change the above option, you must recompile afterwards!

In: macros/tracker.C

j.Path("TPath").Mod("TrackerModule").Cmd("TrackOpt beam");
j.Path("TPath").Mod("TrackerModule").Cmd("FileID beam");

Change 'beam' to 'cosmic' appropriately.

j.Path("TPath").Mod("PreFilterModule").Cmd("BeamSpill off");

Set: 'off' for cosmics, 'yes' for beam.

Using: j.Path("TPath").Run(); Should run over the complete mdaq file.
If you find that the program does not write out correctly at the very end, or if you would simply like to run over a smaller sample, use: j.Path("TPath").RunNpass(x); where x is the number of events to run over. If you finish with a corrupted output file: Open the original tdaq file in root, type 'DaqSnarl->Print()' and look to see how many entries are in each data field. Set x to this number MINUS 10% and run loon over the tdaq file again.



Back to Muon Tracker Top Page