-
Notifications
You must be signed in to change notification settings - Fork 62
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
Update EPD hit IO classes to include the DEP information #501
base: main
Are you sure you want to change the base?
Conversation
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.
I don't see any issues with the code, save for it breaking StEpdHitMaker. Please revise StEpdHitMaker (and any other dependencies) to reflect the changes made to the constructor, and submit as part of this PR.
Do you know if the automatic ROOT schema evolution can handle a renamed data member? |
Now that you mention it... I'm not certain. So probably better to leave the name of the pre-existing data members in tact. Otherwise need to test. |
I think so too, it is safer to keep the old name. I did a test once removing and adding members and it worked well but renaming may need some magic with pragma in LinkDef.h |
Good catch! I think if you write your own Streamer(), there is probably a way to do this, but I believe that incrementing the ClassDef otherwise makes it think a member with one name has been dropped and a member with a different name has been added and should be filled with default zeroes when reading a file with an old version. |
At few places in comments, it says "DEP data from TriggerData". DEP data is not in Trigger data but in FCS data. |
Thanks, Akio. You did provide Joey the methods to access DEP data. I have added a class to StEpd directory to take muDSTs and recalibrate using the db. This is necessary since sometimes the db gains are incorrect at the time of production. Ding Chen is checking it and will then submit.
My plan then is to add the DEP stuff. I should still do this?
- sent from a phone - please excuse typos!
—
Michael Lisa
Professor of Physics
The Ohio State University
…________________________________
From: akioogawa ***@***.***>
Sent: Friday, August 18, 2023 10:57:41 AM
To: star-bnl/star-sw ***@***.***>
Cc: Lisa, Michael ***@***.***>; Review requested ***@***.***>
Subject: Re: [star-bnl/star-sw] Update EPD hit IO classes to include the DEP information (PR #501)
At few places in comments, it says "DEP data from TriggerData". DEP data is not in Trigger data but in FCS data. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because your review was requested. Message
At few places in comments, it says "DEP data from TriggerData". DEP data is not in Trigger data but in FCS data.
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/star-bnl/star-sw/pull/501*issuecomment-1684043919__;Iw!!KGKeukY!xW5JnqolJL_L18XD3avQNqnXQWF2LqUbrzHcrmHDvVLYPaM0QzsX0QzPkk5WpfXYDAXyZlZZDg5pJ1xSGX8jGeA$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AQX5WVDUSIKVZTJUQRXXWZTXV57GLANCNFSM6AAAAAAV6T33RM__;!!KGKeukY!xW5JnqolJL_L18XD3avQNqnXQWF2LqUbrzHcrmHDvVLYPaM0QzsX0QzPkk5WpfXYDAXyZlZZDg5pJ1xSi_2YANc$>.
You are receiving this because your review was requested.Message ID: ***@***.***>
|
No description provided.