From 83934025825953a7345ccbe79f96d634ec0c1fe8 Mon Sep 17 00:00:00 2001 From: Xilin Liang <64381828+xilinliang@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:40:52 -0400 Subject: [PATCH] Move and modify StFcsPi0FinderForECal to StRoot (#667) We are asked from production team to Move StRoot/StSpinPool/StFcsPi0FinderForECal maker to StRoot/ In addition, we comment out 2 lines in "include" header for the StFcsPi0FinderForECal.cxx The StFcsPi0FinderForECal maker is for calibrating the forward upgrade FCS ECal and for monitoring the gain for FCS ECal from pi0 reconstruction. --------- Co-authored-by: Gene Van Buren --- StRoot/{StSpinPool => }/StFcsPi0FinderForEcal/README | 0 .../StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx | 5 +++-- .../StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.h | 0 StRoot/St_QA_Maker/StEventQAMaker.cxx | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) rename StRoot/{StSpinPool => }/StFcsPi0FinderForEcal/README (100%) rename StRoot/{StSpinPool => }/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx (99%) rename StRoot/{StSpinPool => }/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.h (100%) diff --git a/StRoot/StSpinPool/StFcsPi0FinderForEcal/README b/StRoot/StFcsPi0FinderForEcal/README similarity index 100% rename from StRoot/StSpinPool/StFcsPi0FinderForEcal/README rename to StRoot/StFcsPi0FinderForEcal/README diff --git a/StRoot/StSpinPool/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx b/StRoot/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx similarity index 99% rename from StRoot/StSpinPool/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx rename to StRoot/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx index bc3fce6b328..365ddc7d667 100644 --- a/StRoot/StSpinPool/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx +++ b/StRoot/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx @@ -3,6 +3,7 @@ // //critical plots for offline QA: h1_inv_mass_cluster , h1_two_cluster_energy_allcut , h1_dgg_cluster , h2_cluster_dgg_vs_E1pE2 // +//Update 3/12/24: move the StFcsPi0FinderForEcal to StRoot , no dependent on StSpinPool , also comment out 2 unused head file // #include "StFcsPi0FinderForEcal.h" @@ -16,8 +17,8 @@ #include "StFcsDbMaker/StFcsDbMaker.h" #include "StMessMgr.h" #include "StMuDSTMaker/COMMON/StMuTypes.hh" -#include "StSpinPool/StFcsQaMaker/StFcsQaMaker.h" -#include "StSpinPool/StFcsRawDaqReader/StFcsRawDaqReader.h" +//#include "StSpinPool/StFcsQaMaker/StFcsQaMaker.h" +//#include "StSpinPool/StFcsRawDaqReader/StFcsRawDaqReader.h" #include "StThreeVectorF.hh" #include "Stypes.h" #include "TBox.h" diff --git a/StRoot/StSpinPool/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.h b/StRoot/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.h similarity index 100% rename from StRoot/StSpinPool/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.h rename to StRoot/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.h diff --git a/StRoot/St_QA_Maker/StEventQAMaker.cxx b/StRoot/St_QA_Maker/StEventQAMaker.cxx index 458c77c2424..e89040a8f3e 100644 --- a/StRoot/St_QA_Maker/StEventQAMaker.cxx +++ b/StRoot/St_QA_Maker/StEventQAMaker.cxx @@ -47,7 +47,7 @@ //fcs #define SKIPDefImp -#include "StSpinPool/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx" +#include "StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx" #undef SKIPDefImp #include "StEvent/StTpcRawData.h"