]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Coding rule violation corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 4 Feb 2012 15:50:37 +0000 (15:50 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 4 Feb 2012 15:50:37 +0000 (15:50 +0000)
STRUCT/AliPIPEv3.h

index e16fa700a435629d5b8c2d78500ae02490d3ca46..ac3284ce5facf521304ace3e2ffd9bd05348bb46 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ALIPIPEVGEO_H
-#define ALIPIPEVGEO_H
+#ifndef ALIPIPEV3_H
+#define ALIPIPEV3_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -34,7 +34,6 @@ class AliPIPEv3 : public AliPIPE {
   virtual TGeoPcon*   MakeMotherFromTemplate(const TGeoPcon* shape, Int_t imin = -1, Int_t imax = -1, Float_t r0 = 0., Int_t nz =-1);
   virtual TGeoPcon*   MakeInsulationFromTemplate(TGeoPcon* shape);
   virtual TGeoVolume* MakeBellow(const char* ext, Int_t nc, Float_t rMin, Float_t rMax, Float_t dU, Float_t rPlie, Float_t dPlie);
- protected:
   ClassDef(AliPIPEv3,1)  //Class for PIPE version using TGeo
 };