MINOS - CalDetTracker Muon Tracking Package


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


The PreFilter is a module that runs before the tracker. It's main job is to throw out events that are obviously not valid but it also has options to check that events don't coincide with Light Injection and that they are in the beamspill (for beam events).

In: macros/tracker.C

j.Path.Create("TPath",
// "PreFilterModule::Ana "<-Uncomment to switch the PreFilter Module on.
"DigitListModule::Get "
"DigitListModule::Reco "

// j.Path("TPath").Mod("PreFilterModule").Cmd("PlaneTrig 6");
// j.Path("TPath").Mod("PreFilterModule").Cmd("BeamSpill off");
// j.Path("TPath").Mod("PreFilterModule").Cmd("Cerenkov off");
// j.Path("TPath").Mod("PreFilterModule").Cmd("LI no");
// j.Path("TPath").Mod("PreFilterModule").Cmd("TOF off");

Uncomment and adjust the PreFilter Options as necessary.




Back Muon Tracker Top Page