LCOV - code coverage report
Current view: top level - RAW/MDC - AliTagNullDB.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 2 50.0 %
Date: 2016-06-14 17:26:59 Functions: 1 8 12.5 %

          Line data    Source code
       1             : #ifndef ALITAGNULLDB_H
       2             : #define ALITAGNULLDB_H
       3             : // @(#) $Id$
       4             : // Author: Fons Rademakers  26/11/99
       5             : 
       6             : /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. *
       7             :  * See cxx source for full Copyright notice                               */
       8             : 
       9             : //////////////////////////////////////////////////////////////////////////
      10             : //                                                                      //
      11             : // AliTagNullDB                                                         //
      12             : //                                                                      //
      13             : //////////////////////////////////////////////////////////////////////////
      14             : 
      15             : #include "AliTagDB.h"
      16             : 
      17             : 
      18             : class AliTagNullDB : public AliTagDB {
      19             : 
      20             : public:
      21             :    AliTagNullDB(AliRawEventTag *eventTag);
      22           0 :    ~AliTagNullDB() { Close(); }
      23             : 
      24             :    void Close();
      25             : 
      26             : private:
      27             :    const char *GetFileName() const;
      28             : 
      29           2 :    ClassDef(AliTagNullDB,0)   // Tag DB to /dev/null
      30             : };
      31             : 
      32             : #endif

Generated by: LCOV version 1.11