//////////////////////////////////////////////////////////////// // Example options file. //////////////////////////////////////////////////////////////// // Include standard option files #include "Common.opts" //-------------------------------------------------------------- // Private Application Configuration options //-------------------------------------------------------------- ApplicationMgr.ExtSvc += { "DbEventCnvSvc/RootEvtCnvSvc" }; ApplicationMgr.TopAlg = { "ReadAlg" }; ApplicationMgr.EvtMax = 20; ApplicationMgr.HistogramPersistency = "HBOOK"; // Set output level threshold (2=DEBUG, 3=INFO, 4=WARNING, 5=ERROR, 6=FATAL ) MessageSvc.OutputLevel = 2; EventSelector.OutputLevel = 2; EventSelector.PrintFreq = 1; EventSelector.FirstEvent = 1; //-------------------------------------------------------------- // Input File //-------------------------------------------------------------- EventSelector.Input = {"DATAFILE='RootDst.root' TYP='ROOT' OPT='READ'" }; //-------------------------------------------------------------- // Histogram output file //-------------------------------------------------------------- HistogramPersistencySvc.OutputFile = "histo.hbook"; //-------------------------------------------------------------- // Persistency service setup: //-------------------------------------------------------------- EventPersistencySvc.CnvServices += { "RootEvtCnvSvc" }; //-------------------------------------------------------------- // Output Stream Options //-------------------------------------------------------------- // // Setup for ROOT I/O System // RootEvtCnvSvc.DbType = "ROOT";