1 #ifndef St_svtRDOstrippedC_h
2 #define St_svtRDOstrippedC_h
5 #include "tables/St_svtRDOstripped_Table.h"
13 Int_t svtRDOstrippedStatus(Int_t barrel, Int_t ladder, Int_t wafer);
14 svtRDOstripped_st *pRDO(Int_t barrel, Int_t ladder, Int_t wafer);
16 void SetDate(Int_t date, Int_t delay=3600, Int_t switchOff = 10800)
17 {fDate = date; fDelay = delay; fSwitchedOff = switchOff;}
18 static void PrintRDOmap();
26 ClassDefChair(St_svtRDOstripped, svtRDOstripped_st )