where is nt_maker?

Asked by Angel

Hi,

I was reading the calcHEP manual and in page 89 it says:

If nt_maker has been installed in the bin directory, PAW ntuples can be
made on the fly by setting NTuple to True as in:
NTuple : True

But I dont have nt_maker in bin or anywhere, where is this executable? Should I download it from another web page?

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
CalcHEP Edit question
Assignee:
No assignee Edit question
Solved by:
Angel
Solved:
Last query:
Last reply:
Revision history for this message
Neil Christensen (neil-christensen-qft) said :
#1

Hi Angel,

It has been ages since I have used this, but I will try to give you an idea. nt_maker depends on cernlib. You must have that installed to use nt_maker. Then, go into c_source/mix_events subdirectory of CalcHEP and edit the Makefile. You need to tell it where to find cernlib by editing the line that starts with CERN (don't forget to uncomment it). Then, try compiling and put the binary in the bin directory.

Sasha, if I said anything wrong, let us know.

Best wishes,
Neil

On Sep 19, 2013, at 6:51 PM, Angel <email address hidden> wrote:

> New question #236024 on CalcHEP:
> https://answers.launchpad.net/calchep/+question/236024
>
> Hi,
>
> I was reading the calcHEP manual and in page 89 it says:
>
> If nt_maker has been installed in the bin directory, PAW ntuples can be
> made on the fly by setting NTuple to True as in:
> NTuple : True
>
> But I dont have nt_maker in bin or anywhere, where is this executable? Should I download it from another web page?
>
> Thanks.
>
> --
> You received this question notification because you are a member of
> CalcHEP, which is an answer contact for CalcHEP.

-----------------------------------------------------------------------------------------------------------------
Neil Christensen

Making Strides Against Breast Cancer
Support Team Liesl: http://main.acsevents.org/goto/TeamLiesl-Neil
-----------------------------------------------------------------------------------------------------------------

Revision history for this message
Angel (campoverdeangelf) said :
#2

Hi,

Thanks Neil, I will try do make it work.