The warning about using split mode with TLorentzVectors still appears. With multithreaded RDF, this can get printed a large number of times. Is there some way to silence / disable this warning?
You can silence/remove the warning by doing:
TLorentzVector::Class()->SetCanSplit( true );
Cheers,
Philippe.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.