You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ll.142-144 in CommonFSQFramework/Core/src/JetView.cc
if (hJets->at(0).isCaloJet()) {
payload == "AK5Calo";
}
Should it be assignment payload = "AK5Calo" instead of comparison == ?