ROOT logo
/**************************************************************************
 * Copyright(c) 2004, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * Author: The ALICE Off-line Project.                                    *
 * Contributors are mentioned in the code where appropriate.              *
 *                                                                        *
 * Permission to use, copy, modify and distribute this software and its   *
 * documentation strictly for non-commercial purposes is hereby granted   *
 * without fee, provided that the above copyright notice appears in all   *
 * copies and that both the copyright notice and this permission notice   *
 * appear in the supporting documentation. The authors make no claims     *
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/
/* $Id$ */
/** @file    AliFMD1.cxx
    @author  Christian Holm Christensen <cholm@nbi.dk>
    @date    Sun Mar 26 18:00:23 2006
    @brief   Implementation of FMD1 parameters 
*/
//____________________________________________________________________
//                                                                          
// Concrete implementation of AliFMDDetector 
//
// This implements the geometry for FMD1.  
// FMD1 has only one ring, of type `inner'.  
// It is sitting at z=320.
// It is the FMD ring with highest eta.  
// FMD1 currently has no support defined. 
//
#include "AliFMD1.h"		// ALIFMD1_H 
#include <AliLog.h>
// #include "AliFMDRing.h"		// ALIFMDRING_H 


//====================================================================
ClassImp(AliFMD1)
#if 0
  ; // This is to keep Emacs from indenting the next line 
#endif 

//____________________________________________________________________
AliFMD1::AliFMD1(AliFMDRing* inner) 
  : AliFMDDetector(1, inner, 0)
{
  // Subtracting 0.25 cm puts the middle plane of the detector at 320
  // cm
  Double_t off = 0; // -0.25
  if (off != 0) 
    AliWarning(Form("FMD1 is off by %fcm", off));
  SetInnerZ(321.5 + off);
      
}

//____________________________________________________________________
void
AliFMD1::Init() 
{
  // Initialize 
  AliFMDDetector::Init();
  SetInnerHoneyHighR(22.3716);
}

//____________________________________________________________________
//
// EOF
//
 AliFMD1.cxx:1
 AliFMD1.cxx:2
 AliFMD1.cxx:3
 AliFMD1.cxx:4
 AliFMD1.cxx:5
 AliFMD1.cxx:6
 AliFMD1.cxx:7
 AliFMD1.cxx:8
 AliFMD1.cxx:9
 AliFMD1.cxx:10
 AliFMD1.cxx:11
 AliFMD1.cxx:12
 AliFMD1.cxx:13
 AliFMD1.cxx:14
 AliFMD1.cxx:15
 AliFMD1.cxx:16
 AliFMD1.cxx:17
 AliFMD1.cxx:18
 AliFMD1.cxx:19
 AliFMD1.cxx:20
 AliFMD1.cxx:21
 AliFMD1.cxx:22
 AliFMD1.cxx:23
 AliFMD1.cxx:24
 AliFMD1.cxx:25
 AliFMD1.cxx:26
 AliFMD1.cxx:27
 AliFMD1.cxx:28
 AliFMD1.cxx:29
 AliFMD1.cxx:30
 AliFMD1.cxx:31
 AliFMD1.cxx:32
 AliFMD1.cxx:33
 AliFMD1.cxx:34
 AliFMD1.cxx:35
 AliFMD1.cxx:36
 AliFMD1.cxx:37
 AliFMD1.cxx:38
 AliFMD1.cxx:39
 AliFMD1.cxx:40
 AliFMD1.cxx:41
 AliFMD1.cxx:42
 AliFMD1.cxx:43
 AliFMD1.cxx:44
 AliFMD1.cxx:45
 AliFMD1.cxx:46
 AliFMD1.cxx:47
 AliFMD1.cxx:48
 AliFMD1.cxx:49
 AliFMD1.cxx:50
 AliFMD1.cxx:51
 AliFMD1.cxx:52
 AliFMD1.cxx:53
 AliFMD1.cxx:54
 AliFMD1.cxx:55
 AliFMD1.cxx:56
 AliFMD1.cxx:57
 AliFMD1.cxx:58
 AliFMD1.cxx:59
 AliFMD1.cxx:60
 AliFMD1.cxx:61
 AliFMD1.cxx:62
 AliFMD1.cxx:63
 AliFMD1.cxx:64
 AliFMD1.cxx:65
 AliFMD1.cxx:66
 AliFMD1.cxx:67