Changeset 2603 in Sophya for trunk/SophyaLib/HiStats/histinit.cc


Ignore:
Timestamp:
Sep 3, 2004, 2:12:28 PM (21 years ago)
Author:
cmv
Message:

add HistoErr pour gestion des erreurs cmv 3/9/04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/histinit.cc

    r920 r2603  
    88#include "histos2.h"
    99#include "hisprof.h"
     10#include "histerr.h"
    1011#include "ntuple.h"
    1112#include "xntuple.h"
     
    3738  PPRegister(ObjFileIO<HProf>);
    3839  DObjRegister(ObjFileIO<HProf>, HProf);
     40  PPRegister(ObjFileIO<HistoErr>);
     41  DObjRegister(ObjFileIO<HistoErr>, HistoErr);
    3942
    4043  PPRegister(ObjFileIO<NTuple>);
Note: See TracChangeset for help on using the changeset viewer.