Skip to content
Snippets Groups Projects
Commit 893a466d authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: bin/hc_coin_replay

	modified:   scripts/replay_production_coin.cxx
parent a9cf130b
Branches
No related tags found
No related merge requests found
Pipeline #1947 passed
...@@ -89,24 +89,24 @@ fi ...@@ -89,24 +89,24 @@ fi
# exit # exit
#fi #fi
source /group/c-csv/local/setup.sh #source /group/c-csv/local/setup.sh
# For some reason the module files need to put in a specific order. # For some reason the module files need to put in a specific order.
# This is probably because we are using the old TCL version. # This is probably because we are using the old TCL version.
module unload csv/dev #module unload csv/dev
module load csv/dev #module load csv/dev
module load tmux/latest #module load tmux/latest
module load python/latest #module load python/latest
module load python/2.7.15 #module load python/2.7.15
module load python3/latest #module load python3/latest
module load vim/latest #module load vim/latest
module load git/latest #module load git/latest
module load ruby/2.5.3 #module load ruby/2.5.3
hcana -b -q "scripts/replay_production_coin.cxx(${run_number},${n_events})" hcana -b -q "scripts/replay_production_coin.cxx(${run_number},${n_events})"
./bin/do_good_coin -I -r ${run_number} #./bin/do_good_coin -I -r ${run_number}
#root -b -q "scripts/good_jpsi_counter.cxx(${run_number})" #root -b -q "scripts/good_jpsi_counter.cxx(${run_number})"
#sleep 1 #sleep 1
......
...@@ -8,12 +8,12 @@ R__LOAD_LIBRARY(libfmt.so) ...@@ -8,12 +8,12 @@ R__LOAD_LIBRARY(libfmt.so)
R__LOAD_LIBRARY(libHallC.so) R__LOAD_LIBRARY(libHallC.so)
#include "hcana/HallC_Data.h" #include "hcana/HallC_Data.h"
// //
R__LOAD_LIBRARY(libScandalizer.so) //R__LOAD_LIBRARY(libScandalizer.so)
//#include "monitor/DetectorDisplay.h" //#include "monitor/DetectorDisplay.h"
//#include "monitor/DisplayPlots.h" //#include "monitor/DisplayPlots.h"
//#include "monitor/MonitoringDisplay.h" //#include "monitor/MonitoringDisplay.h"
#include "scandalizer/PostProcessors.h" //#include "scandalizer/PostProcessors.h"
#include "scandalizer/ScriptHelpers.h" //#include "scandalizer/ScriptHelpers.h"
// //
//#include "THaPostProcess.h" //#include "THaPostProcess.h"
//#include "monitor/ExperimentMonitor.h" //#include "monitor/ExperimentMonitor.h"
...@@ -21,10 +21,10 @@ R__LOAD_LIBRARY(libScandalizer.so) ...@@ -21,10 +21,10 @@ R__LOAD_LIBRARY(libScandalizer.so)
void replay_production_coin(Int_t RunNumber = 7224, Int_t MaxEvent = 50000) { void replay_production_coin(Int_t RunNumber = 7224, Int_t MaxEvent = 50000) {
hallc::helper::script_requires_hcana(); //hallc::helper::script_requires_hcana();
spdlog::set_level(spdlog::level::trace); //spdlog::set_level(spdlog::level::trace);
spdlog::flush_every(std::chrono::seconds(5)); //spdlog::flush_every(std::chrono::seconds(5));
// Get RunNumber and MaxEvent if not provided. // Get RunNumber and MaxEvent if not provided.
if (RunNumber == 0) { if (RunNumber == 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment