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

From Atlas Wiki
Jump to navigation Jump to search
m
m
Line 22: Line 22:
  
 
with recommended tags (see also: https://twiki.cern.ch/twiki/bin/view/Atlas/AthenaROOTAccess#14_1_0 ):  
 
with recommended tags (see also: https://twiki.cern.ch/twiki/bin/view/Atlas/AthenaROOTAccess#14_1_0 ):  
- copy files from <tt>/data/atlas/users/gossie/Athena/14.1.0</tt>
+
<ul>
- copy <tt>/data/atlas/users/gossie/Athena/ARA_00-05-08_bugfix/src/ScanForEL.cxx</tt> to <tt>AthenaROOTAccess/src</tt>
+
<li>copy files from <tt>/data/atlas/users/gossie/Athena/14.1.0</tt>
- compile (NB: use '<tt>cmt bro gmake</tt>' to take care of dependencies )
+
<li>copy <tt>/data/atlas/users/gossie/Athena/ARA_00-05-08_bugfix/src/ScanForEL.cxx</tt> to <tt>AthenaROOTAccess/src</tt>
 +
<li>compile (NB: use '<tt>cmt bro gmake</tt>' to take care of dependencies )
 
(in AtlasModularAnalysis/cmt)
 
(in AtlasModularAnalysis/cmt)
<pre>
+
  <pre>
 
$ cmt config
 
$ cmt config
 
$ source setup.sh
 
$ source setup.sh
 
$ gmake
 
$ gmake
</pre>
+
  </pre>
 +
</ul>
  
 
CMT issues
 
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.
 
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.

Revision as of 15:22, 30 May 2008

$ 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 (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.