Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 885 Bytes

File metadata and controls

22 lines (16 loc) · 885 Bytes

MON12

The MON12 application is designed to provide shift takers with basic informatiom on CLAS12 raw data, such as occupancies, ADC and TDC spectra, to check the detector functionality. Check the wiki for information on how to build, run or modify the application.

Using different version of coatjava for mon12:

#66 (comment)

bin/use_local_coatjava does this:

coat_version=$(sed -n -e '/<dependencies>/,/<\/dependencies>/p' pom.xml | tr -d '\n\t ' \
| xmllint --xpath \
"//dependencies/dependency[groupId/text()='org.jlab.coat']/version/text()" - )

cp $CLAS12DIR/lib/clas/coat-libs-*-SNAPSHOT.jar \
  ~/.m2/repository/org/jlab/coat/coat-libs/${coat_version}/coat-libs-${coat_version}.jar