Skip to content
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

Summary text assumes quartets #240

Open
cameronc137 opened this issue Aug 8, 2019 · 11 comments
Open

Summary text assumes quartets #240

cameronc137 opened this issue Aug 8, 2019 · 11 comments

Comments

@cameronc137
Copy link
Collaborator

It looks like the summary text assumes quartets and this is breaking our downstream good time, events, and charge measurements as well.

Probably we can work around this in the downstream codes, but it should be fixed here too.

@cameronc137
Copy link
Collaborator Author

this->SetNumGoodEvents(4*temp*temp);

@rahmans1
Copy link
Collaborator

rahmans1 commented Aug 8, 2019

Yeah. It assumes quartets. Downside of hardcoding. Probably do this through a configuration file. I have an update to prompt summary in the works but it's stalled because of other priorities. Will try to get it in as soon as I possibly can.

@sanghwapark
Copy link
Member

This needs to be fixed relatively soon even if it's again hard-coded fix so that we have our charge counter works properly for the shift crew. We could live with correcting the charge counter back, but we need a fix for this and probably re-prompt for the future.

@cameronc137
Copy link
Collaborator Author

To stop-gap hack this to work from the 240/octet time onwards (until we fix the prompt summary and respin) I've multiplied runs after 3874-> good charge by 2x in the acc_charge.py script and it shows +1.5 more Coulombs as expected.

@cameronc137
Copy link
Collaborator Author

This was worked around during PREX, the thing that cared was our python script for getting charge into the charge plotter, but we should probably fix this for Respins so we don't have wrong information floating around.

@rr521111

@sanghwapark
Copy link
Member

it's the other way around.. charge script kept assuming quartets because the summary output didn't get updated. I agree, it would be good to get it fixed for respin.

@rahmans1
Copy link
Collaborator

I remember trying to solve this and then getting distracted with other stuff. I will take a look tomorrow at the branch I was working on.

@paulmking
Copy link
Collaborator

@rahmans1: @rr521111 and I talked last night about what ought to be a quick solution, so check in with him about it.

@cameronc137
Copy link
Collaborator Author

Has there been progress on this?

@paulmking
Copy link
Collaborator

paulmking commented Jan 10, 2020 via email

@cameronc137
Copy link
Collaborator Author

Yes, I think it’s fine. I was seeing an issue with pvdb, but it was a too-aggressive cut from Sanghwa’s script that did it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants