00001 /*************************************************************************** 00002 * 00003 * $Id: StHbtClassImp.cxx,v 1.4 2001/09/05 20:40:42 laue Exp $ 00004 * 00005 * Author: Frank Laue, Ohio State, laue@mps.ohio-state.edu 00006 *************************************************************************** 00007 * 00008 * Description: part of STAR HBT Framework: StHbtMaker package 00009 * Root fix. All the base classes which have a 'ClassDef' now need a 00010 * corresponding 'ClassImp' 00011 * 00012 *************************************************************************** 00013 * 00014 * $Log: StHbtClassImp.cxx,v $ 00015 * Revision 1.4 2001/09/05 20:40:42 laue 00016 * Updates of the hbtMuDstTree microDSTs 00017 * 00018 * Revision 1.3 2001/06/01 16:30:26 laue 00019 * ClassDef added for StHbtKinkCut 00020 * 00021 * Revision 1.2 2000/05/25 20:53:32 laue 00022 * StHbtBaseAnalysis added 00023 * 00024 * Revision 1.1 2000/05/24 21:13:37 laue 00025 * Since new rootcint (2.24.04 and higher) each ClassDef has to have matched 00026 * ClassImp otherwise you will have missing Dictionary symbol in a shared 00027 * library. 00028 * In this file we collect the 'ClassImp's from classes which do not have 00029 * a '.cxx' or '.cc' file (.e.g base classes). 00030 * 00031 * 00032 **************************************************************************/ 00033 00034 #include "StHbtMaker/Base/StHbtBaseAnalysis.h" 00035 #include "StHbtMaker/Base/StHbtEventCut.h" 00036 #include "StHbtMaker/Base/StHbtPairCut.h" 00037 #include "StHbtMaker/Base/StHbtParticleCut.h" 00038 #include "StHbtMaker/Base/StHbtTripletCut.h" 00039 #include "StHbtMaker/Base/StHbtTrackCut.h" 00040 #include "StHbtMaker/Base/StHbtV0Cut.h" 00041 #include "StHbtMaker/Base/StHbtXiCut.h" 00042 #include "StHbtMaker/Base/StHbtKinkCut.h" 00043 00044 #ifdef __ROOT__ 00045 ClassImp(StHbtBaseAnalysis) 00046 ClassImp(StHbtEventCut) 00047 ClassImp(StHbtPairCut) 00048 ClassImp(StHbtParticleCut) 00049 ClassImp(StHbtTripletCut) 00050 ClassImp(StHbtTrackCut) 00051 ClassImp(StHbtV0Cut) 00052 ClassImp(StHbtXiCut) 00053 ClassImp(StHbtKinkCut) 00054 #endif
1.5.9