Difference between revisions of "Reconstruction1120"

From Atlas Wiki
Jump to navigation Jump to search
 
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
<font color = red>
 
<font color = red>
<tt>~zvankest/11.2.0Cosmic.tgz</tt>
+
<tt>~zvankest/11.2.0cosmics.tgz</tt>
 
</font>
 
</font>
 +
 +
This tarball contains all the packages/jobOptions etc to run the reconstruction. Copy this tarball to your workspace and untar. (to build your workspace: described [http://www.nikhef.nl/pub/experiments/atlaswiki/index.php/Combined_Reconstruction_Recipes here])
 +
 +
<font color = red>
 +
<tt>cd 11.2.0</tt>
 +
 +
<tt>cp ~zvankest/11.2.0cosmics.tgz .</tt>
 +
 +
<tt>tar xzf 11.2.0cosmics.tgz</tt>
 +
</font>
 +
 +
The order to compile the packages in is:
 +
*MuonSpectrometer/MuonRecAlgs/MuonSegmentMakerAlgs
 +
*MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibSvc
 +
*MuonSpectrometer/MuonRecTools/MdtDriftCircleOnTrackCreator
 +
*MuonSpectrometer/MuonCalib/MuonCalibPatRec
 +
*MuonSpectrometer/MuonCalib/MuonCalibNtuple
 +
*MuonSpectrometer/MuonCalib/MuonCalibTools
 +
*MuonSpectrometer/MuonCommissioning/MuonCommExample
 +
 +
Running the reconstruction is done in the MuonSpectrometer/MuonCommissioning/MuonCommExample/MuonCommExample-00-00-03/run directory with the following jobOptions:
 +
 +
<font color = red>
 +
<tt>athena myjoboptions_muonsonly.py</tt></font>
 +
for only MDT reconstruction
 +
 +
<font color = red>
 +
<tt>athena jobOptions_TileMobiCosmic.py</tt></font>
 +
for only TileCal reconstruction
 +
 +
<font color = red>
 +
<tt>athena combjoboptions.py</tt></font>
 +
for combined TileCal-MDT reconstruction

Latest revision as of 02:30, 17 February 2006

Combined Cosmic Reconstruction in release 11.2.0

This link provides a shortcut in getting the environment ready. A patched version, ready to compile can be found at:

~zvankest/11.2.0cosmics.tgz

This tarball contains all the packages/jobOptions etc to run the reconstruction. Copy this tarball to your workspace and untar. (to build your workspace: described here)

cd 11.2.0

cp ~zvankest/11.2.0cosmics.tgz .

tar xzf 11.2.0cosmics.tgz

The order to compile the packages in is:

  • MuonSpectrometer/MuonRecAlgs/MuonSegmentMakerAlgs
  • MuonSpectrometer/MuonCalib/MdtCalib/MdtCalibSvc
  • MuonSpectrometer/MuonRecTools/MdtDriftCircleOnTrackCreator
  • MuonSpectrometer/MuonCalib/MuonCalibPatRec
  • MuonSpectrometer/MuonCalib/MuonCalibNtuple
  • MuonSpectrometer/MuonCalib/MuonCalibTools
  • MuonSpectrometer/MuonCommissioning/MuonCommExample

Running the reconstruction is done in the MuonSpectrometer/MuonCommissioning/MuonCommExample/MuonCommExample-00-00-03/run directory with the following jobOptions:

athena myjoboptions_muonsonly.py for only MDT reconstruction

athena jobOptions_TileMobiCosmic.py for only TileCal reconstruction

athena combjoboptions.py for combined TileCal-MDT reconstruction