Skip to content
Snippets Groups Projects
Commit 83da3201 authored by Eric Pooser's avatar Eric Pooser
Browse files

Minor changes to replay script, and add 2d histo to hodo def file. Work is ongoing in this regard.

parent b861d93c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
block H.hod.*
block T.hms.*
TH2F htest '' H.hod.1x.posadcpad H.hod.1x.posadcval 16 1 17 4000 0 40000
TH1F hhodo_h1x_multi 'HMS h1X Multiplicity; Number of Hits; Counts' H.hod.1x.nhits 16 0.5 16.5
TH1F hhodo_h1y_multi 'HMS h1Y Multiplicity; Number of Hits; Counts' H.hod.1y.nhits 10 0.5 10.5
TH1F hhodo_h2x_multi 'HMS h2X Multiplicity; Number of Hits; Counts' H.hod.2x.nhits 16 0.5 16.5
......
......@@ -16,7 +16,7 @@ void replay_hhodo_test_stand(Int_t RunNumber=0, Int_t MaxEvent=0) {
}
// Create file name patterns.
const char* RunFileNamePattern = "raw/hms_all_000%d.dat";
const char* RunFileNamePattern = "raw/hms_all_00%d.dat";
const char* ROOTFileNamePattern = "ROOTfiles/hhodo_htrig_replay_%d.root";
// Add variables to global list.
gHcParms->Define("gen_run_number", "Run Number", RunNumber);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment