diff --git a/SCRIPTS/COIN/PRODUCTION/replay_production_coin.C b/SCRIPTS/COIN/PRODUCTION/replay_production_coin.C index 212d61978d4c1d6e7eb12abf955b861062d4d6b1..175e0bdd78a77339d2c7bcb6088dbb52b4f6c750 100644 --- a/SCRIPTS/COIN/PRODUCTION/replay_production_coin.C +++ b/SCRIPTS/COIN/PRODUCTION/replay_production_coin.C @@ -20,6 +20,7 @@ void replay_production_coin (Int_t RunNumber = 0, Int_t MaxEvent = 0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); //const char* RunFileNamePattern = "raw/coin_all_%05d.dat"; diff --git a/SCRIPTS/HMS/PRODUCTION/replay_production_hms.C b/SCRIPTS/HMS/PRODUCTION/replay_production_hms.C index 44be4f4de967fe90c94b4601ad35d37f0e70ac6d..8e75c5f4bfada46914a2df60959466cb110d7c4a 100644 --- a/SCRIPTS/HMS/PRODUCTION/replay_production_hms.C +++ b/SCRIPTS/HMS/PRODUCTION/replay_production_hms.C @@ -20,6 +20,7 @@ void replay_production_hms(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/hms_replay_production_%d_%d.root"; diff --git a/SCRIPTS/HMS/PRODUCTION/replay_production_hms_kpp.C b/SCRIPTS/HMS/PRODUCTION/replay_production_hms_kpp.C index 3887c4ed028e6bd4d398308505d328059ac7cc67..a4d8f0a42980e55eb860117aaf20c158873ce6c6 100644 --- a/SCRIPTS/HMS/PRODUCTION/replay_production_hms_kpp.C +++ b/SCRIPTS/HMS/PRODUCTION/replay_production_hms_kpp.C @@ -20,6 +20,7 @@ void replay_production_hms_kpp(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/hms_replay_production_%d_%d.root"; diff --git a/SCRIPTS/HMS/RASTER/replay_hms_raster_simple.C b/SCRIPTS/HMS/RASTER/replay_hms_raster_simple.C index cddad69ac0d381b504bc79732547bd2583fa2ee7..360c8b70b75c5e5fbc2fb7ce9f69912bc38bea80 100644 --- a/SCRIPTS/HMS/RASTER/replay_hms_raster_simple.C +++ b/SCRIPTS/HMS/RASTER/replay_hms_raster_simple.C @@ -20,6 +20,7 @@ void replay_hms_raster_simple(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/hms_raster_simple_%d_%d.root"; diff --git a/SCRIPTS/HMS/SCALERS/replay_hms_scalers.C b/SCRIPTS/HMS/SCALERS/replay_hms_scalers.C index a0e5f71f20fc117b258f08c18280d4d8cf7a78fe..004368953c9ee532823cf12d692d89cfed1b9331 100644 --- a/SCRIPTS/HMS/SCALERS/replay_hms_scalers.C +++ b/SCRIPTS/HMS/SCALERS/replay_hms_scalers.C @@ -20,6 +20,7 @@ void replay_hms_scalers(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/hms_replay_scalers_%d_%d.root"; diff --git a/SCRIPTS/HMS/STACK/replay_hms.C b/SCRIPTS/HMS/STACK/replay_hms.C index cd4f3adaef8586189d9272ca4b84dd685a21cce9..0d0d0f2de35a4597a1bfc45508e8354a32255074 100644 --- a/SCRIPTS/HMS/STACK/replay_hms.C +++ b/SCRIPTS/HMS/STACK/replay_hms.C @@ -20,6 +20,7 @@ void replay_hms(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/hms_replay_%d_%d.root"; diff --git a/SCRIPTS/HMS/TEST_STANDS/replay_hcal_test_stand.C b/SCRIPTS/HMS/TEST_STANDS/replay_hcal_test_stand.C index 940b1db5849c9f3ea066b1d8575710af6805f8e1..d873bfafb4983c912395105eb7b67fd0805bef8a 100644 --- a/SCRIPTS/HMS/TEST_STANDS/replay_hcal_test_stand.C +++ b/SCRIPTS/HMS/TEST_STANDS/replay_hcal_test_stand.C @@ -20,6 +20,7 @@ void replay_hcal_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/hcal_replay_%d.root"; diff --git a/SCRIPTS/HMS/TEST_STANDS/replay_hcer_test_stand.C b/SCRIPTS/HMS/TEST_STANDS/replay_hcer_test_stand.C index fb68058eb86492ce7d050faa40656812b84d6b7d..71a4f2b5cca5ba03fe56531e8dbeab5e33156b69 100644 --- a/SCRIPTS/HMS/TEST_STANDS/replay_hcer_test_stand.C +++ b/SCRIPTS/HMS/TEST_STANDS/replay_hcer_test_stand.C @@ -20,6 +20,7 @@ void replay_hcer_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/hcer_replay_%d.root"; diff --git a/SCRIPTS/HMS/TEST_STANDS/replay_hdc_test_stand.C b/SCRIPTS/HMS/TEST_STANDS/replay_hdc_test_stand.C index 6d9c7efa0d1994cc1e2ab62d2102eb2e6b87abd3..9d477ef6d3598be2834d8fef16d11a2f6f564ac8 100644 --- a/SCRIPTS/HMS/TEST_STANDS/replay_hdc_test_stand.C +++ b/SCRIPTS/HMS/TEST_STANDS/replay_hdc_test_stand.C @@ -20,6 +20,7 @@ void replay_hdc_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/hdc_replay_%d.root"; diff --git a/SCRIPTS/HMS/TEST_STANDS/replay_hhodo_test_stand.C b/SCRIPTS/HMS/TEST_STANDS/replay_hhodo_test_stand.C index 6f54f58bdc4f6b2b28b6e246ec4be76f3a777ba6..8cac55e0d854ea0a856e2c28f20cdff3c6da5bae 100644 --- a/SCRIPTS/HMS/TEST_STANDS/replay_hhodo_test_stand.C +++ b/SCRIPTS/HMS/TEST_STANDS/replay_hhodo_test_stand.C @@ -20,6 +20,7 @@ void replay_hhodo_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/hhodo_replay_%d.root"; diff --git a/SCRIPTS/HMS/TEST_STANDS/replay_htrig_test_stand.C b/SCRIPTS/HMS/TEST_STANDS/replay_htrig_test_stand.C index b077d59935b65d6466d31a7a28c7655ce1a3028f..a2fb37e4f2fb52c24da4389b1d4b4078630c294d 100644 --- a/SCRIPTS/HMS/TEST_STANDS/replay_htrig_test_stand.C +++ b/SCRIPTS/HMS/TEST_STANDS/replay_htrig_test_stand.C @@ -20,6 +20,7 @@ void replay_htrig_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/htrig_replay_%d.root"; diff --git a/SCRIPTS/SHMS/EXAMPLES/replay_workshop_example.C b/SCRIPTS/SHMS/EXAMPLES/replay_workshop_example.C index f4ec1dc8416a05b299c55e457beba82e1db74e6b..9bf36bedd1a83906471254910537699105626acb 100644 --- a/SCRIPTS/SHMS/EXAMPLES/replay_workshop_example.C +++ b/SCRIPTS/SHMS/EXAMPLES/replay_workshop_example.C @@ -19,6 +19,7 @@ void replay_workshop_example(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/shms_replay_%d_%d.root"; diff --git a/SCRIPTS/SHMS/GEM/replay_gem_shms.C b/SCRIPTS/SHMS/GEM/replay_gem_shms.C index 4fff3d22efb445c764b626a5df71f483f8fe6349..40d8268ed6db11ecc9cc2bcf272c4d4a6cc6b575 100644 --- a/SCRIPTS/SHMS/GEM/replay_gem_shms.C +++ b/SCRIPTS/SHMS/GEM/replay_gem_shms.C @@ -22,6 +22,7 @@ void replay_gem_shms (Int_t RunNumber = 0, Int_t MaxEvent = 0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/shms_replay_gem_%d_%d.root"; diff --git a/SCRIPTS/SHMS/PRODUCTION/replay_production_shms.C b/SCRIPTS/SHMS/PRODUCTION/replay_production_shms.C index eb8cdd9fd23a14463abfdd276999938abfcced22..4460e2b16d81bc5b9f3302f40c57106e7cfe6052 100644 --- a/SCRIPTS/SHMS/PRODUCTION/replay_production_shms.C +++ b/SCRIPTS/SHMS/PRODUCTION/replay_production_shms.C @@ -20,6 +20,7 @@ void replay_production_shms (Int_t RunNumber = 0, Int_t MaxEvent = 0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/shms_replay_production_%d_%d.root"; diff --git a/SCRIPTS/SHMS/RASTER/replay_shms_raster_simple.C b/SCRIPTS/SHMS/RASTER/replay_shms_raster_simple.C index 3aadc1c5cdd175f7a5b3e4587deb2a72d2ea501f..10f0a284b0d82de35834eab2e7ec0d1ef0885716 100644 --- a/SCRIPTS/SHMS/RASTER/replay_shms_raster_simple.C +++ b/SCRIPTS/SHMS/RASTER/replay_shms_raster_simple.C @@ -20,6 +20,7 @@ void replay_shms_raster_simple (Int_t RunNumber = 0, Int_t MaxEvent = 0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/shms_replay_raster_simple_%d_%d.root"; diff --git a/SCRIPTS/SHMS/SCALERS/replay_shms_scalers.C b/SCRIPTS/SHMS/SCALERS/replay_shms_scalers.C index 1d7f88ef890274195acafd4b2b73e5077918de59..d9d1435bda686e22cab6a49c87741ef814073bb0 100644 --- a/SCRIPTS/SHMS/SCALERS/replay_shms_scalers.C +++ b/SCRIPTS/SHMS/SCALERS/replay_shms_scalers.C @@ -20,6 +20,7 @@ void replay_shms_scalers (Int_t RunNumber = 0, Int_t MaxEvent = 0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/shms_replay_scalers_%d_%d.root"; diff --git a/SCRIPTS/SHMS/STACK/replay_shms.C b/SCRIPTS/SHMS/STACK/replay_shms.C index 82fb86848acb0a564bc567a3e6e28952c1587335..44d8e749b378b0f80a18f96e7dd4fe36ff308020 100644 --- a/SCRIPTS/SHMS/STACK/replay_shms.C +++ b/SCRIPTS/SHMS/STACK/replay_shms.C @@ -20,6 +20,7 @@ void replay_shms (Int_t RunNumber = 0, Int_t MaxEvent = 0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/shms_replay_%d_%d.root"; diff --git a/SCRIPTS/SHMS/TEST_STANDS/replay_paero_test_stand.C b/SCRIPTS/SHMS/TEST_STANDS/replay_paero_test_stand.C index 5fda63bd483202de3ca18897d8ca5bb012142ec1..69a8db21ef4f76f114a40c309ac5eada4bcf85fe 100644 --- a/SCRIPTS/SHMS/TEST_STANDS/replay_paero_test_stand.C +++ b/SCRIPTS/SHMS/TEST_STANDS/replay_paero_test_stand.C @@ -20,6 +20,7 @@ void replay_paero_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/paero_replay_%d.root"; diff --git a/SCRIPTS/SHMS/TEST_STANDS/replay_pcal_test_stand.C b/SCRIPTS/SHMS/TEST_STANDS/replay_pcal_test_stand.C index ccd2012afc14947f2af197b6b3cdfbe455bbd332..cf9d1ef920607c4b40b5f8a1c83a7dc93f77ff2f 100644 --- a/SCRIPTS/SHMS/TEST_STANDS/replay_pcal_test_stand.C +++ b/SCRIPTS/SHMS/TEST_STANDS/replay_pcal_test_stand.C @@ -20,6 +20,7 @@ void replay_pcal_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/pcal_replay_%d.root"; diff --git a/SCRIPTS/SHMS/TEST_STANDS/replay_pdc_test_stand.C b/SCRIPTS/SHMS/TEST_STANDS/replay_pdc_test_stand.C index e6db706e67c9765cdd583110cfa2649f5f6d7a86..a336c89f7dc02060deaeefec6fe5d261a05dc9d4 100644 --- a/SCRIPTS/SHMS/TEST_STANDS/replay_pdc_test_stand.C +++ b/SCRIPTS/SHMS/TEST_STANDS/replay_pdc_test_stand.C @@ -20,6 +20,7 @@ void replay_pdc_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/pdc_replay_%d.root"; diff --git a/SCRIPTS/SHMS/TEST_STANDS/replay_phgcer_test_stand.C b/SCRIPTS/SHMS/TEST_STANDS/replay_phgcer_test_stand.C index 3d7907239e01602dc7f8804c50034a3144bab838..bbe3121b4080c9e14efba6dfe1525a6f2a3f7461 100644 --- a/SCRIPTS/SHMS/TEST_STANDS/replay_phgcer_test_stand.C +++ b/SCRIPTS/SHMS/TEST_STANDS/replay_phgcer_test_stand.C @@ -20,6 +20,7 @@ void replay_phgcer_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/phgcer_replay_%d.root"; diff --git a/SCRIPTS/SHMS/TEST_STANDS/replay_phodo_test_stand.C b/SCRIPTS/SHMS/TEST_STANDS/replay_phodo_test_stand.C index c005cd16aae90cefdc92dbd54da9bcc568af25a6..cdf1dfc16c0db09959f218be18293ef38bd6e439 100644 --- a/SCRIPTS/SHMS/TEST_STANDS/replay_phodo_test_stand.C +++ b/SCRIPTS/SHMS/TEST_STANDS/replay_phodo_test_stand.C @@ -20,6 +20,7 @@ void replay_phodo_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/phodo_replay_%d.root"; diff --git a/SCRIPTS/SHMS/TEST_STANDS/replay_pngcer_test_stand.C b/SCRIPTS/SHMS/TEST_STANDS/replay_pngcer_test_stand.C index ded2f6094189d560921856acabcaed52c51dc0bc..78b2194cfb098f7310fe0704aec41d5147c13655 100644 --- a/SCRIPTS/SHMS/TEST_STANDS/replay_pngcer_test_stand.C +++ b/SCRIPTS/SHMS/TEST_STANDS/replay_pngcer_test_stand.C @@ -20,6 +20,7 @@ void replay_pngcer_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/pngcer_replay_%d.root"; diff --git a/SCRIPTS/SHMS/TEST_STANDS/replay_ptrig_test_stand.C b/SCRIPTS/SHMS/TEST_STANDS/replay_ptrig_test_stand.C index eaf78bf7b6aad7453913d25f3977f7e4fbba7a22..31eb132bb0bc54635fa75c5712718cd9ef4e000a 100644 --- a/SCRIPTS/SHMS/TEST_STANDS/replay_ptrig_test_stand.C +++ b/SCRIPTS/SHMS/TEST_STANDS/replay_ptrig_test_stand.C @@ -20,6 +20,7 @@ void replay_ptrig_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) { vector<TString> pathList; pathList.push_back("."); pathList.push_back("./raw"); + pathList.push_back("./raw/../raw.copiedtotape"); pathList.push_back("./cache"); const char* ROOTFileNamePattern = "ROOTfiles/ptrig_replay_%d.root";