COMPILE AND RUN YOUR ANALYSIS SKELETON: Difference between revisions

From LHEP Wiki
Jump to navigation Jump to search
(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...)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 09:49, 18 March 2015

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)