]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSvPPRcoarseasymm.h
Radiator to Pad goes static.
[u/mrichter/AliRoot.git] / ITS / AliITSvPPRcoarseasymm.h
index d210ff97bdaa464d7e1940e5e7c7a47f4013a00d..5933de0d26a224731e44fa36b064194eee18068d 100644 (file)
@@ -29,10 +29,16 @@ class AliITSvPPRcoarseasymm : public AliITS {
     virtual void   StepManager();
     virtual void   SetRails(Int_t v=1){ 
         // Set flag for rails
-        fRails = v;}       
+        fRails = v;}   
+    virtual void   SetSupportMaterial(Int_t v=0){ 
+        // Set material of the services supports
+        fSuppMat = v;}                      
     virtual Int_t GetRails(){ 
         // Get flag for rails
-        return fRails;}                  
+        return fRails;}
+    virtual Int_t GetSupportMaterial(){ 
+        // Get material of the services supports 
+        return fSuppMat;}                
     virtual Int_t GetMajorVersion(){// return Major Version Number
        return fMajorVersion;}
     virtual Int_t GetMinorVersion(){// return Major Version Number
@@ -43,7 +49,9 @@ class AliITSvPPRcoarseasymm : public AliITS {
     Int_t  fMajorVersion;     // Major version number == IsVersion
     Int_t  fMinorVersion;     // Minor version number
     Int_t  fRails;            // flag to switch rails on (=1) and off (=0)
-    
+    Int_t  fSuppMat;          // flag to change the material of the services
+                              // supports (=0 copper, =1 aluminum, =2 carbon)
+                                 
     ClassDef(AliITSvPPRcoarseasymm,1)  //Hits manager for set:ITS version 6 
                                        // PPR coarse Geometry asymmetric
 };