Skip to content

Stm unpacking#1857

Open
Etho-b02 wants to merge 5 commits into
Mu2e:mainfrom
Etho-b02:stm-unpacking
Open

Stm unpacking#1857
Etho-b02 wants to merge 5 commits into
Mu2e:mainfrom
Etho-b02:stm-unpacking

Conversation

@Etho-b02

Copy link
Copy Markdown

Cleaned Up the if statement in line 187 in STMMovingWindowDeconvolution_module.cc.
Fixed instance-name mismatch in modules.
Cleared up getChannel in plotSTMWaveformDigis_module.cc
Also cleaned up last comment in inspectSTMFile.fcl.
Added STMFragmentSummary to collect container and inner frag counts from unpacking module.
Addressed fragment count issues from last PR.

@FNALbuild

Copy link
Copy Markdown
Collaborator

Hi @Etho-b02,
You have proposed changes to files in these packages:

  • DAQ
  • RecoDataProducts
  • STMReco
  • Mu2eUtilities

which require these tests: build.

@Mu2e/write, @Mu2e/fnalbuild-users have access to CI actions on main.

📝 The author of this pull request is not a member of the Mu2e github organisation.

About FNALbuild. Code review on Mu2e/Offline.

@AndrewEdmonds11 AndrewEdmonds11 self-requested a review June 12, 2026 13:30

@AndrewEdmonds11 AndrewEdmonds11 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks, Bryan. A couple of small comments below

Comment thread Mu2eUtilities/src/STMUtils.cc Outdated
Comment on lines 12 to 22
@@ -19,6 +20,22 @@ namespace mu2e {
// Look at last four characeters of module label to decide channel
return STMChannel(STMChannel::findByName(label.substr(label.length()-4,4)));
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just remove this commented out block. We can always go back in the history to find it again

Comment thread Mu2eUtilities/src/STMUtils.cc Outdated
if (name.empty()){
name = tag.label();
}
if (name.find("HPGe") != std::string::npos){

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we also want to make this case insensitive?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants