Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GLAST Component 

Windows

Linux

Comments

ROOT Classes

calibRootData (v1r7p7)


(smile)

Compiled just fine on Linux and Windows

commonRootData (v2r15p3)


(smile)

Compiled just fine on Linux and windows.  Loaded and used the shared library in CINT.

digiRootData (v9r17)


(smile)

Compiled and ran test routine on Linux and Windows.  Loaded and used the shared library in CINT.

mcRootData (v2r21p1)


(smile)

Compiled and ran test routine on Linux and Windows.   Loaded and used the shared library in CINT.

reconRootData (v9r14)


(smile)

Compiled and ran test routine on Linux and Windows.  Loaded and used the shared library in CINT.

gcrSelectRootData (v2r1)


(smile)

Compiled and ran test routine on Linux and Windows.

General I/O

Can read in ntuples from DC2

 

(smile)

Tested interactively.  Worked without problems on Linux using file /nfs/farm/g/glast/u22/MC-tasks/backgndDC2-GR-v7r3p4-Day/out
put/000001/backgndDC2-GR-v7r3p4-Day_000001_merit_merit.root

Can read in ntuples from DC1

 


Tested interactively.  Worked without problems on Linux.

Can read in full ROOT tree files generated with 5.14.00d using 5.14.00g?



Tested interactively.  Worked on Linux

How is hadd?

 

 

 

ROOT I/O Packages

RootConvert (v1r25)


(smile)

Compiled and ran test routine on Linux

RootIo (v17r30p1)


(smile)

Compiled and ran test routine for writing on Linux and Windows which performs writing.  Running test with reading was fine too.

ntupleWriterSvc (v3r16p3)


(smile)

Compiled and ran test routine on Linux and Windows just fine.

CHECKOUT Packages

GlastRelease (v11r12)


(smile)

ran test_Gleam while writing all ROOT output files successfully

Analysis

PyRoot - does it work?

 

 


RootAnalysis ()

 

 

 

Are there any problems with the standard analysis and plotting tools ?


 (smile)

Ran tutorials/demo.c in CINT on Windows - ran fine.  Also compiled and ran $ROOTSYS/test, using Makefile.win32 and nmake.  test/stress.exe failed the 8th test (trees split and compression modes) due to an assertion failure - sent message to ROOT forum.  The failure was due to compiling in debug mode and all is fine, see RootTalk Forum:  http://root.cern.ch/phpBB2/viewtopic.php?p=17519#17519.  Ran guitest.exe and that seemed just fine.

This page will change as fixes are made to some problems, and more tests are done.**Error in <TBuffer::CheckByteCount>: object of class vector<Double32_t> read too few bytes: 26 instead of 46
Viewing Root Forum discussion:  http://root.cern.ch/phpBB2/viewtopic.php?t=1437&highlight=few+bytes+vector
This error message occurs when the AcdRecon m_rowDocaCol has no entries - this is a vector<Double32_t>
David provided ROOT-central a simple example of this problem, and 5.14 has now been patched.  We can obtain the source from ROOT's CVS repository with the branch tag:  v5.14.00-patches
David has compiled and tested this release on linux.  This release has now been built on windows as well.
We will provide builds with VS2003 and VS2005

...