We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c14c2 commit b672973Copy full SHA for b672973
PWGEM/PhotonMeson/Core/V0PhotonCut.cxx
@@ -318,12 +318,10 @@ void V0PhotonCut::SetNamesInputFeatures(const std::vector<std::string>& featureN
318
void V0PhotonCut::SetCentrality(float cent)
319
{
320
mCent = cent;
321
- LOG(info) << "V0 Photon Cut, set centrality: " << mCent;
322
}
323
void V0PhotonCut::SetD_Bz(float d_bz)
324
325
mD_Bz = d_bz;
326
- LOG(info) << "V0 Photon Cut, set d_bz: " << mD_Bz;
327
328
329
void V0PhotonCut::SetCutDirMl(const std::vector<int>& cutDirMl)
0 commit comments