FRED-readRoot-noRecon.txt

Note: To view the latest version of the FRED-readRoot-noRecon.txt file:

  1. Go to:

http://www-glast.stanford.edu/cgi-bin/viewcvs/LatIntegration/src/jobOptions/pipeline/

  1. Click on the current Rev. number.

For example, the file shown below is FRED-readRoot-noRecon.txt Rev 1.1.

//##################################################################
//
// Job options file for Reading in ROOT files i.e. not rerun recon!
//
//##################################################################


//
// Get the basic stuff:
//
ApplicationMgr.DLLs    += {"GaudiAlg","FluxSvc","GlastSvc"};
ApplicationMgr.DLLs    += {"HepRepSvc","HepRepXml","HepRepCorba"};
ApplicationMgr.ExtSvc  += {"HepRepSvc"};
ApplicationMgr.ExtSvc  += {"GlastEventSelector/EventSelector","EventCnvSvc"};

ApplicationMgr.Runable = "HepRepSvc";

EventPersistencySvc.CnvServices = {"EventCnvSvc"};
EventSelector.Input = "NONE";

//
// Top sequence:
//
ApplicationMgr.TopAlg = {"Sequencer/Top"};

//
// Use RootIo:
//
ApplicationMgr.DLLs += {"RootIo"};

//
// What we read in: mc, digi and/or recon
//
//Top.Members += {"mcRootReaderAlg"};
Top.Members += {"digiRootReaderAlg"};
Top.Members += {"reconRootReaderAlg"};

//
// Needed:
//
ApplicationMgr.ExtSvc += {"RootIoSvc","ParticlePropertySvc","GlastDetSvc"};

//
// Geometry top volume::
//
GlastDetSvc.topVolume = "LAT";

//
// Different geometries:
//

// Flight:
//GlastDetSvc.xmlfile = "$(XMLGEODBSROOT)/xml/flight/flightSegVols.xml";

// Single bay:
//GlastDetSvc.xmlfile = "$(XMLGEODBSROOT)/xml/latAssembly/singleBay1TowerSegVols.xml";

// Two towers:
GlastDetSvc.xmlfile = "$(XMLGEODBSROOT)/xml/latAssembly/lat2TowerSegVols.xml";

//
// Number of events:
//
ApplicationMgr.EvtMax = 100000000;

//
// Uncomment this if you want to save xml files with the event
//
//HepRepSvc.autoStream = "xml";

//
// Geometry level:
//
HepRepSvc.geometryDepth = 1000;

//
// Root files to read in:
//
digiRootReaderAlg.digiRootFileList   = {"digi.root"};
reconRootReaderAlg.reconRootFileList = {"recon.root"};
//mcRootReaderAlg.mcRootFileList     = {"mc.root};

//==============================================================
//
// End of job options file
//
//##############################################################


Last updated by: Chuck Patterson 06/23/2005