Changeset 4654 for trunk/MagicSoft


Ignore:
Timestamp:
08/17/04 15:43:16 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MHMatrix.cc

    r4646 r4654  
    441441    {
    442442        TVector col(cols);
     443#if ROOT_VERSION_CODE < ROOT_VERSION(4,00,8)
     444        col = TMatrixRow(fM, i);
     445#else
    443446        col = TMatrixFRow_const(fM, i);
    444 
     447#endif
    445448        TVector d = evt;
    446449        d -= col;
Note: See TracChangeset for help on using the changeset viewer.