Versions Compared

Key

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

...

It also assumes that the detector being working with is sdjan03. Replace this name with whatever detector you are working on.

Build zip file locally for single detector.

Code Block

make zip DETECTOR=sdjan03

Build LCDD file for single detector.

Code Block

make lcdd DETECTOR=sdjan03

Build the LCDD file and zip file for single local detector.

Code Block

make build DETECTOR=sdjan03

Remake the taglist and update to WWW (if on SLAC Linux).

...

Rebuild all the detectors in place.

Code Block
make build_all

Rebuild one detector in place.

Code Block

make build_detector DETECTOR=sdjan03

Update the WWW with new detectors.

...

Code Block
make cvs_update

Update all the detectors on lcsim WWW from your local copies.

Code Block
make detectorsupdate_updateall

Make all the LCDD files locally. The LCDD files are placed at detectors/$DETECTOR/$DETECTOR.lcdd.

Code Block
make detectorslcdd_lcddall

Make all the zip files locally.

Code Block
make detectorszip_zipall

Update single detector to lcsim WWW from local copy.

Code Block
make detector_update DETECTOR=sdjan03

Build zip file locally for single detector.

Code Block

make detector_zip DETECTOR=sdjan03

Build LCDD file for single detector.

Code Block

make detector_lcdd DETECTOR=sdjan03

Build the LCDD file and zip file for single local detector.

Code Block

make build_detector DETECTOR=sdjan03