Difference between revisions of "ReactionFilter"

From GlueXWiki
Jump to: navigation, search
Line 5: Line 5:
 
The plugin applies [https://halldweb.jlab.org/wiki/index.php/Spring_2017_Analysis_Launch_Cuts '''''basic PID selection criteria (time, mass, and dEdx)'''''] and by default a [https://halldweb.jlab.org/wiki/index.php/Kinematic_Fitting  '''''Kinematic Fitter'''''] to the reconstructed charged track and/or neutral showers in each each event and applies the '''Kinematic Fitter''' based on the chosen reaction requirements.
 
The plugin applies [https://halldweb.jlab.org/wiki/index.php/Spring_2017_Analysis_Launch_Cuts '''''basic PID selection criteria (time, mass, and dEdx)'''''] and by default a [https://halldweb.jlab.org/wiki/index.php/Kinematic_Fitting  '''''Kinematic Fitter'''''] to the reconstructed charged track and/or neutral showers in each each event and applies the '''Kinematic Fitter''' based on the chosen reaction requirements.
  
== The RactionFilter Plugin ==
+
== Plugin ==
 
The ReactionFilter plugin is located in [https://github.com/JeffersonLab/halld_recon/tree/master/src/plugins/Analysis/ReactionFilter '''''ReactionFilter plugin on github '''''] and depends heavily on the [https://github.com/JeffersonLab/halld_recon/tree/master/src/libraries/ANALYSIS '''''Analysis Library'''''] all part of the [https://github.com/JeffersonLab/halld_recon '''''halld_recon package'''''].
 
The ReactionFilter plugin is located in [https://github.com/JeffersonLab/halld_recon/tree/master/src/plugins/Analysis/ReactionFilter '''''ReactionFilter plugin on github '''''] and depends heavily on the [https://github.com/JeffersonLab/halld_recon/tree/master/src/libraries/ANALYSIS '''''Analysis Library'''''] all part of the [https://github.com/JeffersonLab/halld_recon '''''halld_recon package'''''].
  

Revision as of 08:12, 22 March 2022

Purpose

The basic concept of the ReactionFilter Plugin is to use a defined physics reaction, usually described in a configuration file, to analyze the reconstructed data (REST files) event by event testing the hypothesis of the proposed reaction. It creates an output root file referred to as Physics Analysis Root Tree (PART) which in turn will be analyzed by other code like the DSelector.

The plugin applies basic PID selection criteria (time, mass, and dEdx) and by default a Kinematic Fitter to the reconstructed charged track and/or neutral showers in each each event and applies the Kinematic Fitter based on the chosen reaction requirements.

Plugin

The ReactionFilter plugin is located in ReactionFilter plugin on github and depends heavily on the Analysis Library all part of the halld_recon package.