LCOV - code coverage report
Current view: top level - MUON/MUONgraphics - AliMUONTrackerLV.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 ALIMUONTRACKERLV_H
       2             : #define ALIMUONTRACKERLV_H
       3             : 
       4             : #ifndef ALIMUONTRACKERVOLTAGES_H
       5             : #  include "AliMUONTrackerVoltages.h"
       6             : #endif
       7             : 
       8             : class AliMUONTrackerLV : public AliMUONTrackerVoltages
       9             : {
      10             : public:
      11             :   AliMUONTrackerLV(const char* runlist, const char* ocdbPath);
      12             :   AliMUONTrackerLV(Int_t runNumber, const char* ocdbPath);
      13             : 
      14           0 :   virtual ~AliMUONTrackerLV() {};
      15             : 
      16             :   virtual void Scan(Int_t verbose=0);
      17             : 
      18             : private:
      19             : 
      20             :   AliMUONTrackerLV(const AliMUONTrackerLV& rhs); // not implemented on purpose
      21             :   AliMUONTrackerLV& operator=(const AliMUONTrackerLV& rhs); // not implemented on purpose
      22             : 
      23          12 :   ClassDef(AliMUONTrackerLV,1) // Utility class to inspect MUON Tracker LV values
      24             : };
      25             : 
      26             : #endif

Generated by: LCOV version 1.11