LCOV - code coverage report
Current view: top level - ITS/ITSrec - AliITSAlignMilleData.cxx (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 20 5.0 %
Date: 2016-06-14 17:26:59 Functions: 1 6 16.7 %

          Line data    Source code
       1             : /**************************************************************************
       2             :  * Copyright(c) 2007-2009, 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             : /* $Id$ */
      17             : 
      18             : //-----------------------------------------------------------------------------
      19             : /// \class AliITSAlignMilleData
      20             : /// Alignment class for the ALICE ITS detector
      21             : ///
      22             : ///
      23             : /// \author M. Lunardon 
      24             : //-----------------------------------------------------------------------------
      25             : 
      26             : #include "AliITSAlignMilleData.h"
      27             : 
      28             : /// \cond CLASSIMP
      29         116 : ClassImp(AliITSAlignMilleData)
      30             : /// \endcond
      31             : 
      32             : AliITSAlignMilleData::AliITSAlignMilleData() 
      33           0 : : TObject(),
      34           0 :   fMeasX(0),
      35           0 :   fSigmaX(0), 
      36           0 :   fMeasZ(0),
      37           0 :   fSigmaZ(0) 
      38           0 : {
      39             :   // Default constructor
      40           0 :   for (Int_t i=0; i<ITSMILLENLOCAL; i++) {
      41           0 :     fIdxlocX[i]=0;
      42           0 :     fDerlocX[i]=0.0;
      43           0 :     fIdxlocZ[i]=0;
      44           0 :     fDerlocZ[i]=0.0;
      45             :   }
      46           0 :   for (Int_t i=0; i<ITSMILLENPARCH; i++) {
      47           0 :     fIdxgloX[i]=0;
      48           0 :     fDergloX[i]=0.0;
      49           0 :     fIdxgloZ[i]=0;
      50           0 :     fDergloZ[i]=0.0;
      51             :   }
      52           0 : }
      53             : 
      54           0 : AliITSAlignMilleData::~AliITSAlignMilleData() {
      55             :   /// Destructor
      56             : 
      57           0 : }
      58             : 

Generated by: LCOV version 1.11