Difference between revisions of "AMA in Athena 14 1 0"

From Atlas Wiki
Jump to navigation Jump to search
Line 40: Line 40:
 
  <li>compile (NB: use '<tt>cmt bro gmake</tt>' to take care of dependencies )
 
  <li>compile (NB: use '<tt>cmt bro gmake</tt>' to take care of dependencies )
 
(in all */cmt directories)
 
(in all */cmt directories)
  <pre>
+
<pre>
 
$ cmt config
 
$ cmt config
 
$ source setup.sh
 
$ source setup.sh
 
$ gmake
 
$ gmake
  </pre>
+
</pre>
 
</ul>
 
</ul>
  

Revision as of 15:13, 3 June 2008

Setting up Athena 14.1.0

$ source ~/cmthome/setup.sh -tag=14.1.0,32
$ cvs -d /project/atlas/cvs/Athena co -r V00-00-04-04 AtlasModularAnalysis

AtlasModularAnalysis

There are three ways of running AMA:

  • Standalone (no AODs)
  • with ARA (all formats)
  • in Athena (only AODs)

For FDR-II: try running AMA in Athena.

Standalone

$ gmake -f Makefile.Standalone amacint
$ gmake -f Makefile.Standalone CSCDriver

With ARA

from kit

(no extra tags) in AtlasModularAnalysis/cmt

$ cmt config
$ source setup.sh
$ gmake
with recommended tags

(see also: https://twiki.cern.ch/twiki/bin/view/Atlas/AthenaROOTAccess#14_1_0 ):

  • copy files from /data/atlas/users/gossie/Athena/14.1.0
  • compile (NB: use 'cmt bro gmake' to take care of dependencies ) (in all */cmt directories)
    $ cmt config
    $ source setup.sh
    $ gmake
    
CMT issues

source setup.sh in AtlasModularAnalysis/cmt directory gives crash when running AMA with ARA.

Solution: do another source setup.sh in the AthenaROOTAccess/cmt directory. Now you can run AMA with ARA without problems again.

Within Athena

Starting in /project/atlas/users/<user>/14.1.0/PhysicsAnalysis:

  • check out AMA and compile
    $ cvs -d /project/atlas/cvs/Athena co -r V00-00-04-04 AtlasModularAnalysis
    $ cd AtlasModularAnalysis/cmt
    $ cmt config
    $ . setup.sh
    $ gmake
    
  • copy AMAAthena and compile
    $ cp /data/atlas/users/gossie/Athena/AMAAthena .
    $ cd AMAAthena/cmt
    $ cmt config
    $ . setup.sh
    $ gmake
    

run AMAAthena with

 
$ athena AMAAthena_jobOptions_FDR.py