Conversation
…into pax_v640_newtruth
…e job priority. The merging of 1000 events usually only takes less than 1min
…2 minitree capability
…tree S1S2Properties
pdeperio
left a comment
There was a problem hiding this comment.
This PR also includes TruthSorting_arrays.py in the full chain script montecarlo/run_sim.sh. @jhowl01, @mcfatelin Is it fully updated here with all the new truth info?
| @@ -0,0 +1,153 @@ | |||
| 1 | |||
| @@ -0,0 +1,5 @@ | |||
| FakeWaveform_XENON1T_000000_pax | |||
|
Sorry @pdeperio somehow I missed your most recent message, fixed the conflicts now. Note that my other pull request will update |
|
hi guys, how about this PR? Its' sitting here since months. |
|
@pietrodigangi @pdeperio @mcfatelin My memory is that this was working (conflicts resolved) as of last message (March) but was for some reason (forgetfulness?) never merged. I think if the full-chain processing has survived without it this long, maybe it isn't necessary. We can keep the branch alive and close the PR? |
In order to not make things too complicated, I opened a new branch based on the modified branch.
The main functions for this update are following:
The syntax for batch "MidwayBatch_AreaCorrelatedS1S2.py":
python MidwayBatch_AreaCorrelatedS1S2.py ....
<Output path (abs.)>
< number of jobs>
< number of events in each job>
< enable PMT after pulses ?(0 for disable)>
< enable S2 after pulses ?(0 for disable)>
< 2D band for S1-S2 area correlation (abs.)>
< g1 value>
< g2 value>
< If use Public node (0 for no(xenon1t nodes); 1 for yes; 2 for kicp nodes)>
The input 2-D band is contained in pol file. The script MakePickleFromHistogram.py will help you convert one TH2D into the format required.
python MakePickleFromHistogram.py .....