LCOV - code coverage report
Current view: top level - MUON/MUONgraphics - AliMUONTrackerLV.cxx (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 11 9.1 %
Date: 2016-06-14 17:26:59 Functions: 1 6 16.7 %

          Line data    Source code
       1             : #include "AliMUONTrackerLV.h"
       2             : #include "AliLog.h"
       3             : 
       4             : ///\cond CLASSIMP
       5          12 : ClassImp(AliMUONTrackerLV)
       6             : ///\endcond
       7             : 
       8             : AliMUONTrackerLV::AliMUONTrackerLV(const char* runlist, const char* ocdbPath)
       9           0 :  : AliMUONTrackerVoltages(runlist,ocdbPath)
      10           0 : {
      11           0 :   fOCDBObjectPath = "MUON/Calib/LV";
      12           0 : }
      13             : 
      14             : AliMUONTrackerLV::AliMUONTrackerLV(Int_t runNumber, const char* ocdbPath)
      15           0 : : AliMUONTrackerVoltages(runNumber,ocdbPath)
      16           0 : {
      17           0 :   fOCDBObjectPath = "MUON/Calib/LV";
      18           0 : }
      19             : 
      20             : void AliMUONTrackerLV::Scan(Int_t verbose)
      21             : {
      22           0 :   AliError("Not implemented (yet ?)");
      23           0 : }

Generated by: LCOV version 1.11