Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #498 from JeffersonLab/development
Browse files Browse the repository at this point in the history
Merge all updates since 6.3.1 for new production release
  • Loading branch information
baltzell authored Mar 7, 2020
2 parents a5a59a3 + 423670f commit 72578b8
Show file tree
Hide file tree
Showing 285 changed files with 11,903 additions and 5,188 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ hs_err_pid*

# no log files:
*.log
*.evio

bin/evio2hipotest
export.sh
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ sudo: required
language: java

jdk:
- oraclejdk9
- openjdk11

# this affects which java version is used:
addons:
apt:
packages:
- oracle-java9-installer
- openjfx

before_install:
- ls -lthra
Expand All @@ -32,6 +31,7 @@ script:
- ./run-eb-tests.sh -100 electrongamma || travis_terminate 1;
- ./run-eb-tests.sh -100 electronprotonC || travis_terminate 1;
- ./run-eb-tests.sh -100 electronneutronC || travis_terminate 1;
- ./run-eb-tests.sh -100 electronFTpion || travis_terminate 1;
- cd -
- echo "finished advanced tests"
# - mvn cobertura:cobertura &> /dev/null # for codecov
Expand Down
5 changes: 5 additions & 0 deletions bin.old/calibration
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -XX:+UseSerialGC -Xmx2048m -Xms2048m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.calib.services.TOFCalibration $*
File renamed without changes.
5 changes: 5 additions & 0 deletions bin.old/convertor
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.clas.reco.io.HipoConvertor $*
5 changes: 5 additions & 0 deletions bin.old/ddr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.clas.service.DataDistributionService -type et -host localhost -file /tmp/et_sys_$SESSION
8 changes: 8 additions & 0 deletions bin.old/decoder-debugger
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# This doesn't work in dash (Travis's /bin/sh):
source `dirname $0`/env.sh

MALLOC_ARENA_MAX=1; export MALLOC_ARENA_MAX

java -Xmx1536m -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.detector.decode.DetectorDecoderDebug $*
7 changes: 7 additions & 0 deletions bin.old/decoder3
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

source `dirname $0`/env.sh

MALLOC_ARENA_MAX=1; export MALLOC_ARENA_MAX

java -Xmx1536m -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.detector.decode.CLASDecoder $*
5 changes: 5 additions & 0 deletions bin.old/grid
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.groot.matrix.SparseGridIO $*
5 changes: 5 additions & 0 deletions bin.old/hipo-writer
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.io.utils.Evio2HipoConverter $*
7 changes: 7 additions & 0 deletions bin.old/hipo3utils
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh -f

source `dirname $0`/env.sh

MALLOC_ARENA_MAX=1; export MALLOC_ARENA_MAX

