X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MFT%2FAliMFTPlane.h;h=c0c96d885877c0f27eacedca4d656d6334768759;hb=c45a07341da962fb071aa191b03a411e627a34c9;hp=274f945286cc881485a266875a9d2b71e73fcd97;hpb=53b30119b5e845a8d172d3181f244577ac54356e;p=u%2Fmrichter%2FAliRoot.git diff --git a/MFT/AliMFTPlane.h b/MFT/AliMFTPlane.h index 274f945286c..c0c96d88587 100644 --- a/MFT/AliMFTPlane.h +++ b/MFT/AliMFTPlane.h @@ -33,9 +33,10 @@ public: AliMFTPlane(const Char_t *name, const Char_t *title); AliMFTPlane(const AliMFTPlane& pt); AliMFTPlane& operator=(const AliMFTPlane &source); - - virtual ~AliMFTPlane() {}; // destructor - + + virtual ~AliMFTPlane(); // destructor + virtual void Clear(const Option_t* /*opt*/); + Bool_t Init(Int_t planeNumber, Double_t zCenter, Double_t rMin, @@ -44,7 +45,8 @@ public: Double_t pixelSizeY, Double_t thicknessActive, Double_t thicknessSupport, - Double_t thicknessReadout); + Double_t thicknessReadout, + Bool_t hasPixelRectangularPatternAlongY); Bool_t CreateStructure(); @@ -80,6 +82,7 @@ public: Double_t GetEquivalentSiliconBeforeBack() const { return fEquivalentSiliconBeforeBack; } Int_t GetNumberOfChips(Option_t *opt); + Bool_t HasPixelRectangularPatternAlongY() { return fHasPixelRectangularPatternAlongY; } private: @@ -101,6 +104,8 @@ private: TClonesArray *fActiveElements, *fReadoutElements, *fSupportElements; + Bool_t fHasPixelRectangularPatternAlongY; + ClassDef(AliMFTPlane, 1) };