Skip to content

Commit

Permalink
New PrintDQ tool for DataQuality monitoring of processed beam runs (#312
Browse files Browse the repository at this point in the history
)

* Add files via upload

New PrintDQ tool to be used for a quick snapshot of beam run quality.

* Update Factory.cpp

* Update Unity.h

* Add files via upload

adjust verbose from v_error to v_debug if it can't find objects in the Stores. It's a printing tool so not accessing those Stores will just lead the counts to be 0 for that particular event.

---------

Co-authored-by: marc1uk <marc1uk_@hotmail.com>
  • Loading branch information
S81D and marc1uk authored Nov 18, 2024
1 parent 62910f6 commit b1d0be9
Show file tree
Hide file tree
Showing 5 changed files with 600 additions and 0 deletions.
1 change: 1 addition & 0 deletions UserTools/Factory/Factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ if (tool=="ReadConfigInfo") ret=new ReadConfigInfo;
if (tool=="MuonFitter") ret=new MuonFitter;
if (tool=="BeamQuality") ret=new BeamQuality;
if (tool=="BackTracker") ret=new BackTracker;
if (tool=="PrintDQ") ret=new PrintDQ;
if (tool=="AssignBunchTimingMC") ret=new AssignBunchTimingMC;
return ret;
}
Loading

0 comments on commit b1d0be9

Please sign in to comment.