@@ -79,7 +79,7 @@ protected:
7979 for (int pdg : mHadronsPDGs) { // check that at least one of the pdg code is found in the event
8080 if (event[ida].id() == pdg) {
8181 if ((event[ida].y() > mRapidityMin) && (event[ida].y() < mRapidityMax)) {
82- cout << "============= Found jpsi y,pt " << event[ida].y() << ", " << event[ida].pT() << endl;
82+ // cout << "============= Found jpsi y,pt " << event[ida].y() << ", " << event[ida].pT() << endl;
8383 out.push_back(ida);
8484 }
8585 }
@@ -241,9 +241,9 @@ Bool_t importParticles() override
241241 particle.SetFirstDaughter(daughter1);
242242 particle.SetLastDaughter(daughter2);
243243 }
244- LOG(info) << "-----------------------------------------------";
245- LOG(info) << "============ After event " << isig << " (size " << decayChains.size() << ")";
246- LOG(info) << "Full stack (size " << mParticles.size() << "):";
244+ // LOG(info) << "-----------------------------------------------";
245+ // LOG(info) << "============ After event " << isig << " (size " << decayChains.size() << ")";
246+ // LOG(info) << "Full stack (size " << mParticles.size() << "):";
247247 //LOG(info) << "New particles from signal event " << isig;
248248 //for (int id = originalSize; id < (int)mParticles.size(); ++id) {
249249 // const auto& p = mParticles[id];
@@ -254,7 +254,7 @@ Bool_t importParticles() override
254254 // << ", firstDaughter=" << p.GetFirstDaughter()
255255 // << ", lastDaughter=" << p.GetLastDaughter();
256256 //}
257- LOG(info) << "-----------------------------------------------";
257+ // LOG(info) << "-----------------------------------------------";
258258 }
259259
260260 if (mVerbose) mOutputEvent.list();
0 commit comments