java -Xmx2048m -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.jnp.hipo.utils.HipoUtilities $*
5 changes: 5 additions & 0 deletions bin.old/rec-monitor
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.monitor.eb.ReconstructionMonitor $*
5 changes: 5 additions & 0 deletions bin.old/studio
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -Xms1024m -Xmx2048m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.clas.physics.EventTree $*
9 changes: 9 additions & 0 deletions bin.old/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/utils/*:$CLAS12DIR/lib/plugins/*" org.jlab.clas.update.UpdateManager link http://clasweb.jlab.org/clas12maven/org/jlab/coat/coat-libs/3.0-SNAPSHOT/ coat-libs-3.0-SNAPSHOT.jar $CLAS12DIR/lib/clas

java -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/utils/*:$CLAS12DIR/lib/plugins/*" org.jlab.clas.update.UpdateManager link https://userweb.jlab.org/~devita/kpp/ KPP-Plots-1.0.jar $CLAS12DIR/lib/utils

java -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/utils/*:$CLAS12DIR/lib/plugins/*" org.jlab.clas.update.UpdateManager link https://userweb.jlab.org/~devita/kpp/ KPP-Monitoring-1.0.jar $CLAS12DIR/lib/utils
5 changes: 5 additions & 0 deletions bin.old/x-client
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.io.hipo.HipoRingSource $*
5 changes: 5 additions & 0 deletions bin.old/x-client-evio
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.io.evio.EvioRingSource $*
5 changes: 5 additions & 0 deletions bin.old/x-server
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.clas.service.DataDistributionService $*
19 changes: 0 additions & 19 deletions bin/analyzer

This file was deleted.

16 changes: 1 addition & 15 deletions bin/bos2hipo
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,4 @@

source `dirname $0`/env.sh

#CLARA_HOME=`dirname $0`
#CLARA_SERVICES=`dirname $0`
#DATAMINING=`dirname $0`

echo +-------------------------------------------------------------------------
echo "| Starting CLARA-PLATFORM with CLARA_SERVICES = " $CLARA_SERVICES
echo +-------------------------------------------------------------------------
echo "\n"

echo "INSTALLATION DIRECTORY = " $CLARA_HOME
echo "LIBRARY DIRECTORY = " $DATAMINING/lib/clas/

#java -cp "$DATAMINING/lib/clas/core/*" org.jlab.coda.eventViewer.EventTreeFrame $*
#java -Xms1024m -cp "$DATAMINING/lib/clas/*:$DATAMINING/lib/plugins/*" org.jlab.io.hipo.HipoDataSync $*
java -Xms1024m -cp "$DATAMINING/lib/clas/*:$DATAMINING/lib/plugins/*" org.jlab.io.utils.Bos2HipoEventBank $*
java -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.io.utils.Bos2HipoEventBank $*
18 changes: 0 additions & 18 deletions bin/browser

This file was deleted.

20 changes: 0 additions & 20 deletions bin/calibration

This file was deleted.

19 changes: 0 additions & 19 deletions bin/convertor

This file was deleted.

18 changes: 0 additions & 18 deletions bin/daq-monitor

This file was deleted.

15 changes: 1 addition & 14 deletions bin/daqEventViewer
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,4 @@

source `dirname $0`/env.sh

#CLARA_HOME=`dirname $0`
#CLARA_SERVICES=`dirname $0`
#DATAMINING=`dirname $0`

echo +-------------------------------------------------------------------------
echo "| Starting CLARA-PLATFORM with CLARA_SERVICES = " $CLARA_SERVICES
echo +-------------------------------------------------------------------------
echo "\n"

echo "INSTALLATION DIRECTORY = " $CLARA_HOME
echo "LIBRARY DIRECTORY = " $DATAMINING/lib/clas/

#java -cp "$DATAMINING/lib/clas/core/*" org.jlab.coda.eventViewer.EventTreeFrame $*
java -Xms1024m -cp "$DATAMINING/lib/clas/*:$DATAMINING/lib/services/*:$DATAMINING/lib/utils/*" org.jlab.detector.examples.RawEventViewer $*
java -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/services/*:$CLAS12DIR/lib/utils/*" org.jlab.detector.examples.RawEventViewer $*
5 changes: 5 additions & 0 deletions bin/dclayereffs-ana
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh -f

source `dirname $0`/env.sh

java -Dsun.java2d.pmoffscreen=false -Xmx2048m -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/utils/*:$CLAS12DIR/lib/services/*" org.jlab.service.dc.LayerEfficiencyAnalyzer $*
19 changes: 0 additions & 19 deletions bin/dclayereffs-anal

This file was deleted.

21 changes: 0 additions & 21 deletions bin/ddr

This file was deleted.

18 changes: 0 additions & 18 deletions bin/debug_ec.sh

This file was deleted.

12 changes: 1 addition & 11 deletions bin/decoder
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,8 @@ source `dirname $0`/env.sh

MALLOC_ARENA_MAX=1; export MALLOC_ARENA_MAX

#CLARA_HOME=`dirname $0`
#CLARA_SERVICES=`dirname $0`
#DATAMINING=`dirname $0`

echo +-------------------------------------------------------------------------
echo "| DECODER GENERATION 4 (using HIPO-4 Library)"
echo +-------------------------------------------------------------------------
echo "\n"

echo "INSTALLATION DIRECTORY = " $CLARA_HOME
echo "LIBRARY DIRECTORY = " $DATAMINING/lib/clas/

#java -cp "$DATAMINING/lib/clas/core/*" org.jlab.coda.eventViewer.EventTreeFrame $*
#java -Xms1024m -cp "$DATAMINING/lib/clas/*:$DATAMINING/lib/plugins/*" org.jlab.io.hipo.HipoDataSync $*
java -Xmx1536m -Xms1024m -cp "$DATAMINING/lib/clas/*:$DATAMINING/lib/plugins/*" org.jlab.detector.decode.CLASDecoder4 $*
java -Xmx1536m -Xms1024m -cp "$CLAS12DIR/lib/clas/*:$CLAS12DIR/lib/plugins/*" org.jlab.detector.decode.CLASDecoder4 $*
22 changes: 0 additions & 22 deletions bin/decoder-debugger

This file was deleted.

22 changes: 0 additions & 22 deletions bin/decoder3

This file was deleted.

Loading

0 comments on commit 72578b8

Please sign in to comment.