Skip to content

Commit

Permalink
Merge branch 'main' into Centrality_Run_20_21
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos authored Mar 15, 2024
2 parents 003268a + 8393402 commit 3ee8982
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion StRoot/St_QA_Maker/StEventQAMaker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

//fcs
#define SKIPDefImp
#include "StSpinPool/StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx"
#include "StFcsPi0FinderForEcal/StFcsPi0FinderForEcal.cxx"
#undef SKIPDefImp

#include "StEvent/StTpcRawData.h"
Expand Down

0 comments on commit 3ee8982

Please sign in to comment.