// // Main RCP to run D0ChunkAnalyze on a TMB file. // string InterfaceName = "process" string Interfaces = "generator decide builder filter modify analyze process dump jobSummary runEnd runInit fileOpen fileClose" string Flow = "generator decide builder filter modify process analyze dump" // Control the packages which are executed string Packages = "geometry read config unpack trigsel analyze" // Basic part: D0 software initialisation (handling of detector configuration) // data I/O // unpack the thumbnail // select and analyze events RCP geometry = // Configure detector geometry RCP read = // Read event RCP config = // Extract run dependent info from database RCP unpack = // Unpack the thumbnail, recreate D0 physics object chunks RCP trigsel = // Filter events based on triggers RCP analyze = // Run an event selection and fill histograms // See the runD0ChunkAnalyze_basic.rcp for additional possibilities. int DumpPeriod = 0