11 std::unique_ptr<AbsHFPhase1Algo>
algo;
15 const bool isHFSimpleTimeCheck = className ==
"HFSimpleTimeCheck";
16 if (isHFSimpleTimeCheck || className ==
"HFFlexibleTimeCheck") {
17 const std::vector<double>& energyWeightsVec = ps.
getParameter<std::vector<double> >(
"energyWeights");
18 const unsigned soiPhase = ps.
getParameter<
unsigned>(
"soiPhase");
19 const float timeShift = ps.
getParameter<
double>(
"timeShift");
20 const float triseIfNoTDC = ps.
getParameter<
double>(
"triseIfNoTDC");
21 const float tfallIfNoTDC = ps.
getParameter<
double>(
"tfallIfNoTDC");
22 const bool rejectAllFailures = ps.
getParameter<
bool>(
"rejectAllFailures");
23 const float minChargeForUndershoot = ps.
getParameter<
double>(
"minChargeForUndershoot");
24 const float minChargeForOvershoot = ps.
getParameter<
double>(
"minChargeForOvershoot");
25 const bool alwaysCalculateQAsymmetry = ps.
getParameter<
bool>(
"alwaysCalculateQAsymmetry");
28 const unsigned sz =
sizeof(energyWeights) /
sizeof(energyWeights[0][0]);
30 if (energyWeightsVec.size() == sz) {
31 std::pair<float, float> tlimits[2];
32 if (isHFSimpleTimeCheck) {
34 const std::vector<double>& tlimitsVec = ps.
getParameter<std::vector<double> >(
"tlimits");
35 if (tlimitsVec.size() == 4) {
36 tlimits[0] = std::pair<float, float>(tlimitsVec[0], tlimitsVec[1]);
37 tlimits[1] = std::pair<float, float>(tlimitsVec[2], tlimitsVec[3]);
42 tlimits[0] = std::pair<float, float>(-FLT_MAX, FLT_MAX);
43 tlimits[1] = tlimits[0];
47 float*
to = &energyWeights[0][0];
48 for (
unsigned i = 0;
i < sz; ++
i)
49 to[
i] = energyWeightsVec[
i];
52 if (isHFSimpleTimeCheck)
59 minChargeForUndershoot,
60 minChargeForOvershoot,
62 alwaysCalculateQAsymmetry));
70 minChargeForUndershoot,
71 minChargeForOvershoot,
73 alwaysCalculateQAsymmetry));
83 std::vector<double> allPass{-10000.0, 10000.0, -10000.0, 10000.0};
84 desc.
add<std::vector<double> >(
"tlimits", allPass);
85 desc.
add<std::vector<double> >(
"energyWeights");
86 desc.
add<
unsigned>(
"soiPhase", 1U);
87 desc.
add<
double>(
"timeShift", 0.0);
88 desc.
add<
double>(
"triseIfNoTDC", -100.0);
89 desc.
add<
double>(
"tfallIfNoTDC", -101.0);
90 desc.
add<
double>(
"minChargeForUndershoot", 1.0e10);
91 desc.
add<
double>(
"minChargeForOvershoot", 1.0e10);
92 desc.
add<
bool>(
"alwaysCalculateQAsymmetry",
true);
ParameterDescriptionNode * ifValue(ParameterDescription< T > const &switchParameter, std::unique_ptr< ParameterDescriptionCases< T >> cases)
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventIDconst &, edm::Timestampconst & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
std::unique_ptr< AbsHFPhase1Algo > parseHFPhase1AlgoDescription(const edm::ParameterSet &ps)
ParameterDescriptionBase * add(U const &iLabel, T const &value)
T getParameter(std::string const &) const
edm::ParameterSetDescription fillDescriptionForParseHFPhase1AlgoDescription()
std::string className(const T &t)