Error trying to use TLorentzVector


ROOT Version: 6.16/00
Platform: macos mojave 10.14
Compiler: Not Provided


Dear All,

I am having problem with TLorentzVector as shown below:

root [0] TLorentzvector

input_line_11:2:3: error: use of undeclared identifier 'TLorentzvector’

(TLorentzvector)

^

Error in <HandleInterpreterException>: Error evaluating expression (TLorentzvector).

Execution of your code was aborted.

root [1] TLorentzvector v
ROOT_prompt_1:1:15: error: expected ‘;’ after expression

TLorentzvector v

^

;

ROOT_prompt_1:1:16: error: use of undeclared identifier 'v’

TLorentzvector v

How may I resolve this issue?
Thank you
Caio

TLorentzVector

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.