Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
make update DETECTOR=sdjan03

To make a new detector from the detectors/template files, execute this command.

Code Block

make new DETECTOR=mynewdet

Custom Detectors

You can configure org.lcsim to use your custom detector configurations using the conditions system. Basically, org.lcsim needs to know how to translate from the tag in the LCIO file to a zip file or directory containing the detector information.

...