defaultOptions.txt

Note: To view the latest version of the Gleam defaultOptions.txt file:

  1. Go to:

http://www-glast.stanford.edu/cgi-bin/viewcvs/Gleam/src/

  1. Click on the current Rev. number.

For example, the file shown below is defaultOptions.txt Rev 1.13,
i.e.,the 13th version.

//##############################################################
//
// Job options file for Gleam job to run detault source for 10K events //$Header: /nfs/slac/g/glast/ground/cvs/workbook/pages/gleamOvrvw/popup_defaultOptions.htm,v 1.1.1.1 2007/06/29 15:04:10 chuckp Exp $

// start with the basic program defined in Gleam
#include "$GLEAMROOT/src/basicOptions.txt"

// following, if uncommented, will run the GUI
//#include "$GLEAMROOT/src/guiOptions.txt"

FluxAlg.source_name="default";

// set root output from merit with following
MeritAlg.EventTreeName="MeritTuple";
MeritAlg.PointingTreeName="Exposure"; RootTupleSvc.filename="merit.root";


// Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL )
CalClustersAlg.OutputLevel=4; // too much info

// Number of events to process
MeritAlg.generated = 1000; // for estimation of Aeff
ApplicationMgr.EvtMax = 1000;

MessageSvc.OutputLevel =3; //==============================================================
//
// End of job options file
//
//##############################################################

 

Last updated by: Chuck Patterson 06/22/2005