BED consists of two main packages: the BED source and the CLAS12 libraries from CED. The latter should be checked out from the CLAS12 repository. The former is currently in the git repository of the Canisius group.
To download the BED source, use the command
>> git clone https://github.com/cmenpgroup/bed.git
The CLAS12 libraries that are needed are
The directory structure needs to be cleaned up. Currently, it is
bed -> bed
|-> dependencies
To install BED,
The ant script is the file build.xml in the bed/bed directory. The compiled java classes will be stored in the bed/bed/build directory. To erase the classes, use the command
>> ant clean