Go to the source code of this file.
◆ outOfTimeMuon()
Definition at line 1029 of file MuonSelectors.cc.
1030 const auto& combinedTime =
muon.time();
1031 const auto& rpcTime =
muon.rpcTime();
1032 bool combinedTimeIsOk = (combinedTime.nDof > 7);
1033 bool rpcTimeIsOk = (rpcTime.nDof > 1 && fabs(rpcTime.timeAtIpInOutErr) < 0.001);
1034 bool outOfTime =
false;
1036 if ((fabs(rpcTime.timeAtIpInOut) > 10) && !(combinedTimeIsOk && fabs(combinedTime.timeAtIpInOut) < 10))
1039 if (combinedTimeIsOk && (combinedTime.timeAtIpInOut > 20 || combinedTime.timeAtIpInOut < -45))
Referenced by muon::makeSelectorBitset().