Changeset 2603 in Sophya for trunk/SophyaLib/HiStats
- Timestamp:
- Sep 3, 2004, 2:12:28 PM (21 years ago)
- Location:
- trunk/SophyaLib/HiStats
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histinit.cc
r920 r2603 8 8 #include "histos2.h" 9 9 #include "hisprof.h" 10 #include "histerr.h" 10 11 #include "ntuple.h" 11 12 #include "xntuple.h" … … 37 38 PPRegister(ObjFileIO<HProf>); 38 39 DObjRegister(ObjFileIO<HProf>, HProf); 40 PPRegister(ObjFileIO<HistoErr>); 41 DObjRegister(ObjFileIO<HistoErr>, HistoErr); 39 42 40 43 PPRegister(ObjFileIO<NTuple>);
Note:
See TracChangeset
for help on using the changeset viewer.