Vector<long> is not defined

Hello guys,

I have two version of root (5.14 installed from binary, 5.16 compiled by myself) and runnig one macro on both. It runs fine on 5.14, but on 5.16 I’m getting an error

Error: Symbol vector<long> is not defined in current scope susy_truth.C:35: Error: Symbol eg_IsEM is not defined in current scope susy_truth.C:35:

My feeling that type vector is not definded.

Could you give me a hint please? :frowning:

Hi,

adding
#include
on top of your macro should fix this.

Axel.

It works! Thanks Axel!

But why it was working without this line on release 5.14 (installed from binaries)? :unamused:

read 5.16 release notes

Rene

Get it!
Thank you!