00001 #ifndef CDBROOREADONLY_VI_COLLECTION_R_HH 00002 #define CDBROOREADONLY_VI_COLLECTION_R_HH 00003 00004 // File and Version Information: 00005 // $Id: CdbRooRoViCollectionR.hh,v 1.1 2004/11/09 20:33:07 gapon Exp $ 00006 00007 #include "CdbRooReadonly/CdbRooRoTimeLineR.hh" 00008 00009 /// The "visible" interval type 00010 /** 00011 */ 00012 typedef CdbRooRoTimeLineIntervalR< UInt_t > CdbRooRoViR; 00013 00014 /// A sorted (in validity timeline) collection of "visible" intervals 00015 /** 00016 */ 00017 typedef CdbRooRoTimeLineR< UInt_t > CdbRooRoViCollectionR; 00018 00019 #endif /* CDBROOREADONLY_VI_COLLECTION_R_HH */
1.3-rc3