Skip to content

ftouchte/mon12

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

483 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

JeffersonLab#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

About

clas12-monitoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.9%
  • Shell 1.2%
  • Python 0.9%