//################################################################## // // 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"; // // LAT geometry for ground: // GlastDetSvc.xmlfile = "$(XMLGEODBSROOT)/xml/latAssembly/latAssemblySegVols.xml"; // // Number of events: // ApplicationMgr.EvtMax = 100000; // // Uncomment this if you want to save xml files with the event // //HepRepSvc.autoStream = "xml"; // // Geometry level: // HepRepSvc.geometryDepth = 10; // // Root files to read in: // digiRootReaderAlg.digiRootFileList = {"/nfs/farm/g/glast/u33/dpaneque/FilteredRootFiles/digitization-licos-v3r6p2_077003553_digi_DIGI_5deg.root"}; reconRootReaderAlg.reconRootFileList = {"/nfs/farm/g/glast/u33/dpaneque/FilteredRootFiles/recon-v3r6p2_077003553_recon_RECON_5deg.root"}; // mcRootReaderAlg.mcRootFileList = {""}; //============================================================== // // End of job options file // //##############################################################