Hi,
you need to use a data member of type ROOT::Experimental::TDF::TResultProxy and not ROOT::Experimental::TDF::TResultProxy*. The second attempt for sure works, but implies a copy, which is less than optimal. Why did you clone?
Cheers,
D
Hi,
you need to use a data member of type ROOT::Experimental::TDF::TResultProxy and not ROOT::Experimental::TDF::TResultProxy*. The second attempt for sure works, but implies a copy, which is less than optimal. Why did you clone?
Cheers,
D