AliRoot Core  edcc906 (edcc906)
AliMFTGeomTGeo.h
Go to the documentation of this file.
1 #ifndef ALIITSUGEOMTGEO_H
2 #define ALIITSUGEOMTGEO_H
3 
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice */
6 
7 #include "AliMFTConstants.h"
8 #include "AliITSMFTGeomTGeo.h"
9 
10 class AliMFTGeomTGeo : public AliITSMFTGeomTGeo {
11 
12 public:
13 
15  AliMFTGeomTGeo(const AliMFTGeomTGeo &src);
17 
18  virtual TGeoPNEntry* GetPNEntry(Int_t index) const { return NULL; };
19  virtual Bool_t GetOrigMatrix(Int_t index, TGeoHMatrix &m) const {
20  return kFALSE; };
21  virtual TGeoHMatrix* ExtractMatrixSens(Int_t index) const { return NULL; };
22 
23  const Int_t GetNDisks() { return AliMFTConstants::kNDisks; }
24 
25 private:
26 
28 
29  ClassDef(AliMFTGeomTGeo, 1) // MFT geometry based on TGeo
30 
31 };
32 
33 #endif
virtual TGeoHMatrix * ExtractMatrixSens(Int_t index) const
virtual Bool_t GetOrigMatrix(Int_t index, TGeoHMatrix &m) const
virtual TGeoPNEntry * GetPNEntry(Int_t index) const
const Int_t GetNDisks()
AliMFTGeomTGeo & operator=(const AliMFTGeomTGeo &geom)
static const Int_t kNDisks
Number of Disk.
TEveGeoShape * geom
Definition: tpc_tracks.C:10