]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/AliFMD1.cxx
Correct raw data reconstruction in case of trigger
[u/mrichter/AliRoot.git] / FMD / AliFMD1.cxx
CommitLineData
4347b38f 1/**************************************************************************
2 * Copyright(c) 2004, 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 **************************************************************************/
4347b38f 15/* $Id$ */
c2fc1258 16/** @file AliFMD1.cxx
17 @author Christian Holm Christensen <cholm@nbi.dk>
18 @date Sun Mar 26 18:00:23 2006
19 @brief Implementation of FMD1 parameters
20*/
b9ced2a3 21//____________________________________________________________________
4347b38f 22//
1a1fdef7 23// Concrete implementation of AliFMDDetector
4347b38f 24//
25// This implements the geometry for FMD1
088f8e79 26// FMD1 has only one ring, of type `inner'.
27// It is sitting at z=320.
28// It is the FMD ring with highest eta
4347b38f 29//
e802be3e 30#include "AliFMD1.h" // ALIFMD1_H
31#include "AliFMDRing.h" // ALIFMDRING_H
4347b38f 32
33
1a1fdef7 34//====================================================================
925e6570 35ClassImp(AliFMD1)
1a1fdef7 36#if 0
37 ; // This is to keep Emacs from indenting the next line
38#endif
4347b38f 39
40//____________________________________________________________________
1a1fdef7 41AliFMD1::AliFMD1(AliFMDRing* inner)
42 : AliFMDDetector(1, inner, 0)
4347b38f 43{
ac3894d5 44 SetInnerZ(320);
4347b38f 45}
46
4347b38f 47
48//____________________________________________________________________
49//
50// EOF
51//