Versions Compared

Key

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

The aim of this page is to record the sequence of commands needed to run the system test  (More keep track of the work done trying to update the system test (more details on the systests code and its usage can be found in:  System test overview and instructions).

 

A complete version of the code can be downloaded from cvs:

Code Block
cvs co systests  

 

 run the test: 

I managed to run the system tests to compare GR_20-04-10 and GR_20-11-00 ( with some caveat, see below).

Some script needed to be updated (changing some paths, and other minor  things).  Everything is committed in CVS

results can be seen on the web interface, while the code is located in : /nfs/farm/g/glast/u17/systests

 

Running the system tests:

 

A complete version of the code can be downloaded from cvs:

log in as user glastsys (this is not strictly necessary, but is needed to have write permission in the systest directory)

Code Block
bash
cdexport  SYSTESTS=/nfs/farm/g/glast/u17/systests
export  SYSTESTS=`pwd`
cd $SYSTESTS/src/exec
tcsh setModePass8.csh (to be done just once)

./runSysTests_SCons.sh  Config_testSCons.txt

...

(where <version_name> is the version that is tested (the "pversion" entry in the configuration file))

results can be seen on the web interface:

http://glast-ground.slac.stanford.edu/SystemTests/

 

 

...

Some open issues:

 

some sets of simulations/reconstructions are not working (in red):

 

  • AllGamma
  • VerticalGamma100MeV  
  • VerticalGamma1GeV      
  • VerticalGamma100GeV  
  • VerticalGamma10GeV   
  • VerticalGamma300GeV  
  • VerticalProton1GeV
  • VerticalMuon1GeV

  • AllGammaOverlay
  • BackGndMixDC2
  • BackGndMixDC2  
  • BackGndMixDC2Overlay    related to the fluxes definitions and path to overlay files???BackGndMixDC2Overlay

Conversion from  ADCRecon to ACDRecon2:

For many variables the old/new conversion was not clear to me, I just commented those lines :) .

...

The related code is in file:     systests/src/root/ReconAcdFragment.cxx
(http://www-glast.stanford.edu/cgi-bin/viewcvs/systests/src/root/ReconAcdFragment.cxx?revision=1.3&view=markup)

Comparison between GR_20-04-10 and GR_20-11-00 always fails for two variables:

CALRMSTRANS = ReconEvent.CalRecon.CalCluster->getRmsTrans()

...

 I also tried to run the comparison staring from the digi file of a LPA run (instead from a simulation), getting the same result (flightData row in the systests page).

  is this is something expected??