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

From Atlas Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
''Setting up Athena 14.1.0''
+
===Setting up Athena 14.1.0===
 
<pre>
 
<pre>
 
$ source ~/cmthome/setup.sh -tag=14.1.0,32
 
$ source ~/cmthome/setup.sh -tag=14.1.0,32
Line 8: Line 8:
 
</pre>
 
</pre>
  
'Standalone'
+
===Standalone===
 
<pre>
 
<pre>
 
$ gmake -f Makefile.Standalone amacint
 
$ gmake -f Makefile.Standalone amacint
Line 14: Line 14:
 
</pre>
 
</pre>
  
'With ARA'
+
===With ARA===
'''''from kit'''''
+
====from kit====
 
(no extra tags)
 
(no extra tags)
 
in <tt>AtlasModularAnalysis/cmt</tt>
 
in <tt>AtlasModularAnalysis/cmt</tt>
Line 24: Line 24:
 
</pre>
 
</pre>
  
'''''with recommended tags'''''
+
====with recommended tags====
 
(see also: https://twiki.cern.ch/twiki/bin/view/Atlas/AthenaROOTAccess#14_1_0 ):  
 
(see also: https://twiki.cern.ch/twiki/bin/view/Atlas/AthenaROOTAccess#14_1_0 ):  
 
<ul>
 
<ul>
Line 38: Line 38:
 
</ul>
 
</ul>
  
'CMT issues'
+
====CMT issues====
 
<tt>source setup.sh</tt> in <tt>AtlasModularAnalysis/cmt</tt> directory gives crash when running AMA with ARA.  
 
<tt>source setup.sh</tt> in <tt>AtlasModularAnalysis/cmt</tt> directory gives crash when running AMA with ARA.  
  
 
<b>Solution:</b> do another <tt>source setup.sh</tt> in the <tt>AthenaROOTAccess/cmt</tt> directory. Now you can run AMA with ARA without problems again.
 
<b>Solution:</b> do another <tt>source setup.sh</tt> in the <tt>AthenaROOTAccess/cmt</tt> directory. Now you can run AMA with ARA without problems again.

Revision as of 15:31, 30 May 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-01 AtlasModularAnalysis

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
  • copy /data/atlas/users/gossie/Athena/ARA_00-05-08_bugfix/src/ScanForEL.cxx to AthenaROOTAccess/src
  • compile (NB: use 'cmt bro gmake' to take care of dependencies ) (in AtlasModularAnalysis/cmt)
    $ 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.