COMPILE AND RUN YOUR ANALYSIS SKELETON

From LHEP Wiki
Revision as of 16:25, 8 May 2008 by Lhep (talk | contribs) (New page: '''PROGRAM AND COMPILE YOUR ANALYSIS''' * Use /terabig/shaug/atlas/13.0.40/PhysicsAnalysis/AnalysisCommon/UserAnalysis/src/AnalysisSkeleton.cxx * and /terabig/shaug/atlas/13.0.40/PhysicsAn...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

PROGRAM AND COMPILE YOUR ANALYSIS

  • Use /terabig/shaug/atlas/13.0.40/PhysicsAnalysis/AnalysisCommon/UserAnalysis/src/AnalysisSkeleton.cxx
  • and /terabig/shaug/atlas/13.0.40/PhysicsAnalysis/AnalysisCommon/UserAnalysis/UserAnalysis/AnalysisSkeleton.h as a starting point.
  • edit AnalysisSkeleton.cxx
  • gmake

RUN YOUR ANALYSIS SKELETON

  • cd ../run
  • get_files AnalysisSkeleton_topOptions.py
  • Or take it from here: /terabig/shaug/atlas/13.0.40/PhysicsAnalysis/AnalysisCommon/UserAnalysis/run/AnalysisSkeleton_topOptions.py

and input.py from the same directory

  • Edit this file in order to loop on the FDR1 samples. Use Cyril's script to automatically create the list: GETSTREAMSTRING
  • to run, do: athena AnalysisSkeleton_topOptions.py

NICE TOOL TO SEE THE StoreGate CONTAINERS

  • get_files checkFile.py
  • checkFile.py /ngse1/fdr08_run1/AOD/muons/fdr08_run1.0003076.StreamMuon.merge.AOD.o1_r12_t1._0002.1 (just as an example)