]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AliMUONFactory.h
Field maps for B = 0.2 T solenoid (L3).
[u/mrichter/AliRoot.git] / MUON / AliMUONFactory.h
CommitLineData
be3bb6c1 1#ifndef ALIMUONFACTORY_H
2#define ALIMUONFACTORY_H
3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
8////////////////////////////////////////////////////////////
9// Factory for muon chambers, segmentations and response //
10////////////////////////////////////////////////////////////
11#include "AliDetector.h"
12// #include "AliMUONTriggerCircuit.h" // cp
13
14class AliMUONChamber;
15class AliMUON;
16
17class AliMUONFactory : public TObject {
18 public:
19 static void Build(AliMUON* where, const char* what);
20 protected:
21 ClassDef(AliMUONFactory,0) // MUON Factory for Chambers and Segmentation
22};
23#endif
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38