39 double moment_LATERAL = 0.0;
41 if (
true == gotMoment)
m_LATERAL->Fill(moment_LATERAL,eventInfo.beamSpotWeight());
42 else m_LATERAL->Fill(-1.0,eventInfo.beamSpotWeight());
44 double moment_LONGITUDINAL = 0.0;
46 if (
true == gotMoment)
m_LONGITUDINAL->Fill(moment_LONGITUDINAL,eventInfo.beamSpotWeight());
49 double moment_SECOND_R = 0.0;
51 if (
true == gotMoment)
m_SECOND_R->Fill(moment_SECOND_R,eventInfo.beamSpotWeight());
52 else m_SECOND_R->Fill(-1.0,eventInfo.beamSpotWeight());
54 double moment_CENTER_LAMBDA = 0.0;
56 if (
true == gotMoment)
m_CENTER_LAMBDA->Fill(moment_CENTER_LAMBDA,eventInfo.beamSpotWeight());
59 double moment_FIRST_ENG_DENS = 0.0;
61 if (
true == gotMoment)
m_FIRST_ENG_DENS->Fill(moment_FIRST_ENG_DENS,eventInfo.beamSpotWeight());
64 double moment_ENG_FRAC_MAX = 0.0;
66 if (
true == gotMoment)
m_ENG_FRAC_MAX->Fill(moment_ENG_FRAC_MAX,eventInfo.beamSpotWeight());
69 double moment_ISOLATION = 0.0;
71 if (
true == gotMoment)
m_ISOLATION->Fill(moment_ISOLATION,eventInfo.beamSpotWeight());
72 else m_ISOLATION->Fill(-1.0,eventInfo.beamSpotWeight());
74 double moment_ENG_BAD_CELLS = 0.0;
76 if (
true == gotMoment)
m_ENG_BAD_CELLS->Fill(moment_ENG_BAD_CELLS,eventInfo.beamSpotWeight());
79 double moment_N_BAD_CELLS = 0.0;
81 if (
true == gotMoment)
m_N_BAD_CELLS->Fill(moment_N_BAD_CELLS,eventInfo.beamSpotWeight());
84 double moment_BADLARQ_FRAC = 0.0;
86 if (
true == gotMoment)
m_BADLARQ_FRAC->Fill(moment_BADLARQ_FRAC,eventInfo.beamSpotWeight());
89 double moment_ENG_POS = 0.0;
91 if (
true == gotMoment)
m_ENG_POS->Fill(moment_ENG_POS,eventInfo.beamSpotWeight());
92 else m_ENG_POS->Fill(-1.0,eventInfo.beamSpotWeight());
94 double moment_SIGNIFICANCE = 0.0;
96 if (
true == gotMoment)
m_SIGNIFICANCE->Fill(moment_SIGNIFICANCE,eventInfo.beamSpotWeight());
99 double moment_AVG_LAR_Q = 0.0;
101 if (
true == gotMoment)
m_AVG_LAR_Q->Fill(moment_AVG_LAR_Q,eventInfo.beamSpotWeight());
102 else m_AVG_LAR_Q->Fill(-1.0,eventInfo.beamSpotWeight());
104 double moment_AVG_TILE_Q = 0.0;
106 if (
true == gotMoment)
m_AVG_TILE_Q->Fill(moment_AVG_TILE_Q,eventInfo.beamSpotWeight());
107 else m_AVG_TILE_Q->Fill(-1.0,eventInfo.beamSpotWeight());
109 double moment_CELL_SIG_SAMPLING = 0;
111 if (
true == gotMoment)
m_CELL_SIG_SAMPLING->Fill(moment_CELL_SIG_SAMPLING,eventInfo.beamSpotWeight());
114 double moment_ENG_BAD_HV_CELLS = 0.0;
116 if (
true == gotMoment)
m_ENG_BAD_HV_CELLS->Fill(moment_ENG_BAD_HV_CELLS,eventInfo.beamSpotWeight());
119 double moment_N_BAD_HV_CELLS = 0.0;
121 if (
true == gotMoment)
m_N_BAD_HV_CELLS->Fill(moment_N_BAD_HV_CELLS,eventInfo.beamSpotWeight());
124 double moment_EM_PROBABILITY = 0.0;
126 if (
true == gotMoment)
m_EM_PROBABILITY->Fill(moment_EM_PROBABILITY,eventInfo.beamSpotWeight());