Skip to content

PSstagstudy plugin rtj#1104

Open
rjones30 wants to merge 30 commits intomasterfrom
PStagstudy_plugin_rtj
Open

PSstagstudy plugin rtj#1104
rjones30 wants to merge 30 commits intomasterfrom
PStagstudy_plugin_rtj

Conversation

@rjones30
Copy link
Copy Markdown
Contributor

No description provided.

@gluex
Copy link
Copy Markdown

gluex commented Feb 23, 2026

@aaust
Copy link
Copy Markdown
Contributor

aaust commented Feb 23, 2026

  • The plugin writes a large tree into the histogram file. It should create a separate output tree file instead. This can be handled with DTreeInterface, see other plugins for examples
  • The histograms should be placed in a folder with the plugin name. This makes it easier to identify which plugin fills which histograms in a production with many plugins.

@rjones30
Copy link
Copy Markdown
Contributor Author

rjones30 commented Feb 23, 2026 via email

@aaust
Copy link
Copy Markdown
Contributor

aaust commented Feb 24, 2026

I started working on it, only partially done

@aaust
Copy link
Copy Markdown
Contributor

aaust commented Mar 3, 2026

@rjones30 I replaced the filling of all scalars and 1d arrays with the methods from DTreeInterface. I tried to keep all branch names and types the same, but it is easy to introduce typos. Could you please check if the trees are compatible with your analysis code?

Unfortunately, there is not an easy way to save the raw waveforms as std::vector<std::vector<unsigned short> > in this framework. I commented them out for the moment, but I hope we can find a different solution together.

@gluex
Copy link
Copy Markdown

gluex commented Mar 11, 2026

@gluex
Copy link
Copy Markdown

gluex commented Mar 13, 2026

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

Successfully merging this pull request may close these issues.

5 participants