wimpydd is hosted by Hepforge, IPPP Durham






target.tab

If present the target file must contain a string with a valid input for the target class, for instance Ge , CF3I or NaI (no quotation marks). A target object can also be passed as a parameter to the experiment class:

>>>xe=WD.target('Xe')
>>>XENON_1T_2018=WD.experiment('XENON_1T_2018',xe)

In this case the corresponding target.tab file will be added to the experiment directory. WimPyDD will prompt the user for an input if neither a target object is passed to the experiment class nor a target.tab file is provided. Moreover it will produce a warning if the user passes a target object to the experiment class that does not match the content of an existing target.tab file in the experiment directory.