00001 //-------------------------------------------------------------------------- 00002 // File and Version Information: 00003 // $Id: BdbCondInitSequence.hh,v 1.2 2004/08/16 00:46:47 bartoldu Exp $ 00004 // 00005 // Description: 00006 // BdbCondInitSequence 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 BDBCONDINITSEQUENCE_HH 00023 #define BDBCONDINITSEQUENCE_HH 00024 00025 class AppUserBuild; 00026 class AppSequence; 00027 00028 AppSequence* BdbCondInitSequence(AppUserBuild* forWho); 00029 00030 #endif 00031 00032 00033
1.3-rc3