LCOV - code coverage report
Current view: top level - AD/ADrec - AliADQAParam.cxx (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 53 1.9 %
Date: 2016-06-14 17:26:59 Functions: 1 6 16.7 %

          Line data    Source code
       1             : /**************************************************************************
       2             :  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
       3             :  *                                                                        *
       4             :  * Author: The ALICE Off-line Project.                                    *
       5             :  * Contributors are mentioned in the code where appropriate.              *
       6             :  *                                                                        *
       7             :  * Permission to use, copy, modify and distribute this software and its   *
       8             :  * documentation strictly for non-commercial purposes is hereby granted   *
       9             :  * without fee, provided that the above copyright notice appears in all   *
      10             :  * copies and that both the copyright notice and this permission notice   *
      11             :  * appear in the supporting documentation. The authors make no claims     *
      12             :  * about the suitability of this software for any purpose. It is          *
      13             :  * provided "as is" without express or implied warranty.                  *
      14             :  **************************************************************************/
      15             :  
      16             : #include "AliADQAParam.h"
      17             : 
      18          16 : ClassImp(AliADQAParam)
      19             : 
      20             : //_____________________________________________________________________________
      21           0 : AliADQAParam::AliADQAParam():
      22           0 :   fNTdcTimeBins(3062),
      23           0 :   fTdcTimeMin(0.976562),
      24           0 :   fTdcTimeMax(300.0),
      25           0 :   fNTdcTimeBinsFlag(410),
      26           0 :   fTdcTimeMinBGFlag(50.0),
      27           0 :   fTdcTimeMaxBGFlag(90.039062),
      28           0 :   fTdcTimeMinBBFlag(170.0),
      29           0 :   fTdcTimeMaxBBFlag(210.039062),
      30           0 :   fNTdcTimeRatioBins(300),
      31           0 :   fTdcTimeRatioMin(1),
      32           0 :   fTdcTimeRatioMax(301),
      33           0 :   fNTdcWidthBins(153),
      34           0 :   fTdcWidthMin(2.343750),
      35           0 :   fTdcWidthMax(121.875000),
      36           0 :   fNChargeChannelBins(1000),
      37           0 :   fChargeChannelMin(0),
      38           0 :   fChargeChannelMax(1000),
      39           0 :   fChargeChannelZoomMin(0),
      40           0 :   fChargeChannelZoomMax(50),
      41           0 :   fNChargeSideBins(500),
      42           0 :   fChargeSideMin(1),
      43           0 :   fChargeSideMax(5000),
      44           0 :   fNChargeCorrBins(101),
      45           0 :   fChargeCorrMin(1),
      46           0 :   fChargeCorrMax(1001),
      47           0 :   fNPairTimeCorrBins(306), 
      48           0 :   fPairTimeCorrMin(0.976562),
      49           0 :   fPairTimeCorrMax(299.804688),
      50           0 :   fNPairTimeDiffBins(154), 
      51           0 :   fPairTimeDiffMin(-15.039062),
      52           0 :   fPairTimeDiffMax(15.039062),
      53           0 :   fNMeanTimeCorrBins(306), 
      54           0 :   fMeanTimeCorrMin(50.976562),
      55           0 :   fMeanTimeCorrMax(349.804688),
      56           0 :   fChargeTrendMin(0),
      57           0 :   fChargeTrendMax(1000),
      58           0 :   fSatMed(0.1),
      59           0 :   fSatHigh(0.3),
      60           0 :   fSatHuge(0.5),
      61           0 :   fMaxPedDiff(1),
      62           0 :   fMaxPedWidth(1.5),
      63           0 :   fMaxNoTimeRate(10e-4),
      64           0 :   fMaxNoFlagRate(10e-3),
      65           0 :   fMaxBBVariation(0.1),
      66           0 :   fMaxBGVariation(0.1),
      67           0 :   fAsynchronBB(0.5),
      68           0 :   fAsynchronBG(0.5)
      69             :   
      70             :         
      71             : 
      72           0 : {
      73             :   //
      74             :   // constructor
      75             :   //
      76           0 : }
      77             : 
      78             : //_____________________________________________________________________________
      79             : AliADQAParam::~AliADQAParam() 
      80           0 : {
      81             :   //
      82             :   // destructor
      83             :   //  
      84           0 : }

Generated by: LCOV version 1.11