CMT bro gmake. We are now ready to run athena with our new AnalysisSkeleton. First, we must copy AnalysisSkeleton_jobOptions.py to our run directory.
import JetRec.ParticleJetCompatibilityWe can now run over a sample and start to produce efficiencies. I have included a logfile below that outlines the steps for producing efficiencies.
# Use auditors theApp.Dlls += [ "GaudiAud" ] # # write out a summary of the time spent # write out a short message upon entering or leaving each algorithm # theAuditorSvc.Auditors += [ "NameAuditor" ] ChronoStatSvc = Service ( "ChronoStatSvc") #ChronoStatSvc.NumberOfSkippedEventsForMemStat = 50 theAuditorSvc.Auditors += [ "MemStatAuditor" ] MemStatAuditor = theAuditorSvc.auditor( "MemStatAuditor" ) theApp.AuditAlgorithms=True MemStatAuditor.OutputLevel = INFO #theApp.AuditServices=True
Version | Sample | ATLFAST | ATLFASTC | ATLFASTC(All ALG EFF ON) ------------------------------------------------------------------------ 14.5.0 Z->ee 15.6.1.2 Z->ee 14.5.0 ttbar 15.6.1.2 ttbar