Skip to content

Commit 17cae5a

Browse files
authored
Merge pull request #133 from SBNSoftware/feature/hhausner_newBNBQualityDevices
Feature/hhausner new bnb quality devices
2 parents 9eb9dc4 + 36335bd commit 17cae5a

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

sbnobj/Common/POTAccounting/BNBSpillInfo.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ namespace sbn {
2828
float LM875A; //!< Loss Monitor before the RWM, unit R/s
2929
float LM875B; //!< Loss Monitor after the RWM, unit R/s
3030
float LM875C; //!< Loss Monitor after the RWM, unit R/s
31+
float HP873; //!< Horizontal Position Monitor after Mag 873, units mm
32+
float VP873; //!< Verticle Position Monitor after Mag 873, units mm
3133
float HP875; //!< Horizontal Position Monitor after Mag 875, units mm
3234
float VP875; //!< Verticle Position Monitor after Mag 875, units mm
3335

@@ -40,6 +42,16 @@ namespace sbn {
4042
float BTJT2; //!< Temperature of air exiting target, units Deg C
4143

4244
float THCURR; //!< Current applied to Horn, units kiloAmperes
45+
46+
float M875HS; //!< Multiwire station after Mag 875, Fit to Horizontal Sigma?
47+
float M875VS; //!< Multiwire station after Mag 875, Fit to Vertical Sigma?
48+
float M875HM; //!< Multiwire station after Mag 875, Fit to Horizontal Mean?
49+
float M875VM; //!< Multiwire station after Mag 875, Fit to Vertical Mean?
50+
51+
float M876HS; //!< Multiwire station after Mag 876, Fit to Horizontal Sigma?
52+
float M876VS; //!< Multiwire station after Mag 876, Fit to Vertical Sigma?
53+
float M876HM; //!< Multiwire station after Mag 876, Fit to Horizontal Mean?
54+
float M876VM; //!< Multiwire station after Mag 876, Fit to Vertical Mean?
4355

4456
// https://cdcvs.fnal.gov/redmine/projects/ubraw/repository/revisions/master/entry/ubraw/BeamDAQ/MWRData.cpp
4557
std::vector< int > M875BB; //!< Multiwire station before Mag 875...?

sbnobj/Common/POTAccounting/classes_def.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<lcgdict>
2-
<class name="sbn::BNBSpillInfo" ClassVersion="13">
2+
<class name="sbn::BNBSpillInfo" ClassVersion="14">
3+
<version ClassVersion="14" checksum="1668136717"/>
34
<version ClassVersion="13" checksum="3323781823"/>
45
<version ClassVersion="12" checksum="3285973467"/>
56
<version ClassVersion="11" checksum="3354055579"/>

0 commit comments

Comments
 (0)