updated schema for MDS#1876
Conversation
|
Hi @sophiemiddleton,
which require these tests: build. @Mu2e/fnalbuild-users, @Mu2e/write have access to CI actions on main. ⌛ The following tests have been triggered for 6a019e5: build (Build queue - API unavailable) |
|
☀️ The build tests passed at 6a019e5.
N.B. These results were obtained from a build of this Pull Request at 6a019e5 after being merged into the base branch at 8a343bd. For more information, please check the job page here. |
Issues found1. Duplicate #include "Offline/DataProducts/inc/CrystalId.hh"
-
+#include "canvas/Persistency/Common/Wrapper.h" // ← duplicate of line 6
+#include "canvas/Persistency/Common/Sampled.h"
// CRVDrop the redundant Wrapper.h; keep only the new 2. New includes placed in the "calorimeter" section 3. Indentation inconsistent with the rest of the file — <class name="art::Wrapper<mu2e::PrescaleFilterFraction>" />
+<class name="map<art::SubRunID,mu2e::PrescaleFilterFraction>"/>
+<class name="map<string,map<art::SubRunID,mu2e::PrescaleFilterFraction> >"/>
+<class name="art::Sampled<mu2e::PrescaleFilterFraction>"/>
+<class name="art::Wrapper<art::Sampled<mu2e::PrescaleFilterFraction> >"/>Add the leading space to match lines 63–66 for consistency. 4. Verify the |
|
📝 The HEAD of |
No description provided.