LCOV - code coverage report
Current view: top level - TPC/TPCbase - AliTPCLoader.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 2 2 100.0 %
Date: 2016-06-14 17:26:59 Functions: 5 8 62.5 %

          Line data    Source code
       1             : #ifndef ALITPCGETTER_H
       2             : #define ALITPCGETTER_H
       3             : 
       4             : /// \class AliTPCLoader
       5             : /// \brief base class for loaders
       6             : ///
       7             : /// loader is common for reading data for all detectors
       8             : /// Each detector has a loader data member
       9             : /// loader is accessible via folder structure as well
      10             : 
      11             : #include <AliLoader.h>
      12             : 
      13             : 
      14             : 
      15             : class AliTPCLoader: public AliLoader
      16             :  {
      17             :    public:
      18             :     AliTPCLoader();
      19             :     AliTPCLoader(const Char_t *name,const Char_t *topfoldername);
      20             :     AliTPCLoader(const Char_t *name,TFolder *topfolder);
      21             : 
      22          90 :     virtual ~AliTPCLoader(){};//-----------------
      23             : 
      24             :    protected:
      25             : 
      26             : 
      27             :    private:
      28             :     static const TString fgkDefaultHitsFileName;
      29             :     static const TString fgkDefaultSDigitsFileName;
      30             :     static const TString fgkDefaultDigitsFileName;
      31             :     static const TString fgkDefaultRecPointsFileName;
      32             :     static const TString fgkDefaultTracksFileName;
      33             : 
      34             : 
      35             :    public:
      36             :      /// \cond CLASSIMP
      37         144 :      ClassDef(AliTPCLoader,1)
      38             :      /// \endcond
      39             :  };
      40             : 
      41             : #endif

Generated by: LCOV version 1.11