]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONFactory.h
Added AliL3Stopwatch.
[u/mrichter/AliRoot.git] / MUON / AliMUONFactory.h
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
14 class AliMUONChamber;
15 class AliMUON;
16
17 class 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