00001 //-------------------------------------------------------------------------- 00002 // File and Version Information: 00003 // $Id: CdbRooInitSequence.hh,v 1.1 2005/02/09 17:14:36 gapon Exp $ 00004 // 00005 // Description: 00006 // CdbRooInitSequence 00007 // 00008 // This function will add the modules needed to initialize 00009 // the conditions database in the offline environment 00010 // 00011 // Environment: 00012 // Software developed for the BaBar Detector at the SLAC B-Factory. 00013 // 00014 // Author List: 00015 // Peter Elmer author 00016 // 00017 // Copyright Information: 00018 // Copyright (C) 2001 Princeton University 00019 // 00020 //------------------------------------------------------------------------ 00021 00022 #ifndef CDBROOINITSEQUENCE_HH 00023 #define CDBROOINITSEQUENCE_HH 00024 00025 class AppUserBuild; 00026 class AppSequence; 00027 00028 AppSequence* CdbRooInitSequence(AppUserBuild* forWho); 00029 00030 #endif
1.3-rc3