Log analysis results to Notion — create entries, embed QA plots, standard log structure
Parent page ID: 2f921411-40f1-806e-8723-ec6ad727900b
Use mcp__notion__notion-create-pages:
{
"parent": {"page_id": "2f921411-40f1-806e-8723-ec6ad727900b"},
"pages": [{
"properties": {"title": "YYYY-MM-DD: <title>"},
"content": "<markdown content>"
}]
}
## Summary
<Brief description - what was done and why>
## Parameters
| Parameter | Value |
|-----------|-------|
| Macro | `<macro_name>.C` |
| Param file | `<param_file>.json` |
| Files processed | N |
| Beam energy | X GeV |
## Results
| Step | n_total | n_after | Efficiency |
|------|---------|---------|------------|
| Selection | ... | ... | ... |
| Vertex | ... | ... | ... |
| PID | ... | ... | ... |
## Key Findings
- <Physics result 1>
- <Physics result 2>
## Output Files
- ROOT: `root/<filename>.root`
- PDF: `pic/<filename>.pdf`
## Status
COMPLETE / ISSUES / FAILED
After uploading QA plots to Discord, update Notion page with image:
{
"page_id": "<page_id>",
"command": "insert_content_after",
"selection_with_ellipsis": "## Status...",
"new_str": "\n\n## QA Plots\n"
}
Log entries should reflect the analysis workflow: