/************************************************************ * The Data Acquisition Backbone Core (DABC) * ************************************************************ * Copyright (C) 2009 - * * GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * * Planckstr. 1, 64291 Darmstadt, Germany * * Contact: http://dabc.gsi.de * ************************************************************ * This software can be used under the GPL license * * agreements as stated in LICENSE.txt file * * which is part of the distribution. * ************************************************************/ #ifndef HADAQ_HldFile #define HADAQ_HldFile #ifndef DABC_BinaryFile #include "dabc/BinaryFile.h" #endif #ifndef HADAQ_defines #include "hadaq/definess.h" #endif namespace hadaq { /** Reading of HLD files */ class HldFile : public dabc::BasicFile { protected: uint32_t fRunNumber; ///