-
Notifications
You must be signed in to change notification settings - Fork 4
Pax v640 newtruth qing #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
| @@ -0,0 +1,5 @@ | |||
| FakeWaveform_XENON1T_000000_pax | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
|
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 .....