00001 #ifndef PERDAQBLOCK_PERDAQBLOCKHEADER_H 00002 #define PERDAQBLOCK_PERDAQBLOCKHEADER_H 00003 00004 /* 00005 * PerDaqBlockHeader.h 00006 * PerDaqBlock 00007 * 00008 * Created by Simon Patton on 3/2/11. 00009 * Copyright 2011 DayaBay Collaboration. All rights reserved. 00010 * 00011 */ 00012 00013 #include "PerBaseEvent/PerHeaderObject.h" 00014 class PerDaqBlock; 00015 00016 class PerDaqBlockHeader: public PerHeaderObject { 00017 00018 public: 00019 00023 PerDaqBlockHeader(); 00024 00028 virtual ~PerDaqBlockHeader(); 00029 00033 PerDaqBlock* daqBlock; 00034 00038 unsigned int deltaEvents; 00039 }; 00040 00041 #endif // PERDAQBLOCK_PERDAQBLOCKHEADER_H