-
Notifications
You must be signed in to change notification settings - Fork 59
Add LAPPDTreeMaker for EBV2 workflow #340
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: Application
Are you sure you want to change the base?
Conversation
…ed by EBV2 work flow
|
This build also requires the LAPPDHit.h and LAPPDPulse.h, which were included in previous PR #333 |
|
As you mentioned we need a re-build to ensure everything works. This should be merged after the other EventBuilding PRs. A quick note, I noticed a few instances of |
| m_variables.Get("MultiLAPPDMapTreeMaker", MultiLAPPDMapTreeMaker); | ||
|
|
||
| TString filename = treeMakerOutputFileName; | ||
| file = new TFile(filename, "RECREATE"); |
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.
here
| fGroupedTrigger->Branch("gTrigType", &groupedTriggerType, "gTrigType/I"); | ||
| fGroupedTrigger->Branch("gTrigNum", &TriggerGroupNumInThisEvent, "gTrigNum/I"); | ||
|
|
||
| TriggerWordMap = new std::map<uint64_t, std::vector<uint32_t>>; |
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.
and here
|
aside from that, if Marcus did not have any additional comments, I think it's ready to merge. I don't think it's best coding practice as he's mentioned several times to run toolchain A, then toolchain B, etc... But given the LAPPD complexities with timing offsets, etc... and that this works and has been tested thoroughly, I don't have a good alternative. Perhaps that can be changed in the future. |
|
can't see anything new outstanding to mention 👍 |
EBLoadRaw Tool in EventBuildingV2 tool set.
This is splitted from PR #307 .
Seems you also don't have comments for this one.