ROOT logo
// **************************************************************************
// * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
// *                                                                        *
// * Author: The ALICE Off-line Project.                                    *
// * Contributors are mentioned in the code where appropriate.              *
// *                                                                        *
// * Permission to use, copy, modify and distribute this software and its   *
// * documentation strictly for non-commercial purposes is hereby granted   *
// * without fee, provided that the above copyright notice appears in all   *
// * copies and that both the copyright notice and this permission notice   *
// * appear in the supporting documentation. The authors make no claims     *
// * about the suitability of this software for any purpose. It is          *
// * provided "as is" without express or implied warranty.                  *
// **************************************************************************


#include "AliHMPIDv3.h"         //class header
#include "AliHMPIDParam.h"      //StepManager()
#include "AliHMPIDHit.h"        //Hits2SDigs(),StepManager()
#include "AliHMPIDDigit.h"      //Digits2Raw(), Raw2SDigits()
#include "AliHMPIDRawStream.h"  //Digits2Raw(), Raw2SDigits()
#include "AliRawReader.h"       //Raw2SDigits()
#include "AliTrackReference.h"
#include <TVirtualMC.h>         //StepManager() for TVirtualMC::GetMC()
#include <TPDGCode.h>           //StepHistory() 
#include <AliStack.h>           //StepManager(),Hits2SDigits()78.6
#include <AliLoader.h>          //Hits2SDigits()
#include <AliRunLoader.h>       //Hits2SDigits()
#include <AliMC.h>              //StepManager()      
#include <AliRun.h>             //CreateMaterials()    
#include <AliMagF.h>            //CreateMaterials()
#include "AliGeomManager.h"   //AddAlignableVolumes()
#include <AliCDBEntry.h>        //CreateMaterials()
#include <AliCDBManager.h>      //CreateMaterials()
#include <TF1.h>                //DefineOpticalProperties()
#include <TF2.h>                //DefineOpticalProperties()
#include <TGeoCompositeShape.h> //CradleBaseVolume()
#include <TGeoGlobalMagField.h>
#include <TGeoPhysicalNode.h>   //AddAlignableVolumes()
#include <TGeoXtru.h>           //CradleBaseVolume()
#include <TLorentzVector.h>     //IsLostByFresnel() 
#include <TString.h>            //StepManager()
#include <TTree.h>

ClassImp(AliHMPIDv3)    
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::AddAlignableVolumes()const
{
// Associates the symbolic volume name with the corresponding volume path. Interface method from AliModule invoked from AliMC
// Arguments: none
//   Returns: none   
  
  AliGeomManager::ELayerID idHMPID = AliGeomManager::kHMPID;
  Int_t modUID, modnum = 0;

  TGeoHMatrix *pGm = new TGeoHMatrix;
  Double_t trans[3]={0.5*131.24,0.5*126.16,0};                            //translation from LORS to TGeo RS (half size AllX, half size allY,0)
  pGm->SetTranslation(trans);
 
  Double_t ph[7]={10.,10., 30.,30.,30. ,50.,50};

  for(Int_t iCh=AliHMPIDParam::kMinCh;iCh<=AliHMPIDParam::kMaxCh;iCh++) {
    modUID = AliGeomManager::LayerToVolUID(idHMPID,modnum++);
    if(!gGeoManager->SetAlignableEntry(Form("/HMPID/Chamber%i",iCh),Form("ALIC_1/Hmp%i_0",iCh),modUID))
	    AliError("AliHMPIDv3::Unable to set alignable entry!!");  //aligment without AliCluster3D
    //Get Tracking To Local matricies for alignment with AliCluster3D
    TGeoPNEntry *eCh = gGeoManager->GetAlignableEntryByUID(modUID);
    TGeoHMatrix *globMatrix = eCh->GetGlobalOrig();

    //Double_t phi = 20.0 * ((iCh+1) / 3) + 10.0;
    Double_t phi = ph[iCh];
    TGeoHMatrix *t2l  = new TGeoHMatrix();
    t2l->RotateZ(phi);
    t2l->MultiplyLeft(&(globMatrix->Inverse()));
    eCh->SetMatrix(t2l);
  }//iCh loop
  
}
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::CreateMaterials()
{
// Definition of available HMPID materials  
// Arguments: none
//   Returns: none    
  AliDebug(1,"Start v2 HMPID.");
    
    //clm update material definition later on from Antonello
    
//data from PDG booklet 2002     density [gr/cm^3] rad len [cm] abs len [cm]    
  Float_t   aAir[4]={12,14,16,36}    ,   zAir[4]={6,7,8,18} ,   wAir[4]={0.000124,0.755267,0.231781,0.012827} , dAir=0.00120479; Int_t nAir=4;//mixture 0.9999999
  Float_t aC6F14[2]={ 12.01 , 18.99} , zC6F14[2]={ 6 , 9}   , wC6F14[2]={6 , 14} , dC6F14=1.68    ; Int_t nC6F14=-2;
  Float_t  aSiO2[2]={ 28.09 , 15.99} ,  zSiO2[2]={14 , 8}   ,  wSiO2[2]={1 ,  2} ,  dSiO2=2.64    ; Int_t  nSiO2=-2; 
  Float_t   aCH4[2]={ 12.01 ,  1.01} ,   zCH4[2]={ 6 , 1}   ,   wCH4[2]={1 ,  4} ,   dCH4=7.17e-4 ; Int_t   nCH4=-2; 
// not necessary...PCB properties instead! Float_t   aCsI[2]={132.90 ,126.90} ,   zCsI[2]={55 ,53}   ,   wCsI[2]={1 ,  1} ,   dCsI=0.1     ; Int_t   nCsI=-2; 
  
  Float_t     aRoha = 12.01 ,   zRoha =  6 ,  dRoha =  0.10    ,   radRoha = 18.80 , absRoha =  86.3/dRoha; //special material- quasi quartz
  Float_t       aCu = 63.55 ,   zCu   = 29 ,  dCu   =  8.96    ,   radCu   =  1.43 , absCu   = 134.9/dCu  ;
  Float_t        aW =183.84 ,   zW    = 74 ,  dW    = 19.30    ,   radW    =  0.35 , absW    = 185.0/dW   ;
  Float_t       aAl = 26.98 ,   zAl   = 13 ,  dAl   =  2.70    ,   radAl   =  8.90 , absAl   = 106.4/dAl  ;
  Float_t       aAr = 39.94 ,   zAr   = 18 ,  dAr   =  1.396e-3,   radAr   =  14.0 , absAr   = 117.2/dAr  ;   

    Int_t   matId=0;                           //tmp material id number
    Int_t   unsens =  0, sens=1;               //sensitive or unsensitive medium
    Int_t   itgfld = ((AliMagF*)TGeoGlobalMagField::Instance()->GetField())->Integ(); //type of field intergration 0 no field -1 user in guswim 1 Runge Kutta 2 helix 3 const field along z
    Float_t maxfld = ((AliMagF*)TGeoGlobalMagField::Instance()->GetField())->Max();   //max field value
    Float_t tmaxfd = -10.0;                    //max deflection angle due to magnetic field in one step
    Float_t deemax = - 0.2;                    //max fractional energy loss in one step   
    Float_t stemax = - 0.1;                    //max step allowed [cm]
    Float_t epsil  =   0.001;                  //abs tracking precision [cm]   
    Float_t stmin  = - 0.001;                  //min step size [cm] in continius process transport, negative value: choose it automatically

    // PCB copmposed mainly by G10 (Si,C,H,O) -> CsI is negligible (<500nm thick)
    // So what is called CsI has the optical properties of CsI, but the composition of G-10 (for delta elec, etc production...)
    
    Float_t aG10[4] = {28.09,12.01,1.01,16.00};
    Float_t zG10[4] = {14.,  6.,  1.,  8.};
    Float_t wG10[4] = {0.129060,0.515016,0.061873,0.294050};
    Float_t dG10    = 1.7;
    Int_t   nG10    = 4;
    
    AliMixture(++matId,"Air"  ,aAir  ,zAir  ,dAir  ,nAir  ,wAir  ); AliMedium(kAir  ,"Air"  ,matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);
    AliMixture(++matId,"C6F14",aC6F14,zC6F14,dC6F14,nC6F14,wC6F14); AliMedium(kC6F14,"C6F14",matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);      
    AliMixture(++matId,"SiO2" ,aSiO2 ,zSiO2 ,dSiO2 ,nSiO2 ,wSiO2 ); AliMedium(kSiO2 ,"SiO2" ,matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);    
    AliMixture(++matId,"CH4"  ,aCH4  ,zCH4  ,dCH4  ,nCH4  ,wCH4  ); AliMedium(kCH4  ,"CH4"  ,matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);  
//    AliMixture(++matId,"CsI"  ,aCsI  ,zCsI  ,dCsI  ,nCsI  ,wCsI  ); AliMedium(kCsI  ,"CsI"  ,matId,   sens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);//sensitive
    AliMixture(++matId,"CsI+PCB",aG10  , zG10, dG10,nG10   ,wG10   ); AliMedium(kCsI  ,"CsI"  ,matId,   sens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);//sensitive

    AliMixture(++matId ,"Neo" ,aSiO2 ,zSiO2 ,dSiO2 ,nSiO2 ,wSiO2 ); AliMedium(kNeo  ,"Neo"  ,matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin); //clm neoceram
    AliMaterial(++matId,"Roha",aRoha,zRoha,dRoha,radRoha,absRoha);  AliMedium(kRoha ,"Roha" ,matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin); //Roha->honeycomb


    AliMaterial(++matId,"Cu"  ,aCu  ,zCu  ,dCu  ,radCu  ,absCu  );  AliMedium(kCu  ,"Cu"  , matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);
    AliMaterial(++matId,"W"   ,aW   ,zW   ,dW   ,radW   ,absW   );  AliMedium(kW   ,"W"   , matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);
    AliMaterial(++matId,"Al"  ,aAl  ,zAl  ,dAl  ,radAl  ,absAl  );  AliMedium(kAl  ,"Al"  , matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);
    AliMaterial(++matId,"Ar"  ,aAr  ,zAr  ,dAr  ,radAr  ,absAr  );  AliMedium(kAr  ,"Ar"  , matId, unsens, itgfld, maxfld, tmaxfd, stemax, deemax, epsil, stmin);
        
}//void AliHMPID::CreateMaterials()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//void AliHMPIDv3::InitProperties()
//{
/*
* HMPID
* ====
*
*       GAM   ELEC  NHAD   CHAD  MUON  EBREM MUHAB  EDEL  MUDEL MUPA ANNI BREM COMP DCAY DRAY HADR LOSS MULS PAIR PHOT RAYL
* Quarz Window        (>1000 keV delta-electrons)
HMPID  3  1.e-4 1.e-4 1.e-4  -1.   1.e-4 -1.   -1.    1.e-3 1.e-3 -1.  -1   -1   -1   -1   1    -1   1    -1   -1   -1   -1 
* Freon Radiator      (>  500 keV delta-electrons)
HMPID  4  1.e-4 1.e-4 1.e-4  -1.   1.e-4 -1.   -1.    5.e-4 5.e-4 -1.  -1   -1   -1   -1   1    -1   1    -1   -1   -1   -1 
* Methane Gap         (>  100 keV delta-electrons)
HMPID  5  5.e-5 1.e-5 1.e-4 -1.   1.e-4 -1.   -1.     1.e-4 1.e-4 -1.  -1   -1   -1   -1   1    -1   1    -1   -1   -1   -1 
* Sensitive Volume    (>  50 keV delta-electrons)
HMPID  9  1.e-5 1.e-5 1.e-4  -1.   1.e-4 -1.   -1.    5.e-5 5.e-5 -1.  -1   -1   -1   -1   1    -1   1    -1   -1   -1   -1 
* CSI    (>  50 keV delta-electrons)
HMPID  6  1.e-5 1.e-5 1.e-4  -1.   1.e-4 -1.   -1.    5.e-5 5.e-5 -1.  -1   -1   -1   -1   1    -1   1    -1   -1   -1   -1 
* PCB backplane   (>  50 keV delta-electrons)
HMPID 12  1.e-5 1.e-5 1.e-4  -1.   1.e-4 -1.   -1.    5.e-5 5.e-5 -1.  -1   -1   -1   -1   1    -1   1    -1   -1   -1   -1 

    Int_t *idtmed = fIdtmed->GetArray();
    Int_t imed;
    
    imed = kSiO2;   // * Quarz Window        (>1000 keV delta-electrons)
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTGAM",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTELE",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTNEU",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTMUO",1.e-4);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DCUTE" ,1.e-3);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTHAD",1.e-3);    
    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DRAY",1);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "LOSS",1);    

    imed = kC6F14;  // * Freon Radiator      (>  500 keV delta-electrons)
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTGAM",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTELE",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTNEU",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTMUO",1.e-4);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DCUTE" ,5.e-4);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTHAD",5.e-4);    
    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DRAY",1);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "LOSS",1);    
    
    imed = kCH4;  // * Methane Gap         (>  100 keV delta-electrons)
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTGAM",5.e-5);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTELE",5.e-5);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTNEU",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTMUO",1.e-4);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DCUTE" ,1.e-4);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTHAD",1.e-4);    
    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DRAY",1);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "LOSS",1);    
    
    imed = kCsI;  // * CSI    (>  50 keV delta-electrons)
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTGAM",1.e-5);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTELE",1.e-5);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTNEU",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTMUO",1.e-4);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DCUTE" ,5.e-5);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTHAD",5.e-5);    
    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DRAY",1);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "LOSS",1);
    
    imed = kAl;  // * Alluminium    (>  50 keV delta-electrons)
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTGAM",1.e-5);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTELE",1.e-5);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTNEU",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTMUO",1.e-4);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DCUTE" ,5.e-5);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTHAD",5.e-5);    
    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DRAY",1);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "LOSS",1);    
    
    imed = kCu;  // * Copper       (>  50 keV delta-electrons)
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTGAM",1.e-5);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTELE",1.e-5);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTNEU",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTMUO",1.e-4);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DCUTE" ,5.e-5);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTHAD",5.e-5);    
    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DRAY",1);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "LOSS",1);    
    
    imed = kW;  // * Tungsten     (>  50 keV delta-electrons)
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTGAM",1.e-5);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTELE",1.e-5);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTNEU",1.e-4);
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTMUO",1.e-4);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DCUTE" ,5.e-5);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "CUTHAD",5.e-5);    
    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "DRAY",1);    
    TVirtualMC::GetMC()->Gstpar(idtmed[imed], "LOSS",1);    
    
}*/
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::CreateGeometry()
{
//Creates detailed geometry simulation (currently GEANT volumes tree)         
//includind the HMPID cradle

  AliDebug(1,"Start main.");
  if(!TVirtualMC::GetMC()->IsRootGeometrySupported()) return;                

  TGeoVolume *hmpcradle = CreateCradle();
  TString title=GetTitle();
  if(title.Contains("TestBeam")){
   TGeoVolume *hmpid = CreateChamber(3);
    gGeoManager->GetVolume("ALIC")->AddNode(hmpid,0);
  }else{
    for(Int_t iCh=AliHMPIDParam::kMinCh;iCh<=AliHMPIDParam::kMaxCh;iCh++){//place 7 chambers
      TGeoVolume *hmpid = CreateChamber(iCh);
      TGeoHMatrix *pMatrix=new TGeoHMatrix;
      IdealPosition(iCh,pMatrix);
      gGeoManager->GetVolume("ALIC")->AddNode(hmpid,0,pMatrix);
      if(iCh==1 || iCh == 3 || iCh == 5){ 
     TGeoHMatrix *pCradleMatrix=new TGeoHMatrix;
      IdealPositionCradle(iCh,pCradleMatrix);
      gGeoManager->GetVolume("ALIC")->AddNode(hmpcradle,iCh,pCradleMatrix);
      }  
    }
  }
  AliDebug(1,"Stop v3. HMPID option");
} 
  

TGeoVolume * AliHMPIDv3::CreateChamber(Int_t number)
{
  //Single module geometry building
   
 Double_t cm=1,mm=0.1*cm,um=0.001*mm;//default is cm
 
  TGeoVolume *hmp = new TGeoVolumeAssembly(Form("Hmp%i",number));
 
  TGeoMedium *al   =gGeoManager->GetMedium("HMPID_Al");    
  TGeoMedium *ch4  =gGeoManager->GetMedium("HMPID_CH4");    
  TGeoMedium *roha =gGeoManager->GetMedium("HMPID_Roha");   
  TGeoMedium *neoc =gGeoManager->GetMedium("HMPID_Neo");
  TGeoMedium *c6f14=gGeoManager->GetMedium("HMPID_C6F14");  
  TGeoMedium *sio2 =gGeoManager->GetMedium("HMPID_SiO2");   
  TGeoMedium *cu   =gGeoManager->GetMedium("HMPID_Cu");     
  TGeoMedium *w    =gGeoManager->GetMedium("HMPID_W");      
  TGeoMedium *csi  =gGeoManager->GetMedium("HMPID_CsI");    
  TGeoMedium *ar   =gGeoManager->GetMedium("HMPID_Ar");     
  

  TGeoRotation *rot=new TGeoRotation("HwireRot"); rot->RotateY(90); //rotate wires around Y to be along X (initially along Z)
  TGeoVolume *sbo=gGeoManager->MakeBox ("Hsbo",ch4  , 1419*mm/2 , 1378.00*mm/2 ,   50.5*mm/2);//2072P1
  TGeoVolume *cov=gGeoManager->MakeBox ("Hcov",al   , 1419*mm/2 , 1378.00*mm/2 ,    0.5*mm/2);  
  TGeoVolume *hon=gGeoManager->MakeBox ("Hhon",roha , 1359*mm/2 , 1318.00*mm/2 ,   49.5*mm/2);  
  TGeoVolume *rad=gGeoManager->MakeBox ("Hrad",c6f14, 1330*mm/2 ,  413.00*mm/2 ,   24.0*mm/2); //2011P1
  TGeoVolume *neo=gGeoManager->MakeBox ("Hneo",neoc , 1330*mm/2 ,  413.00*mm/2 ,    4.0*mm/2); 
  TGeoVolume *win=gGeoManager->MakeBox ("Hwin",sio2 , 1330*mm/2 ,  413.00*mm/2 ,    5.0*mm/2); 
  TGeoVolume *si1=gGeoManager->MakeBox ("Hsi1",sio2 , 1330*mm/2 ,    5.00*mm/2 ,   15.0*mm/2);    
  TGeoVolume *si2=gGeoManager->MakeBox ("Hsi2",neoc ,   10*mm/2 ,  403.00*mm/2 ,   15.0*mm/2);    
  TGeoVolume *spa=gGeoManager->MakeTube("Hspa",sio2 ,    0*mm   ,    5.00*mm   ,   15.0*mm/2);         
  TGeoVolume *fr4=gGeoManager->MakeBox ("Hfr4",ch4  , 1407*mm/2 , 1366.00*mm/2 ,   15.0*mm/2);//2043P1 
  TGeoVolume *f4a=gGeoManager->MakeBox ("Hf4a",al   , 1407*mm/2 , 1366.00*mm/2 ,   10.0*mm/2); 
  TGeoVolume *f4i=gGeoManager->MakeBox ("Hf4i",ch4  , 1323*mm/2 , 1296.00*mm/2 ,   10.0*mm/2); 
  TGeoVolume *col=gGeoManager->MakeTube("Hcol",cu   ,    0*mm   ,  100.00*um   , 1323.0*mm/2);
  TGeoVolume *sec=gGeoManager->MakeBox ("Hsec",ch4  ,  648*mm/2 ,  411.00*mm/2 ,   6.2*mm/2);//sec=gap 2099P1 (6.2 = 4.45 + 0.05 (1/2 diameter wire)+1.7)
 
  Double_t cellx=8.04*mm,celly=8.4*mm;	Int_t nPadX=80, nPadY=48; 
  TGeoVolume *gap=gGeoManager->MakeBox ("Hgap",ch4  ,  cellx*nPadX/2 ,  celly*nPadY/2 ,    6.2*mm/2); //x=8.04*80 y=8.4*48 z=pad+pad-ano+marign 2006p1  
  TGeoVolume *row=        gap->Divide  ("Hrow",2,nPadY,0,0);//along Y->48 rows
  TGeoVolume *cel=        row->Divide  (Form("Hcel%i",number),1,nPadX,0,0);//along X->80 cells
  TGeoVolume *cat=gGeoManager->MakeTube("Hcat",cu   ,    0.00*mm   ,   50.00*um   ,    cellx/2); 
  TGeoVolume *ano=gGeoManager->MakeTube("Hano",w    ,    0.00*mm   ,   20.00*um   ,    cellx/2); 
  TGeoVolume *pad=gGeoManager->MakeBox (Form("Hpad%i",number),csi  ,    7.54*mm/2 ,    7.90*mm/2 ,    1.7*mm/2); //2006P1 PCB material...     
  TGeoVolume *fr1=gGeoManager->MakeBox ("Hfr1",al   , 1463*mm/2 , 1422.00*mm/2 ,   58.3*mm/2);//2040P1 and pad plane is excluded (62 - 2 - 17)
  TGeoVolume *fr1up=gGeoManager->MakeBox ("Hfr1up",ch4,(1426.00-37.00)*mm/2 , (1385.00-37.00)*mm/2 ,    20.0*mm/2);//2040P1
  
  TGeoVolume *fr1upcard=gGeoManager->MakeBox ("Hfr1upcard",ch4,662.*mm/2., 425.*mm/2. ,19.0*mm/2);//needed to set the gassiplex

  TGeoVolume *fr1perUpBig=gGeoManager->MakeBox ("Hfr1perUpBig",ch4,1389*mm/2,35*mm/2,10*mm/2);    
  TGeoVolume *fr1perUpSma=gGeoManager->MakeBox ("Hfr1perUpSma",ch4,35*mm/2,(1385-37-2*35)*mm/2,10*mm/2);
	TGeoVolume *fr1perDowBig=gGeoManager->MakeBox ("Hfr1perDowBig",ch4,1389*mm/2,46*mm/2,2.3*mm/2);    
  TGeoVolume *fr1perDowSma=gGeoManager->MakeBox ("Hfr1perDowSma",ch4,46*mm/2,(1385-37-2*46)*mm/2,2.3*mm/2);
	
	TGeoVolume *ppf=gGeoManager->MakeBox ("Hppf",al   ,  648*mm/2 ,  411.00*mm/2 ,   38.3*mm/2);//2001P2
  TGeoVolume *lar=gGeoManager->MakeBox ("Hlar",ar   ,  181*mm/2 ,   89.25*mm/2 ,   38.3*mm/2);//2001P2
  TGeoVolume *smo=gGeoManager->MakeBox ("Hsmo",ar   ,  114*mm/2 ,   89.25*mm/2 ,   38.3*mm/2);//2001P2
		
  TGeoVolume *cufoil = gGeoManager->MakeBox("Hcufoil", csi, 662.*mm/2., 425.*mm/2., 1.*mm/2.);//PCB foil at the back of the ppf with holes for GASSIPLEX
  TGeoVolume *rect = gGeoManager->MakeBox("Hrect",ch4, 48*mm/2, 19*mm/2., 1*mm/2.);

		
        TGeoVolume *fr3=   gGeoManager->MakeBox("Hfr3",          al,  1463*mm/2,  1422*mm/2,  34*mm/2);//2041P1
   TGeoVolume *fr3up=    gGeoManager->MakeBox("Hfr3up",     ch4, 1323*mm/2,  1282*mm/2,  20*mm/2);//2041P1
   TGeoVolume *fr3down=gGeoManager->MakeBox("Hfr3down", ch4, 1437*mm/2,  1370*mm/2,  14*mm/2);//2041P1


  TGeoVolume *proxgap1 = gGeoManager->MakeBox("Hproxgap1",ch4,1407*mm/2 , 1366.00*mm/2 ,(9.-7.5)*mm/2.);//methane volume between quartz and fr4
  TGeoVolume *proxgap2 = gGeoManager->MakeBox("Hproxgap2",ch4,1407*mm/2 , 1366.00*mm/2 ,(81.7-6.2-34.-9.-7.5)*mm/2.);//methane volume between fr4 and Hgap(tot height(81.7) - Hsec (6.2)   - proxygap2 (34) - upper bound of fr4 (9+7.5))
  

// ^ Y   z=         z=-12mm      z=98.25mm               ALIC->7xHmp (virtual)-->1xHsbo (virtual) --->2xHcov (real) 2072P1
// |  ____________________________________                                    |                   |-->1xHhon (real) 2072P1
// | |   ______     ____          ______  |                                   |
//   |  |      |   |    |   *    |      | |                                   |->3xHrad (virtual) --->1xHneo (real) 2011P1
//   |  |50.5mm|   |24mm|   *    |45.5mm| |                                   |                   |-->1xHwin (real) 2011P1
//   |  |      |   |    |   *    |      | |                                   |                   |-->2xHsi1 (real) 2011P1
//   |  |      |   |____|   *    |______| |                                   |                   |-->2xHsi2 (real) 2011P1
//   |  |      |    ____    *     ______  |                                   |                   |->30xHspa (real) 2011P1
//   |  |      |   |    |   *    |      | |                                   |
//   |  |      |   |    |   *    |      | |                                   |->1xHfr4 (vitual) --->1xHf4a (real)---->1xHf4i(virtual) 2043P1 
//   |  |  sb  |   | rad|   *    |      | |                                   |                  |-->322xHcol (real) 2043P1
//   |  |      |   |____|   *    |______| |                                   |
//   |  |      |    ____    *     ______  |                                   |->1xHfr1 (real) --> 6xHppf(real) ---->8xHlar (virtual) 2001P1
//   |  |      |   |    |   *    |      | |                                   |                                     |--->8xHsmo (virtual) 2001P1     
//   |  |      |   |    |   *    |      | |                                   |               
//   |  |      |   |    |   *    |      | |                                   |-> 6xHgap (virtual) --->48xHrow (virtual) -->80xHcel (virtual) -->4xHcat (real) from p84 TDR 
//   |  |______|   |____|   *    |______| |                                                                                                  |-->2xHano (real) from p84 TDR                                  
//   |____________________________________|                                                                                                  |-->1xHpad (real) from p84 TDR 
//                                                       --->Z 
  hmp->AddNode(sbo ,1,new TGeoTranslation(   0*mm,   0*mm, -73.75*mm));                     //p.84 TDR
     sbo->AddNode(hon ,1,new TGeoTranslation(  0*mm,0*mm,      0*mm)); //2072P1
     sbo->AddNode(cov ,1,new TGeoTranslation(  0*mm,0*mm,    +25*mm)); 
     sbo->AddNode(cov ,2,new TGeoTranslation(  0*mm,0*mm,    -25*mm)); 
  hmp->AddNode(rad,2,new TGeoTranslation(   0*mm,+434*mm, -12.00*mm)); 
  hmp->AddNode(rad,1,new TGeoTranslation(   0*mm,   0*mm, -12.00*mm)); 
  hmp->AddNode(rad,0,new TGeoTranslation(   0*mm,-434*mm, -12.00*mm)); 
    rad->AddNode(neo,1,new TGeoTranslation(   0*mm,   0*mm, -10.0*mm));
    rad->AddNode(win,1,new TGeoTranslation(   0*mm,   0*mm,   9.5*mm));
    rad->AddNode(si1,1,new TGeoTranslation(   0*mm,-204*mm,  -0.5*mm)); rad->AddNode(si1,2,new TGeoTranslation(   0*mm,+204*mm,  -0.5*mm));
    rad->AddNode(si2,1,new TGeoTranslation(-660*mm,   0*mm,  -0.5*mm)); rad->AddNode(si2,2,new TGeoTranslation(+660*mm,   0*mm,  -0.5*mm));
    for(Int_t i=0;i<3;i++) for(Int_t j=0;j<10;j++) rad->AddNode(spa,10*i+j,new TGeoTranslation(-1330*mm/2+116*mm+j*122*mm,(i-1)*105*mm,-0.5*mm));
  hmp->AddNode(fr4,1,new TGeoTranslation(   0*mm,   0*mm,   9.00*mm));                     //p.84 TDR
  for(int i=1;i<=322;i++)  fr4->AddNode(col,i,new TGeoCombiTrans( 0*mm, -1296/2*mm+i*4*mm,-5*mm,rot)); //F4 2043P1
                           fr4->AddNode(f4a,1,new TGeoTranslation(   0*mm,0*mm, 2.5*mm));    
                                        f4a->AddNode(f4i,1,new TGeoTranslation(   0*mm,0*mm,   0*mm));
  hmp->AddNode(sec,4,new TGeoTranslation(-335*mm,+433*mm,  78.6*mm)); hmp->AddNode(sec,5,new TGeoTranslation(+335*mm,+433*mm,  78.6*mm));
  hmp->AddNode(sec,2,new TGeoTranslation(-335*mm,   0*mm,  78.6*mm)); hmp->AddNode(sec,3,new TGeoTranslation(+335*mm,   0*mm,  78.6*mm));
  hmp->AddNode(sec,0,new TGeoTranslation(-335*mm,-433*mm,  78.6*mm)); hmp->AddNode(sec,1,new TGeoTranslation(+335*mm,-433*mm,  78.6*mm));
    sec->AddNode(gap,1,new TGeoTranslation(0,0,0.*mm));
      cel->AddNode(cat,1,new TGeoCombiTrans (0,  3.15*mm , -2.70*mm , rot)); //4 cathode wires
      cel->AddNode(ano,1,new TGeoCombiTrans (0,  2.00*mm , -0.29*mm , rot)); //2 anod wires
      cel->AddNode(cat,2,new TGeoCombiTrans (0,  1.05*mm , -2.70*mm , rot)); 
      cel->AddNode(cat,3,new TGeoCombiTrans (0, -1.05*mm , -2.70*mm , rot)); 
      cel->AddNode(ano,2,new TGeoCombiTrans (0, -2.00*mm , -0.29*mm , rot)); 
      cel->AddNode(cat,4,new TGeoCombiTrans (0, -3.15*mm , -2.70*mm , rot));   
      cel->AddNode(pad,1,new TGeoTranslation(0,  0.00*mm ,  2.25*mm));       //1 pad  
	    
  hmp->AddNode(fr1,1,new TGeoTranslation(0.,0.,(80.+1.7)*mm+58.3*mm/2.));
		fr1->AddNode(fr1up,1,new TGeoTranslation(0.,0.,(58.3*mm-20.00*mm)/2.));
		
		fr1->AddNode(fr1perUpBig,0,new TGeoTranslation(0.,(1385-37-35)*mm/2.,(58.3*mm-20.00*2*mm-10.0*mm)/2.));
		fr1->AddNode(fr1perUpSma,0,new TGeoTranslation((1426-37-35)*mm/2.,0.,(58.3*mm-20.00*2*mm-10.0*mm)/2.));
		fr1->AddNode(fr1perUpBig,1,new TGeoTranslation(0.,-(1385-37-35)*mm/2.,(58.3*mm-20.00*2*mm-10.0*mm)/2.));
		fr1->AddNode(fr1perUpSma,1,new TGeoTranslation(-(1426-37-35)*mm/2.,0.,(58.3*mm-20.00*2*mm-10.0*mm)/2.));
		
	  fr1->AddNode(fr1perDowBig,0,new TGeoTranslation(0.,(1385-37)*mm/2.,(-58.3*mm+2.3*mm)/2.));
		fr1->AddNode(fr1perDowSma,0,new TGeoTranslation((1426-37)*mm/2.,0.,(-58.3*mm+2.3*mm)/2.));
	  fr1->AddNode(fr1perDowBig,1,new TGeoTranslation(0.,-(1385-37)*mm/2.,(-58.3*mm+2.3*mm)/2.));
		fr1->AddNode(fr1perDowSma,1,new TGeoTranslation(-(1426-37)*mm/2.,0.,(-58.3*mm+2.3*mm)/2.));		
			
	  fr1->AddNode(ppf,4,new TGeoTranslation(-335*mm,433*mm,(-58.3+38.3)*mm/2.));  fr1->AddNode(ppf,5,new TGeoTranslation(335*mm,433*mm,(-58.3+38.3)*mm/2.));	
	  fr1->AddNode(ppf,2,new TGeoTranslation(-335*mm,0.,(-58.3+38.3)*mm/2.));      fr1->AddNode(ppf,3,new TGeoTranslation(335*mm,0.,(-58.3+38.3)*mm/2.));
	  fr1->AddNode(ppf,0,new TGeoTranslation(-335*mm,-433*mm,(-58.3+38.3)*mm/2.)); fr1->AddNode(ppf,1,new TGeoTranslation(335*mm,-433*mm,(-58.3+38.3)*mm/2.));
	
          Double_t offsetx = 16.*mm, offsety = 34.*mm/2., interdistx = 48*mm+offsetx+0.6666*mm,interdisty = 19.*mm+2.*offsety;
 
       //gassiplex implementation
       //it is in 3 different volumes: Hrec (in Hcufoil)+Hext   
     
          TGeoVolume *gassipl2 = gGeoManager->MakeBox("Hgassipl2",csi,32.*mm/2,3.*mm/2.,1.*mm/2.); //in Hrect
	  TGeoVolume *gassipl3 = gGeoManager->MakeBox("Hgassipl3",csi,60.*mm/2,3.*mm/2.,19.*mm/2.); //in Hfr1upcard
	  TGeoVolume *gassipl4 = gGeoManager->MakeBox("Hgassipl4",csi,60.*mm/2,3.*mm/2.,91.*mm/2.); //in Hext (the big rectangle of the card is 110 mm long, 62 mm wide and 1.5 mm high)
	  TGeoVolume *busext   = gGeoManager->MakeTubs("Hbusext",csi,29*mm,30*mm,40*mm/2.,0.,180); //in Hext
	  TGeoVolume *ext = new TGeoVolumeAssembly("Hext");
	  
	  rect->AddNode(gassipl2,1,new TGeoTranslation(0.,0.,0));
	  
          for(Int_t hor=0; hor< 10; hor++){
            for(Int_t vert=0; vert < 8; vert++){
             cufoil->AddNode(rect,hor+vert*10,new TGeoTranslation(offsetx+ 48.*mm/2 + hor*interdistx-662.*mm/2,offsety + 19.*mm/2 + vert*interdisty-425.*mm/2.,0.));
	     fr1upcard->AddNode(gassipl3,hor+vert*10,new TGeoTranslation(offsetx+ 48.*mm/2 + hor*interdistx-662.*mm/2,offsety + 19.*mm/2 + vert*interdisty-425.*mm/2.,0.));
	     ext->AddNode(gassipl4,hor+vert*10,new TGeoTranslation(offsetx+ 48.*mm/2 + hor*interdistx-662.*mm/2,offsety + 19.*mm/2 +
	     vert*interdisty-425.*mm/2.,0));
	     ext->AddNode(busext,hor+vert*10,new TGeoTranslation(offsetx+ 48.*mm/2 + hor*interdistx-662.*mm/2,offsety + 19.*mm/2 +
	     vert*interdisty-425.*mm/2 + 3.*mm/2.,0));
	     }
           }
	   
           fr1up->AddNode(cufoil,4,new TGeoTranslation(-335*mm,433*mm,-20.0*mm/2+1.*mm/2));  fr1up->AddNode(cufoil,5,new TGeoTranslation(335*mm,433*mm,-20.0*mm/2+1.*mm/2));
           fr1up->AddNode(cufoil,2,new TGeoTranslation(-335*mm,0,-20.0*mm/2+1.*mm/2));        fr1up->AddNode(cufoil,3,new TGeoTranslation(335*mm,0,-20.0*mm/2+1.*mm/2));
           fr1up->AddNode(cufoil,0,new TGeoTranslation(-335*mm,-433*mm,-20.0*mm/2+1.*mm/2));  fr1up->AddNode(cufoil,1,new TGeoTranslation(335*mm,-433*mm,-20.0*mm/2+1.*mm/2));
	   
           fr1up->AddNode(fr1upcard,4,new TGeoTranslation(-335*mm,433*mm,1.*mm/2.));   fr1up->AddNode(fr1upcard,5,new TGeoTranslation(335*mm,433*mm,1.*mm/2.));
           fr1up->AddNode(fr1upcard,2,new TGeoTranslation(-335*mm,0,1.*mm/2.));        fr1up->AddNode(fr1upcard,3,new TGeoTranslation(335*mm,0,1.*mm/2.));
           fr1up->AddNode(fr1upcard,0,new TGeoTranslation(-335*mm,-433*mm,1.*mm/2));  fr1up->AddNode(fr1upcard,1,new TGeoTranslation(335*mm,-433*mm,1.*mm/2.));


  hmp->AddNode(ext,4,new TGeoTranslation(-335*mm,+433*mm,  (80.+1.7)*mm+58.3*mm+91*mm/2.)); hmp->AddNode(ext,5,new TGeoTranslation(+335*mm,+433*mm,  (80.+1.7)*mm+58.3*mm+91*mm/2.));
  hmp->AddNode(ext,2,new TGeoTranslation(-335*mm,   0*mm,  (80.+1.7)*mm+58.3*mm+91*mm/2.)); hmp->AddNode(ext,3,new TGeoTranslation(+335*mm,   0*mm,  (80.+1.7)*mm+58.3*mm+91*mm/2.));
  hmp->AddNode(ext,0,new TGeoTranslation(-335*mm,-433*mm,  (80.+1.7)*mm+58.3*mm+91*mm/2.)); hmp->AddNode(ext,1,new TGeoTranslation(+335*mm,-433*mm,  (80.+1.7)*mm+58.3*mm+91*mm/2.));

	
 hmp->AddNode(proxgap1,0,new TGeoTranslation(0.,0.,(9.-7.5)*mm/2.));//due to the TGeoVolumeAssembly definition the ch4 volume must be inserted around the collecting wires		
 hmp->AddNode(proxgap2,0,new TGeoTranslation(0.,0.,(9+7.5 +34)*mm + (81.7-6.2-34.-9.-7.5)*mm/2.));// tot height(81.7) - Hsec - proxygap2 - top edge fr4 at (9+7.5) mm  		
		
// ^ Y  single cell                                                5.5mm CH4 = 1*mm CsI + 4.45*mm CsI x cath +0.05*mm safety margin         
// |      ______________________________           
// |     |                              |          ^                            ||     
//       |                              | 1.05mm                                ||     
// 2.2*mm| xxxxxxxxxxxxxxxxxxxxxxxxxxxx |--              50um  x                || cat shift  x=0mm , y= 3.15mm , z=-2.70mm       
//       |                              |                                       ||     
//       |                              |                                       ||     
// __    |  ..........................  | 2.1mm                    20un .       ||  ano shift x=0mm , y= 2.00mm , z=-0.29mm   
//       |                              |                                       ||     
//       |                              |                                       ||     
//       | xxxxxxxxxxxxxxxxxxxxxxxxxxxx |--                    x                ||  cat shift x=0mm , y= 1.05mm , z=-2.70mm   
//       |                              |                                       ||     
//       |                              |         8.4mm                         ||   
// 4*mm  |                              | 2.1mm                                 ||  pad shift x=0mm , y= 0.00mm , z=2.25*mm   
//       |                              |                                       ||  
//       |                              |                                       ||  
//       | xxxxxxxxxxxxxxxxxxxxxxxxxxxx |--                    x                ||  cat shift x=0mm , y=-1.05mm , z=-2.70mm   
//       |                              |                                       ||  
//       |                              |                                       ||    
// __    |  ..........................  | 2.1mm                         . 2.04mm||  ano shift x=0mm , y=-2.00mm , z=-0.29mm   
//       |                              |                                       ||  
//       |                              |                                       ||  
//       | xxxxxxxxxxxxxxxxxxxxxxxxxxxx |--                    x    4.45mm      ||  cat shift x=0mm , y=-3.15mm , z=-2.70mm   
// 2.2*mm|                              |                                       ||  
//       |                              | 1.05mm                                ||         
//       |______________________________|          v                            ||    
//       <             8 mm             >                          
//                                   ----->X                                 ----->Z



  ppf->AddNode(lar,0,new TGeoTranslation(-224.5*mm,-151.875*mm,  0.*mm));
  ppf->AddNode(lar,1,new TGeoTranslation(-224.5*mm,- 50.625*mm,  0.*mm));
  ppf->AddNode(lar,2,new TGeoTranslation(-224.5*mm,+ 50.625*mm,  0.*mm));
  ppf->AddNode(lar,3,new TGeoTranslation(-224.5*mm,+151.875*mm,  0.*mm));
  ppf->AddNode(lar,4,new TGeoTranslation(+224.5*mm,-151.875*mm,  0.*mm));
  ppf->AddNode(lar,5,new TGeoTranslation(+224.5*mm,- 50.625*mm,  0.*mm));
  ppf->AddNode(lar,6,new TGeoTranslation(+224.5*mm,+ 50.625*mm,  0.*mm));
  ppf->AddNode(lar,7,new TGeoTranslation(+224.5*mm,+151.875*mm,  0.*mm));
  ppf->AddNode(smo,0,new TGeoTranslation(- 65.0*mm,-151.875*mm,  0.*mm));
  ppf->AddNode(smo,1,new TGeoTranslation(- 65.0*mm,- 50.625*mm,  0.*mm));
  ppf->AddNode(smo,2,new TGeoTranslation(- 65.0*mm,+ 50.625*mm,  0.*mm));
  ppf->AddNode(smo,3,new TGeoTranslation(- 65.0*mm,+151.875*mm,  0.*mm));
  ppf->AddNode(smo,4,new TGeoTranslation(+ 65.0*mm,-151.875*mm,  0.*mm));
  ppf->AddNode(smo,5,new TGeoTranslation(+ 65.0*mm,- 50.625*mm,  0.*mm));
  ppf->AddNode(smo,6,new TGeoTranslation(+ 65.0*mm,+ 50.625*mm,  0.*mm));
  ppf->AddNode(smo,7,new TGeoTranslation(+ 65.0*mm,+151.875*mm,  0.*mm)); 
  

//hmp->AddNode(fr3,1,new TGeoTranslation(0.,0.,(81.7-29.)*mm-34.*mm/2));
 hmp->AddNode(fr3,1,new TGeoTranslation(0.,0.,(9.+7.5)*mm+34.*mm/2));
         fr3->AddNode( fr3up,1,    new TGeoTranslation(0.,  0.,  7*mm));
	 fr3->AddNode(fr3down,1,new TGeoTranslation(0.,  0., -10*mm));	

return hmp;
  
}//CreateChamber()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::Init()
{
// This method defines ID for sensitive volumes, i.e. such geometry volumes for which there are if(TVirtualMC::GetMC()->CurrentVolID()==XXX) 
// statements in StepManager()
// Arguments: none
//   Returns: none      
  AliDebug(1,"Start v2 HMPID.");    
  //InitProperties();
  AliDebug(1,"Stop v2 HMPID.");    
}
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::DefineOpticalProperties() 
{
  AliDebug(1,"");    

// Optical properties definition.
  const Int_t kNbins=30;                 //number of photon energy points
  Float_t emin=5.5,emax=8.5;             //Photon energy range,[eV]
  Float_t deltaE = (emax - emin)/kNbins;
  Float_t aEckov [kNbins]; 
  Double_t dEckov [kNbins]; 
  Float_t aAbsRad[kNbins], aAbsWin[kNbins], aAbsGap[kNbins], aAbsMet[kNbins];
  Float_t aIdxRad[kNbins], aIdxWin[kNbins], aIdxGap[kNbins], aIdxMet[kNbins], aIdxPc[kNbins]; 
  Float_t                                                    aQeAll [kNbins], aQePc [kNbins];
  Double_t dReflMet[kNbins], dQePc[kNbins];

  TF2 *pRaIF=new TF2("HidxRad","sqrt(1+0.554*(1239.84/x)^2/((1239.84/x)^2-5769)-0.0005*(y-20))"                                       ,emin,emax,0,50); //DiMauro mail temp 0-50 degrees C
  TF1 *pWiIF=new TF1("HidxWin","sqrt(1+46.411/(10.666*10.666-x*x)+228.71/(18.125*18.125-x*x))"                                        ,emin,emax);      //SiO2 idx TDR p.35
  TF1 *pGaIF=new TF1("HidxGap","1+0.12489e-6/(2.62e-4 - x*x/1239.84/1239.84)"                                                         ,emin,emax);      //?????? from where  

  TF1 *pRaAF=new TF1("HabsRad","(x<7.8)*(gaus+gaus(3))+(x>=7.8)*0.0001"                                                               ,emin,emax);  //fit from DiMauro data 28.10.03 
  pRaAF->SetParameters(3.20491e16,-0.00917890,0.742402,3035.37,4.81171,0.626309);
  TF1 *pWiAF=new TF1("HabsWin","(x<8.2)*(818.8638-301.0436*x+36.89642*x*x-1.507555*x*x*x)+(x>=8.2)*0.0001"                            ,emin,emax);  //fit from DiMauro data 28.10.03 
  TF1 *pGaAF=new TF1("HabsGap","(x<7.75)*6512.399+(x>=7.75)*3.90743e-2/(-1.655279e-1+6.307392e-2*x-8.011441e-3*x*x+3.392126e-4*x*x*x)",emin,emax);  //????? from where  
  
  TF1 *pQeF =new TF1("Hqe"    ,"0+(x>6.07267)*0.344811*(1-exp(-1.29730*(x-6.07267)))"                                                 ,emin,emax);  //fit from DiMauro data 28.10.03  
                   
  TString title=GetTitle();
  Bool_t isFlatIdx=title.Contains("FlatIdx"); 
  
  for(Int_t i=0;i<kNbins;i++){
    Float_t eV=emin+deltaE*i;  //Ckov energy in eV
    aEckov [i] =1e-9*eV;    //Ckov energy in GeV
    dEckov [i] = aEckov[i];
    aAbsRad[i]=pRaAF->Eval(eV); (isFlatIdx)? aIdxRad[i]=1.292: aIdxRad[i]=pRaIF->Eval(eV,20);     
    aAbsWin[i]=pWiAF->Eval(eV);              aIdxWin[i]=pWiIF->Eval(eV);
    aAbsGap[i]=pGaAF->Eval(eV);              aIdxGap[i]=pGaIF->Eval(eV);   
    aQeAll[i] =1;                     //QE for all other materials except for PC must be 1.  
    aAbsMet[i] =0.0001;                aIdxMet[i]=0;                                             //metal ref idx must be 0 in order to reflect photon
                                       aIdxPc [i]=1;           aQePc [i]=pQeF->Eval(eV);         //PC ref idx must be 1 in order to apply photon to QE conversion 
    dQePc [i]= pQeF->Eval(eV);
    dReflMet[i] = 0.;     // no reflection on the surface of the pc (?)                                       
  }
  TVirtualMC::GetMC()->SetCerenkov((*fIdtmed)[kC6F14]    , kNbins, aEckov, aAbsRad  , aQeAll , aIdxRad );    
  TVirtualMC::GetMC()->SetCerenkov((*fIdtmed)[kSiO2]     , kNbins, aEckov, aAbsWin  , aQeAll , aIdxWin );    
  TVirtualMC::GetMC()->SetCerenkov((*fIdtmed)[kCH4]      , kNbins, aEckov, aAbsGap  , aQeAll , aIdxGap );    
  TVirtualMC::GetMC()->SetCerenkov((*fIdtmed)[kCu]       , kNbins, aEckov, aAbsMet  , aQeAll , aIdxMet );    
  TVirtualMC::GetMC()->SetCerenkov((*fIdtmed)[kW]        , kNbins, aEckov, aAbsMet  , aQeAll , aIdxMet ); //n=0 means reflect photons       
  TVirtualMC::GetMC()->SetCerenkov((*fIdtmed)[kCsI]      , kNbins, aEckov, aAbsMet  , aQePc  , aIdxPc  ); //n=1 means convert photons    
  TVirtualMC::GetMC()->SetCerenkov((*fIdtmed)[kAl]       , kNbins, aEckov, aAbsMet  , aQeAll , aIdxMet );    

  // Define a skin surface for the photocatode to enable 'detection' in G4
  for(Int_t i=0; i<7; i++){
  TVirtualMC::GetMC()->DefineOpSurface(Form("surfPc%i",i), kGlisur /*kUnified*/,kDielectric_metal,kPolished, 0.);
  TVirtualMC::GetMC()->SetMaterialProperty(Form("surfPc%i",i), "EFFICIENCY", kNbins, dEckov, dQePc);
  TVirtualMC::GetMC()->SetMaterialProperty(Form("surfPc%i",i), "REFLECTIVITY", kNbins, dEckov, dReflMet);
  TVirtualMC::GetMC()->SetSkinSurface(Form("skinPc%i",i), Form("Hpad%i",i),Form("surfPc%i",i)); }

  delete pRaAF;delete pWiAF;delete pGaAF; delete pRaIF; delete pWiIF; delete pGaIF; delete pQeF;
}
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Bool_t AliHMPIDv3::IsLostByFresnel()
{
// Calculate probability for the photon to be lost by Fresnel reflection.
  TLorentzVector p4;
  Double_t mom[3],localMom[3];
  TVirtualMC::GetMC()->TrackMomentum(p4);   mom[0]=p4(1);   mom[1]=p4(2);   mom[2]=p4(3);
  localMom[0]=0; localMom[1]=0; localMom[2]=0;
  TVirtualMC::GetMC()->Gmtod(mom,localMom,2);
  Double_t localTc    = localMom[0]*localMom[0]+localMom[2]*localMom[2];
  Double_t localTheta = TMath::ATan2(TMath::Sqrt(localTc),localMom[1]);
  Double_t cotheta = TMath::Abs(TMath::Cos(localTheta));
  if(TVirtualMC::GetMC()->GetRandom()->Rndm() < Fresnel(p4.E()*1e9,cotheta,1)){
    AliDebug(1,"Photon lost");
    return kTRUE;
  }else
    return kFALSE;
}//IsLostByFresnel()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::GenFee(Float_t qtot)
{
// Generate FeedBack photons for the current particle. To be invoked from StepManager().
// eloss=0 means photon so only pulse height distribution is to be analysed.
  TLorentzVector x4;
  TVirtualMC::GetMC()->TrackPosition(x4); 
  Int_t iNphotons=TVirtualMC::GetMC()->GetRandom()->Poisson(0.02*qtot);  //# of feedback photons is proportional to the charge of hit
  AliDebug(1,Form("N photons=%i",iNphotons));
  Int_t j;
  Float_t cthf, phif, enfp = 0, sthf, e1[3], e2[3], e3[3], vmod, uswop,dir[3], phi,pol[3], mom[4];
//Generate photons
  for(Int_t i=0;i<iNphotons;i++){//feedbacks loop
    Double_t ranf[2];
    TVirtualMC::GetMC()->GetRandom()->RndmArray(2,ranf);    //Sample direction
    cthf=ranf[0]*2-1.0;
    if(cthf<0) continue;
    sthf = TMath::Sqrt((1. - cthf) * (1. + cthf));
    phif = ranf[1] * 2 * TMath::Pi();
    
    if(Double_t randomNumber=TVirtualMC::GetMC()->GetRandom()->Rndm()<=0.57)
      enfp = 7.5e-9;
    else if(randomNumber<=0.7)
      enfp = 6.4e-9;
    else
      enfp = 7.9e-9;
    

    dir[0] = sthf * TMath::Sin(phif);    dir[1] = cthf;    dir[2] = sthf * TMath::Cos(phif);
    TVirtualMC::GetMC()->Gdtom(dir, mom, 2);
    mom[0]*=enfp;    mom[1]*=enfp;    mom[2]*=enfp;
    mom[3] = TMath::Sqrt(mom[0]*mom[0]+mom[1]*mom[1]+mom[2]*mom[2]);
    
    // Polarisation
    e1[0]=      0;    e1[1]=-dir[2];    e1[2]= dir[1];
    e2[0]=-dir[1];    e2[1]= dir[0];    e2[2]=      0;
    e3[0]= dir[1];    e3[1]=      0;    e3[2]=-dir[0];
    
    vmod=0;
    for(j=0;j<3;j++) vmod+=e1[j]*e1[j];
    if (!vmod) for(j=0;j<3;j++) {
      uswop=e1[j];
      e1[j]=e3[j];
      e3[j]=uswop;
    }
    vmod=0;
    for(j=0;j<3;j++) vmod+=e2[j]*e2[j];
    if (!vmod) for(j=0;j<3;j++) {
      uswop=e2[j];
      e2[j]=e3[j];
      e3[j]=uswop;
    }
    
    vmod=0;  for(j=0;j<3;j++) vmod+=e1[j]*e1[j];  vmod=TMath::Sqrt(1/vmod);  for(j=0;j<3;j++) e1[j]*=vmod;    
    vmod=0;  for(j=0;j<3;j++) vmod+=e2[j]*e2[j];  vmod=TMath::Sqrt(1/vmod);  for(j=0;j<3;j++) e2[j]*=vmod;
    
    phi = TVirtualMC::GetMC()->GetRandom()->Rndm()* 2 * TMath::Pi();
    for(j=0;j<3;j++) pol[j]=e1[j]*TMath::Sin(phi)+e2[j]*TMath::Cos(phi);
    TVirtualMC::GetMC()->Gdtom(pol, pol, 2);
    Int_t outputNtracksStored;    
    gAlice->GetMCApp()->PushTrack(1,                             //transport
                     gAlice->GetMCApp()->GetCurrentTrackNumber(),//parent track 
                     50000051,                                   //PID
		     mom[0],mom[1],mom[2],mom[3],                //track momentum  
                     x4.X(),x4.Y(),x4.Z(),x4.T(),                //track origin 
                     pol[0],pol[1],pol[2],                       //polarization
		     kPFeedBackPhoton,                           //process ID   
                     outputNtracksStored,                        //on return how many new photons stored on stack
                     1.0);                                       //weight
  }//feedbacks loop
  AliDebug(1,"Stop.");
}//GenerateFeedbacks()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::Hits2SDigits()
{
// Interface method ivoked from AliSimulation to create a list of sdigits corresponding to list of hits. Every hit generates one or more sdigits.
// Arguments: none
//   Returns: none   
  AliDebug(1,"Start.");
  for(Int_t iEvt=0;iEvt < GetLoader()->GetRunLoader()->GetNumberOfEvents();iEvt++){                //events loop
    GetLoader()->GetRunLoader()->GetEvent(iEvt);                          //get next event
  
    if(!GetLoader()->TreeH()) {GetLoader()->LoadHits();                    }
    if(!GetLoader()->TreeS()) {GetLoader()->MakeTree("S"); MakeBranch("S");}//to
          
    for(Int_t iEnt=0;iEnt<GetLoader()->TreeH()->GetEntries();iEnt++){//prims loop
      GetLoader()->TreeH()->GetEntry(iEnt);
      Hit2Sdi(Hits(),SdiLst());
    }//prims loop
    GetLoader()->TreeS()->Fill();
    GetLoader()->WriteSDigits("OVERWRITE");
    SdiReset();
  }//events loop  
  GetLoader()->UnloadHits();
  GetLoader()->UnloadSDigits();  
  AliDebug(1,"Stop.");
}//Hits2SDigits()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::Hit2Sdi(TClonesArray *pHitLst,TClonesArray *pSdiLst)
{
// Converts list of hits to list of sdigits. 
// Arguments: pHitLst  - list of hits provided not empty
//            pSDigLst - list of sdigits where to store the results
//   Returns: none         
  for(Int_t iHit=0;iHit<pHitLst->GetEntries();iHit++){         //hits loop
    AliHMPIDHit *pHit=(AliHMPIDHit*)pHitLst->At(iHit);         //get pointer to current hit   
    pHit->Hit2Sdi(pSdiLst);                                    //convert this hit to list of sdigits     
  }//hits loop loop
}//Hits2Sdi()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::Digits2Raw()
{
// Interface method invoked by AliSimulation to create raw data streams from digits. Events loop is done in AliSimulation
// Arguments: none
//   Returns: none    
  AliDebug(1,"Start.");
  GetLoader()->LoadDigits();
  TTree * treeD = GetLoader()->TreeD();
  if(!treeD) {
    AliError("No digits tree!");
    return;
  }
  treeD->GetEntry(0);
  
  
  AliHMPIDRawStream *pRS=0x0;
  pRS->WriteRaw(DigLst());
   
  GetLoader()->UnloadDigits();
  AliDebug(1,"Stop.");      
}//Digits2Raw()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Float_t AliHMPIDv3::Fresnel(Float_t ene,Float_t pdoti, Bool_t pola)
{
// Correction for Fresnel   ???????????
// Arguments:   ene - photon energy [GeV],
//              PDOTI=COS(INC.ANG.), PDOTR=COS(POL.PLANE ROT.ANG.)
//   Returns:  
    Float_t en[36] = {5.0,5.1,5.2,5.3,5.4,5.5,5.6,5.7,5.8,5.9,6.0,6.1,6.2,
		      6.3,6.4,6.5,6.6,6.7,6.8,6.9,7.0,7.1,7.2,7.3,7.4,7.5,7.6,7.7,
		      7.8,7.9,8.0,8.1,8.2,8.3,8.4,8.5};
    Float_t csin[36] = {2.14,2.21,2.33,2.48,2.76,2.97,2.99,2.59,2.81,3.05,
			2.86,2.53,2.55,2.66,2.79,2.96,3.18,3.05,2.84,2.81,2.38,2.11,
			2.01,2.13,2.39,2.73,3.08,3.15,2.95,2.73,2.56,2.41,2.12,1.95,
			1.72,1.53};
    Float_t csik[36] = {0.,0.,0.,0.,0.,0.196,0.408,0.208,0.118,0.49,0.784,0.543,
	 		0.424,0.404,0.371,0.514,0.922,1.102,1.139,1.376,1.461,1.253,0.878,
			0.69,0.612,0.649,0.824,1.347,1.571,1.678,1.763,1.857,1.824,1.824,
			1.714,1.498};
    Float_t xe=ene;
    Int_t  j=Int_t(xe*10)-49;
    Float_t cn=csin[j]+((csin[j+1]-csin[j])/0.1)*(xe-en[j]);
    Float_t ck=csik[j]+((csik[j+1]-csik[j])/0.1)*(xe-en[j]);

    //FORMULAE FROM HANDBOOK OF OPTICS, 33.23 OR
    //W.R. HUNTER, J.O.S.A. 54 (1964),15 , J.O.S.A. 55(1965),1197

    Float_t sinin=TMath::Sqrt((1.-pdoti)*(1.+pdoti));
    Float_t tanin=sinin/pdoti;

    Float_t c1=cn*cn-ck*ck-sinin*sinin;
    Float_t c2=4*cn*cn*ck*ck;
    Float_t aO=TMath::Sqrt(0.5*(TMath::Sqrt(c1*c1+c2)+c1));
    Float_t b2=0.5*(TMath::Sqrt(c1*c1+c2)-c1);
    
    Float_t rs=((aO-pdoti)*(aO-pdoti)+b2)/((aO+pdoti)*(aO+pdoti)+b2);
    Float_t rp=rs*((aO-sinin*tanin)*(aO-sinin*tanin)+b2)/((aO+sinin*tanin)*(aO+sinin*tanin)+b2);
    

    //CORRECTION FACTOR FOR SURFACE ROUGHNESS
    //B.J. STAGG  APPLIED OPTICS, 30(1991),4113

    Float_t sigraf=18.;
    Float_t lamb=1240/ene;
    Float_t fresn;
 
    Float_t  rO=TMath::Exp(-(4*TMath::Pi()*pdoti*sigraf/lamb)*(4*TMath::Pi()*pdoti*sigraf/lamb));

    if(pola)
    {
	Float_t pdotr=0.8;                                 //DEGREE OF POLARIZATION : 1->P , -1->S
	fresn=0.5*(rp*(1+pdotr)+rs*(1-pdotr));
    }
    else
	fresn=0.5*(rp+rs);
      
    fresn = fresn*rO;
    return fresn;
}//Fresnel()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::Print(Option_t *option)const
{
// Debug printout
  TObject::Print(option);
}//void AliHMPID::Print(Option_t *option)const
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Bool_t AliHMPIDv3::Raw2SDigits(AliRawReader *pRR)
{
// Arguments: pRR- raw reader 
//   Returns: kTRUE on success (currently ignored in AliSimulation::ConvertRaw2SDigits())      
//AliHMPIDDigit sdi; //tmp sdigit, raw digit will be converted to it
  
  if(!GetLoader()->TreeS()) {MakeTree("S");  MakeBranch("S");}
    
  TClonesArray *pSdiLst=SdiLst(); Int_t iSdiCnt=0; //tmp list of sdigits for all chambers
  AliHMPIDRawStream stream(pRR);
  while(stream.Next())
  {
    for(Int_t iPad=0;iPad<stream.GetNPads();iPad++) {
      AliHMPIDDigit sdi(stream.GetPadArray()[iPad],stream.GetChargeArray()[iPad]);
      new((*pSdiLst)[iSdiCnt++]) AliHMPIDDigit(sdi); //add this digit to the tmp list
    }
  }
  
  GetLoader()->TreeS()->Fill(); GetLoader()->WriteSDigits("OVERWRITE");//write out sdigits
  SdiReset();
  return kTRUE;

}//Raw2SDigits

//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::StepCount()
{
// Count number of ckovs created  
}
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::StepHistory()
{
// This methode is invoked from StepManager() in order to print out 
  static Int_t iStepN;
  const char *sParticle;
  switch(TVirtualMC::GetMC()->TrackPid()){
    case kProton:      sParticle="PROTON"    ;break;
    case kNeutron:     sParticle="neutron"   ;break;
    case kGamma:       sParticle="gamma"     ;break;
    case 50000050:     sParticle="CKOV"      ;break;
    case kPi0:         sParticle="Pi0"       ;break;  
    case kPiPlus:      sParticle="Pi+"       ;break;  
    case kPiMinus:     sParticle="Pi-"       ;break;  
    case kElectron:    sParticle="electron"  ;break;  
    default:           sParticle="not known" ;break;
  }

  TString flag="fanny combination";
  if(TVirtualMC::GetMC()->IsTrackAlive()) {
    if(TVirtualMC::GetMC()->IsTrackEntering())      flag="enters to";
    else if(TVirtualMC::GetMC()->IsTrackExiting())  flag="exits from";
    else if(TVirtualMC::GetMC()->IsTrackInside())   flag="inside";
  } else {
    if(TVirtualMC::GetMC()->IsTrackStop())          flag="stopped in";
  }
  
  Int_t vid=0,copy=0;
  TString path=TVirtualMC::GetMC()->CurrentVolName(); path.Prepend("-");path.Prepend(TVirtualMC::GetMC()->CurrentVolOffName(1));//current volume and his mother are always there
  vid=TVirtualMC::GetMC()->CurrentVolOffID(2,copy);  if(vid) {path.Prepend("-");path.Prepend(TVirtualMC::GetMC()->VolName(vid));}
  vid=TVirtualMC::GetMC()->CurrentVolOffID(3,copy);  if(vid) {path.Prepend("-");path.Prepend(TVirtualMC::GetMC()->VolName(vid));}
 
  
  Printf("Step %i: %s (%i) %s %s m=%.6f GeV q=%.1f dEdX=%.4f Etot=%.4f",iStepN,sParticle,TVirtualMC::GetMC()->TrackPid(),flag.Data(),path.Data(),TVirtualMC::GetMC()->TrackMass(),TVirtualMC::GetMC()->TrackCharge(),TVirtualMC::GetMC()->Edep()*1e9,TVirtualMC::GetMC()->Etot());
  
  Double_t gMcTrackPos[3]; TVirtualMC::GetMC()->TrackPosition(gMcTrackPos[0],gMcTrackPos[1],gMcTrackPos[2]);
  Double_t  gMcTrackPosLoc[3]; TVirtualMC::GetMC()->Gmtod(gMcTrackPos,gMcTrackPosLoc,1);
  Printf("TVirtualMC::GetMC() Track Position (MARS) x: %5.3lf, y: %5.3lf, z: %5.3lf (r: %5.3lf) ---> (LOC) x: %5.3f, y: %5.3f, z: %5.3f",gMcTrackPos[0],gMcTrackPos[1],gMcTrackPos[2],TMath::Sqrt(gMcTrackPos[0]*gMcTrackPos[0]+gMcTrackPos[1]*gMcTrackPos[1]+gMcTrackPos[2]*gMcTrackPos[2]),gMcTrackPosLoc[0],gMcTrackPosLoc[1],gMcTrackPosLoc[2]);
  

  
  Printf("Step %i: tid=%i flags alive=%i disap=%i enter=%i exit=%i inside=%i out=%i stop=%i new=%i",
                            iStepN, gAlice->GetMCApp()->GetCurrentTrackNumber(),
                            TVirtualMC::GetMC()->IsTrackAlive(), TVirtualMC::GetMC()->IsTrackDisappeared(),TVirtualMC::GetMC()->IsTrackEntering(), TVirtualMC::GetMC()->IsTrackExiting(),
                            TVirtualMC::GetMC()->IsTrackInside(),TVirtualMC::GetMC()->IsTrackOut(),        TVirtualMC::GetMC()->IsTrackStop(),     TVirtualMC::GetMC()->IsNewTrack());
  
  Float_t a,z,den,rad,abs; a=z=den=rad=abs=-1;
  Int_t mid=TVirtualMC::GetMC()->CurrentMaterial(a,z,den,rad,abs);
  Printf("Step %i: mid=%i a=%7.2f z=%7.2f den=%9.4f rad=%9.2f abs=%9.2f\n\n",iStepN,mid,a,z,den,rad,abs);
  
  TArrayI proc;  TVirtualMC::GetMC()->StepProcesses(proc); 
  Printf("Processes in this step:");
  for ( int i = 0 ; i < proc.GetSize(); i++)
  {
    Printf("%s",TMCProcessName[proc.At(i)]);
  }
  Printf("End process list");
  
  iStepN++;
}//StepHistory()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::StepManager()
{
// Full Step Manager.
// Arguments: none
//   Returns: none           
//  StepHistory(); return; //uncomment to print tracks history
 //  StepCount(); return;     //uncomment to count photons
  
   TString volname = TVirtualMC::GetMC()->CurrentVolName();

//Treat photons    
    if((TVirtualMC::GetMC()->TrackPid()==50000050||TVirtualMC::GetMC()->TrackPid()==50000051)&&volname.Contains("Hpad")){ //photon (Ckov or feedback) hits on module PC (Hpad)
    if(TVirtualMC::GetMC()->Edep()>0){                                                                           //photon survided QE test i.e. produces electron
      if(IsLostByFresnel()){ TVirtualMC::GetMC()->StopTrack(); return;}                                          //photon lost due to fersnel reflection on PC       
      Int_t   tid=     TVirtualMC::GetMC()->GetStack()->GetCurrentTrackNumber();                                 //take TID
      Int_t   pid=     TVirtualMC::GetMC()->TrackPid();                                                          //take PID
      Float_t etot=    TVirtualMC::GetMC()->Etot();                                                              //total hpoton energy, [GeV] 
      Double_t x[3];   TVirtualMC::GetMC()->TrackPosition(x[0],x[1],x[2]);                                       //take MARS position at entrance to PC
      Float_t hitTime= (Float_t)TVirtualMC::GetMC()->TrackTime();                                                //hit formation time       
      TString tmpname = volname; tmpname.Remove(0,4); Int_t idch = tmpname.Atoi();               //retrieve the chamber number
      Float_t xl,yl;   AliHMPIDParam::Instance()->Mars2Lors(idch,x,xl,yl);                       //take LORS position 
      new((*fHits)[fNhits++])AliHMPIDHit(idch,etot,pid,tid,xl,yl,hitTime,x);                             //HIT for photon, position at P, etot will be set to Q
      if(fDoFeed) GenFee(etot);                                                                  //generate feedback photons etot is modified in hit ctor to Q of hit
    }//photon hit PC and DE >0 
  }//photon hit PC
   
  
  //Treat charged particles  
  static Float_t eloss;                                                                           //need to store mip parameters between different steps    
  static Double_t in[3];                                                                          

  if(TVirtualMC::GetMC()->IsTrackEntering() && TVirtualMC::GetMC()->TrackCharge() && volname.Contains("Hpad")) //Trackref stored when entering in the pad volume
    AddTrackReference(TVirtualMC::GetMC()->GetStack()->GetCurrentTrackNumber(), AliTrackReference::kHMPID);       //for acceptance calculations
   

  if(TVirtualMC::GetMC()->TrackCharge() && volname.Contains("Hcel")){                                           //charged particle in amplification gap (Hcel)
    if(TVirtualMC::GetMC()->IsTrackEntering()||TVirtualMC::GetMC()->IsNewTrack()) {                                               //entering or newly created
      eloss=0;                                                                                    //reset Eloss collector                         
      TVirtualMC::GetMC()->TrackPosition(in[0],in[1],in[2]);                                                      //take position at the entrance
    }else if(TVirtualMC::GetMC()->IsTrackExiting()||TVirtualMC::GetMC()->IsTrackStop()||TVirtualMC::GetMC()->IsTrackDisappeared()){               //exiting or disappeared
      eloss              +=TVirtualMC::GetMC()->Edep();                                                           //take into account last step Eloss
      Int_t tid=          TVirtualMC::GetMC()->GetStack()->GetCurrentTrackNumber();                               //take TID
      Int_t pid=          TVirtualMC::GetMC()->TrackPid();                                                        //take PID
      Double_t out[3];    TVirtualMC::GetMC()->TrackPosition(out[0],out[1],out[2]);                               //take MARS position at exit
      Float_t hitTime= (Float_t)TVirtualMC::GetMC()->TrackTime();                                                         //hit formation time       
      out[0]=0.5*(out[0]+in[0]);                                                                  //
      out[1]=0.5*(out[1]+in[1]);                                                                  //take hit position at the anod plane
      out[2]=0.5*(out[2]+in[2]);
      TString tmpname = volname;  tmpname.Remove(0,4);  Int_t idch = tmpname.Atoi();              //retrieve the chamber number
      Float_t xl,yl;AliHMPIDParam::Instance()->Mars2Lors(idch,out,xl,yl);                         //take LORS position
      if(eloss>0) {
        new((*fHits)[fNhits++])AliHMPIDHit(idch,eloss,pid,tid,xl,yl,hitTime,out);                           //HIT for MIP, position near anod plane, eloss will be set to Q 
        if(fDoFeed) GenFee(eloss);                                                                  //generate feedback photons 
      }
    }else                                                                                         //just going inside
      eloss          += TVirtualMC::GetMC()->Edep();                                                              //collect this step eloss 
  }//MIP in GAP
 
}//StepManager()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::TestPoint(Int_t ch,Float_t x,Float_t y)
{
// Utility method to check the validity of geometry by poviding some crucial points
// Arguments: ch,x,y- crucial point definition (cm) in LORS
//   Returns: none    
  Double_t mars[3];
  AliHMPIDParam::Instance()->Lors2Mars(ch,x,y,mars);
  Printf("(ch=%i,locX=%.2f,locY=%.2f) %s",ch,x,y,gGeoManager->FindNode(mars[0],mars[1],mars[2])->GetName());
}//TestPoint()
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDv3::TestGeom()
{
//
// Test method to check geometry
//
  //TGeoManager::Import("misaligned_geometry.root");
  TGeoManager::Import("geometry.root");
  for(Int_t ch=AliHMPIDParam::kMinCh;ch<=AliHMPIDParam::kMaxCh;ch++)
    TestPoint(ch,0,0);
}//TestPoint()
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

void  AliHMPIDv3::IdealPosition(Int_t iCh,TGeoHMatrix *pMatrix)       //ideal position of given chamber 
{
// Construct ideal position matrix for a given chamber
// Arguments: iCh- chamber ID; pMatrix- pointer to precreated unity matrix where to store the results
//   Returns: none
  const Double_t kAngHor=19.5;        //  horizontal angle between chambers  19.5 grad
  const Double_t kAngVer=20;          //  vertical angle between chambers    20   grad     
  const Double_t kAngCom=30;          //  common HMPID rotation with respect to x axis  30   grad     
  const Double_t kTrans[3]={490,0,0}; //  center of the chamber is on window-gap surface
  pMatrix->RotateY(90);               //  rotate around y since initial position is in XY plane -> now in YZ plane
  pMatrix->SetTranslation(kTrans);    //  now plane in YZ is shifted along x 
  switch(iCh){
    case 0:                pMatrix->RotateY(kAngHor);  pMatrix->RotateZ(-kAngVer);  break; //right and down 
    case 1:                                            pMatrix->RotateZ(-kAngVer);  break; //down              
    case 2:                pMatrix->RotateY(kAngHor);                               break; //right 
    case 3:                                                                         break; //no rotation
    case 4:                pMatrix->RotateY(-kAngHor);                              break; //left   
    case 5:                                            pMatrix->RotateZ(kAngVer);   break; //up
    case 6:                pMatrix->RotateY(-kAngHor); pMatrix->RotateZ(kAngVer);   break; //left and up 
  }
  pMatrix->RotateZ(kAngCom);     //apply common rotation  in XY plane    
}


void  AliHMPIDv3::IdealPositionCradle(Int_t iCh,TGeoHMatrix *pMatrix)     //ideal position of given one module of the cradle
{
// Construct ideal position matrix for a given module cradle
// Arguments: iCh- chamber ID; pMatrix- pointer to precreated unity matrix where to store the results
//   Returns: none
  const Double_t kAngHor=19.5;        //  horizontal angle between chambers  19.5 grad
  const Double_t kAngVer=20;          //  vertical angle between chambers    20   grad
  const Double_t kAngCom=30;          //  common HMPID rotation with respect to x axis  30   grad
  const Double_t kTrans[3]={423.+ 29,0,67}; //  z-center of the cradle module
  pMatrix->RotateY(90);               //  rotate around y since initial position is in XY plane -> now in YZ plane
  pMatrix->SetTranslation(kTrans);    //  now plane in YZ is shifted along x
  switch(iCh){
    case 0:                pMatrix->RotateY(kAngHor);  pMatrix->RotateZ(-kAngVer);  break; //right and down
    case 1:                                            pMatrix->RotateZ(-kAngVer);  break; //down
    case 2:                pMatrix->RotateY(kAngHor);                               break; //right
    case 3:                                                                         break; //no rotation
    case 4:                pMatrix->RotateY(-kAngHor);                              break; //left
    case 5:                                            pMatrix->RotateZ(kAngVer);   break; //up
    case 6:                pMatrix->RotateY(-kAngHor); pMatrix->RotateZ(kAngVer);   break; //left and up
  }
  pMatrix->RotateZ(kAngCom);     //apply common rotation  in XY plane
}



TGeoVolume* AliHMPIDv3::CreateCradle()
{

//Method that builds the Cradle geometry
//according to the base topology created
//in CradleBaseVolume(...)

  Double_t mm = 0.1;

  Double_t params[10]={0.5,10.,24.,-1,5.2,1.5,3.5,8.5,3.8,0.};
  TGeoMedium *med   =gGeoManager->GetMedium("HMPID_Al");  
  TGeoVolume *cradle=new TGeoVolumeAssembly("Hcradle");
  
  //Double_t baselong[7]={6037*mm-2*60*mm, 6037*mm-2*60*mm,60*mm,0.,100*mm,10*mm,10*mm};//2CRE2112P3
  Double_t baselong[7]={6037*mm-2*100*mm, 6037*mm-2*100*mm,60*mm,0.,100*mm,10*mm,10*mm};//2CRE2112P3
  TGeoVolume *lbase = CradleBaseVolume(med,baselong,"cradleLbase");
  lbase->SetLineColor(kGray);

  Double_t baseshort[7]={1288.*mm+2*100*mm, 1288.*mm+2*100*mm,60*mm,0.,100*mm,10*mm,10*mm};//2CRE2112P3
  TGeoVolume *sbase = CradleBaseVolume(med,baseshort,"cradleSbase");
  sbase->SetLineColor(kGray);

  //one side

  Double_t height = 30.*mm; //30 = 2*(1488/2-729) (2CRE2112P3)
  Double_t tubeheight = 50.*mm; Double_t heightred = 5.*mm; Double_t zred = 5.*mm;
  Double_t oneshift = tubeheight/TMath::Tan(TMath::DegToRad()*20.)+(1458.-35)*mm/2 - (1607-35)*mm/2;
  Double_t linclined[7] = {1458.*mm-params[6]-0.5,1607.*mm-params[6]-0.5,tubeheight,oneshift, height ,heightred,zred}; //3.5 is for not correct measurements in 2CRE2112P3<=> 597!=inclined*sin(20) 
  TGeoVolume *inclin = CradleBaseVolume(med,linclined,"inclinedbar");
  inclin->SetLineColor(kGray);
  Double_t lhorizontal[7] = {1641.36*mm+params[7],1659.*mm+params[7],tubeheight,0, height ,heightred,zred};
  TGeoVolume *horiz = CradleBaseVolume(med,lhorizontal,"horizontalbar");
  horiz->SetLineColor(kGray);
  
  //inner bars, they are named as the numbering in 2CRE2112P3
  Double_t fourshift = tubeheight/TMath::Tan(TMath::DegToRad()*55.);  
  Double_t lfour[7] = {592*mm,592*mm,tubeheight,fourshift,height,heightred,zred};  
  TGeoVolume *four = CradleBaseVolume(med,lfour,"bar4");
  four->SetLineColor(kGray);

  Double_t fiveshift = tubeheight/TMath::Tan(TMath::DegToRad()*75);
  Double_t lfive[7] = {500.*mm,500.*mm,tubeheight,fiveshift,height,heightred,zred};  
  TGeoVolume *five = CradleBaseVolume(med,lfive,"bar5");
  five->SetLineColor(kGray);
  
  Double_t sixshift = tubeheight/TMath::Tan(TMath::DegToRad()*55)+459*mm/2-480*mm/2;  
  Double_t lsix[7] = {456*mm,477*mm,tubeheight,sixshift,height,heightred,zred};  
  TGeoVolume *six = CradleBaseVolume(med,lsix,"bar6");
  six->SetLineColor(kGray);
  
  Double_t sevenshift = tubeheight/TMath::Tan(TMath::DegToRad()*50)+472*mm/2-429.*mm/2;
  Double_t lseven[7] = {429*mm,472*mm,tubeheight,sevenshift,height,heightred,zred};  
  TGeoVolume *seven = CradleBaseVolume(med,lseven,"bar7");
  seven->SetLineColor(kGray);
    
  Double_t eightshift = tubeheight/TMath::Tan(TMath::DegToRad()*30)+244.*mm/2-200.*mm/2 -3;
  Double_t leight[7] = {200.*mm,244.*mm,tubeheight,eightshift,height,heightred,zred};  
  TGeoVolume *eight = CradleBaseVolume(med,leight,"bar8");
  eight->SetLineColor(kGray);

  Double_t nineshift = -tubeheight/TMath::Tan(TMath::DegToRad()*71)+83.*mm/2-66.*mm/2;
  Double_t lnine[7] = {59.5*mm,76.5*mm,tubeheight,nineshift,height,heightred,zred};  
  TGeoVolume *nine = CradleBaseVolume(med,lnine,"bar9");
  nine->SetLineColor(kGray);

  Double_t tenshift = (-tubeheight/TMath::Tan(TMath::DegToRad()*60) -221.*mm/2+195.*mm/2);
  Double_t lten[7] = {195.*mm,221.*mm,tubeheight,tenshift,height,heightred,zred};  
  TGeoVolume *ten = CradleBaseVolume(med,lten,"bar10");
  ten->SetLineColor(kGray);
  
  Double_t elevenshift = (-tubeheight/TMath::Tan(TMath::DegToRad()*70) -338.*mm/2+315.*mm/2);
  Double_t leleven[7] = {308.*mm,331.*mm,tubeheight,elevenshift,height,heightred,zred};  
  TGeoVolume *eleven = CradleBaseVolume(med,leleven,"bar11");
  eleven->SetLineColor(kGray);
    
  Double_t twelveshift = (-tubeheight/TMath::Tan(TMath::DegToRad()*60) -538.*mm/2+508.*mm/2);
  Double_t ltwelve[7] = {507.*mm,537.*mm,tubeheight,twelveshift,height,heightred,zred};  
  TGeoVolume *twelve = CradleBaseVolume(med,ltwelve,"bar12");
  twelve->SetLineColor(kGray);

  Double_t thirteenshift = tubeheight/TMath::Tan(TMath::DegToRad()*43); 
  Double_t lthirteen[7] = {708.*mm,708.*mm,tubeheight,thirteenshift,height,heightred,zred};  
  TGeoVolume *thirteen = CradleBaseVolume(med,lthirteen,"bar13");
  thirteen->SetLineColor(kGray); 
  
  
  //vertical rectangles
   TGeoVolume *vbox= new TGeoVolumeAssembly("Hvbox");
   vbox->SetLineColor(kViolet);
   Double_t width = 50.*mm;
   
   TGeoVolume *vboxlast= new TGeoVolumeAssembly("Hvboxlast");//vertical structure on the short base
   vboxlast->SetLineColor(kViolet);
  
  Double_t barheight = 100.*mm; 
  Double_t lAfourteen[7] = {1488.*mm,1488.*mm,barheight,0,width,heightred,zred};  
  TGeoVolume *afourteen = CradleBaseVolume(med,lAfourteen,"bar14top");
  afourteen->SetLineColor(kGray); 
 
  Double_t lBfourteen[7] = {387*mm,387.*mm,barheight,0,width,heightred,zred};  
  TGeoVolume *bfourteen = CradleBaseVolume(med,lBfourteen,"bar14vert");
  bfourteen->SetLineColor(kGray);
   
  Double_t lCfourteen[7] = {1288.*mm,1288.*mm,barheight,0,width,heightred,zred};  
  TGeoVolume *cfourteen = CradleBaseVolume(med,lCfourteen,"bar14bot");
  cfourteen->SetLineColor(kGray);

  Double_t oblshift = 50.*mm/ TMath::Tan(TMath::DegToRad()*35); 
  Double_t lDfourteen[7] = {603.*mm,603.*mm,50.*mm,oblshift,width,heightred,zred}; 
  TGeoVolume *dfourteen = CradleBaseVolume(med,lDfourteen,"bar14incl");
  dfourteen->SetLineColor(kGray);
  
  
  Double_t lDfourteenlast[7] = {667.*mm,667.*mm,50.*mm,oblshift,width,heightred,zred};  
  TGeoVolume *dfourteenlast = CradleBaseVolume(med,lDfourteenlast,"bar14incllast");
  dfourteenlast->SetLineColor(kGray);
  
  vbox->AddNode(afourteen,1,new TGeoTranslation(0.,487.*mm/2 -100.*mm/2,0.));
  TGeoRotation *vinrot = new TGeoRotation("vertbar"); vinrot->RotateZ(90);
  vbox->AddNode(bfourteen,1,new TGeoCombiTrans(1488*mm/2-100.*mm/2,-100.*mm/2,0.,vinrot));
  vbox->AddNode(bfourteen,2,new TGeoCombiTrans(-1488*mm/2+100.*mm/2,-100.*mm/2,0.,vinrot)); 
  TGeoRotation *rotboxbar = new TGeoRotation("rotboxbar"); rotboxbar->RotateZ(-35);
  TGeoRotation *arotboxbar = new TGeoRotation("arotboxbar"); arotboxbar->RotateZ(-35); arotboxbar->RotateY(180);
  vbox->AddNode(dfourteen,1,new TGeoCombiTrans(-1488*mm/4,-1,0.4,rotboxbar)); 
  vbox->AddNode(dfourteen,2,new TGeoCombiTrans(+1488*mm/4,-1,0.4,arotboxbar));
 //vertical box on the short base of the cradle  
  vboxlast->AddNode(afourteen,1,new TGeoTranslation(0.,487.*mm/2 -100.*mm/2,0.));
  vboxlast->AddNode(bfourteen,1,new TGeoCombiTrans(1488*mm/2-100.*mm/2,-100.*mm/2,0.,vinrot));
  vboxlast->AddNode(bfourteen,2,new TGeoCombiTrans(-1488*mm/2+100.*mm/2,-100.*mm/2,0.,vinrot)); 
  vboxlast->AddNode(dfourteenlast,1,new TGeoCombiTrans(-1488*mm/4+1.7,-3.,0.,rotboxbar)); 
  vboxlast->AddNode(dfourteenlast,2,new TGeoCombiTrans(+1488*mm/4-1.7,-3.,0.,arotboxbar));
   

  //POSITIONING IN THE VIRTUAL VOLUME "cradle" 
  
  //long base
  TGeoRotation *rotl=new TGeoRotation("Clongbase"); rotl->RotateX(90);  
  cradle->AddNode(lbase,0,new TGeoCombiTrans (   0*mm,   (1488-100)*mm/2, -(597-60)*mm/2,rotl)); 
  cradle->AddNode(lbase,1,new TGeoCombiTrans (   0*mm,   -(1488-100)*mm/2, -(597-60)*mm/2,rotl)); 
  //short base
  TGeoRotation *rots=new TGeoRotation("Cshortbase"); rots->RotateX(90); rots->RotateZ(90);
  cradle->AddNode(sbase,1,new TGeoCombiTrans ((6037-100)*mm/2, 0.,-(597-60)*mm/2,rots));
  cradle->AddNode(sbase,2,new TGeoCombiTrans (-(6037-100)*mm/2, 0.,-(597-60)*mm/2,rots));
  
  //trapezoidal structure
  Double_t origintrapstructure = (6037-2*60)*mm/2 - 2288*mm;
  
  TGeoRotation *rot1=new TGeoRotation("inclrot"); rot1->RotateX(90); rot1->RotateY(200);
  TGeoRotation *rot2=new TGeoRotation("horizrot"); rot2->RotateX(-90);
  Double_t dx =(1607-35)*mm*TMath::Cos(TMath::DegToRad()*20)/2-tubeheight/2*TMath::Sin(TMath::DegToRad()*20)+params[5];
  
  
  cradle->AddNode(inclin,1,new TGeoCombiTrans(origintrapstructure + (2288+60)*mm -dx,729*mm,params[0]+0.4,rot1));//+0.7 added
  cradle->AddNode(horiz,1,new TGeoCombiTrans( origintrapstructure,729*mm, 597*mm/2 - tubeheight/2,rot2));//correctly positioned
  TGeoRotation *rot1mirror=new TGeoRotation("inclmirrot"); rot1mirror->RotateX(90); rot1mirror->RotateY(200); rot1mirror->RotateZ(180);
  cradle->AddNode(inclin,2,new TGeoCombiTrans(origintrapstructure - 2345*mm + dx,729*mm,params[0]+0.4,rot1mirror));//+0.7 added
  cradle->AddNode(inclin,3,new TGeoCombiTrans(origintrapstructure + (2288+60)*mm -dx,-729*mm,params[0]+0.4,rot1));//0.7 added
  cradle->AddNode(horiz,2,new TGeoCombiTrans( origintrapstructure,-729*mm, 597*mm/2 - tubeheight/2,rot2));//correctly positioned
  cradle->AddNode(inclin,4,new TGeoCombiTrans(origintrapstructure - 2345*mm + dx,-729*mm,params[0]+0.4,rot1mirror));//0.7 added
  
  //inner pieces on one side
  TGeoRotation *rot4=new TGeoRotation("4rot"); rot4->RotateX(-90); rot4->RotateY(-55); rot4->RotateZ(180);
  TGeoRotation *rot4a=new TGeoRotation("4arot"); rot4a->RotateX(-90); rot4a->RotateY(-55);
  cradle->AddNode(four,1,new TGeoCombiTrans(origintrapstructure -(39+(597-50-60)/(2*TMath::Tan(TMath::DegToRad()*55)))*mm- tubeheight/(2*TMath::Sin(TMath::DegToRad()*55)),-729*mm,params[3],rot4));
  
  cradle->AddNode(four,2,new TGeoCombiTrans(origintrapstructure +(39+(597-50-60)/(2*TMath::Tan(TMath::DegToRad()*55)))*mm+tubeheight/(2*TMath::Sin(TMath::DegToRad()*55)),-729*mm,params[3],rot4a));
  
  TGeoRotation *rot5=new TGeoRotation("5rot"); rot5->RotateX(-90); rot5->RotateY(-75); rot5->RotateZ(180);
  TGeoRotation *rot5a=new TGeoRotation("5arot"); rot5a->RotateX(-90); rot5a->RotateY(-75);
  cradle->AddNode(five,1,new TGeoCombiTrans(origintrapstructure +(486+(597-50-60)/(2*TMath::Tan(TMath::DegToRad()*75)))*mm +tubeheight/(2*TMath::Sin(TMath::DegToRad()*75)),-729*mm,0,rot5));
  cradle->AddNode(five,2,new TGeoCombiTrans(origintrapstructure -(486+(597-50-60)/(2*TMath::Tan(TMath::DegToRad()*75)))*mm - tubeheight/(2*TMath::Sin(TMath::DegToRad()*75)),-729*mm,0,rot5a));
  cradle->AddNode(six,1,new TGeoCombiTrans(origintrapstructure+808*mm+(480*mm/2)*TMath::Cos(TMath::DegToRad()*55)+tubeheight/(2*TMath::Sin(TMath::DegToRad()*55)) +
  2.,-729*mm,-params[4]-0.5,rot4a));
  cradle->AddNode(six,2,new TGeoCombiTrans(origintrapstructure-808*mm-(480*mm/2)*TMath::Cos(TMath::DegToRad()*55)-tubeheight/(2*TMath::Sin(TMath::DegToRad()*55))
  -2.,-729*mm,-params[4]-0.5,rot4));
  
  TGeoRotation *rot7=new TGeoRotation("7rot"); rot7->RotateX(-90); rot7->RotateY(130); rot7->RotateZ(180);
  TGeoRotation *rot7a=new TGeoRotation("7arot"); rot7a->RotateX(-90); rot7a->RotateY(130);
  
  cradle->AddNode(seven,1,new TGeoCombiTrans(origintrapstructure+1478*mm-(472*mm/2)*TMath::Cos(TMath::DegToRad()*50)+tubeheight/(2*TMath::Sin(TMath::DegToRad()*50)),-729*mm,-params[8],rot7));
  cradle->AddNode(seven,2,new
		  TGeoCombiTrans(origintrapstructure-1478*mm+(472*mm/2)*TMath::Cos(TMath::DegToRad()*50)-tubeheight/(2*TMath::Sin(TMath::DegToRad()*50)),-729*mm,-params[8],rot7a));
  TGeoRotation *rot8=new TGeoRotation("8rot"); rot8->RotateX(-90); rot8->RotateY(-25);
  TGeoRotation *rot8a=new TGeoRotation("8arot"); rot8a->RotateX(-90); rot8a->RotateY(-25); rot8a->RotateZ(180);
  cradle->AddNode(eight,1,new TGeoCombiTrans(origintrapstructure+1640*mm+(244*mm/2)*TMath::Cos(TMath::DegToRad()*30)+tubeheight/(2*TMath::Sin(TMath::DegToRad()*30)),-729*mm,-20.5,rot8));
  cradle->AddNode(eight,2,new
		  TGeoCombiTrans(origintrapstructure-1640*mm-(244*mm/2)*TMath::Cos(TMath::DegToRad()*30)-tubeheight/(2*TMath::Sin(TMath::DegToRad()*30)),-729*mm,-20.5,rot8a));
  TGeoRotation *rot9=new TGeoRotation("9rot"); rot9->RotateX(-90); rot9->RotateY(-90);
  TGeoRotation *rot9a=new TGeoRotation("9arot"); rot9a->RotateX(-90); rot9a->RotateY(-90); rot9a->RotateZ(180);
  cradle->AddNode(nine,1,new TGeoCombiTrans(origintrapstructure+1960*mm+2.5+3.,-729.*mm,-20.,rot9));
  cradle->AddNode(nine,2,new TGeoCombiTrans(origintrapstructure-1960*mm-2.5-3.,-729.*mm,-20.,rot9a));
 //inner pieces on the other side  
  TGeoRotation *rot10=new TGeoRotation("10rot"); rot10->RotateX(-90); rot10->RotateY(-120);
  TGeoRotation *rot10a=new TGeoRotation("10arot"); rot10a->RotateX(-90); rot10a->RotateY(-120); rot10a->RotateZ(180);

  cradle->AddNode(ten,1,new TGeoCombiTrans(origintrapstructure+1738*mm+tubeheight/(2*TMath::Sin(TMath::DegToRad()*60))-2,+729.*mm,-13.,rot10));
  cradle->AddNode(ten,2,new TGeoCombiTrans(origintrapstructure-1738*mm-tubeheight/(2*TMath::Sin(TMath::DegToRad()*60))+2,+729.*mm,-13.,rot10a));
 
  TGeoRotation *rot11=new TGeoRotation("11rot"); rot11->RotateX(-90); rot11->RotateY(50);
  TGeoRotation *rot11a=new TGeoRotation("11arot"); rot11a->RotateX(-90); rot11a->RotateY(50); rot11a->RotateZ(180);
  cradle->AddNode(eleven,1,new TGeoCombiTrans(origintrapstructure-1738*mm-tubeheight/(2*TMath::Sin(TMath::DegToRad()*60))+352.*mm,+729.*mm,-12.7,rot11));
  cradle->AddNode(eleven,2,new TGeoCombiTrans(origintrapstructure+1738*mm+tubeheight/(2*TMath::Sin(TMath::DegToRad()*60))-352.*mm,+729.*mm,-12.7,rot11a));
 
  TGeoRotation *rot12=new TGeoRotation("12rot"); rot12->RotateX(-90); rot12->RotateY(-120);
  TGeoRotation *rot12a=new TGeoRotation("12arot"); rot12a->RotateX(-90); rot12a->RotateY(-120); rot12a->RotateZ(180);
  cradle->AddNode(twelve,1,new TGeoCombiTrans(origintrapstructure+1065*mm,+729.*mm,1.,rot12));
  cradle->AddNode(twelve,2,new TGeoCombiTrans(origintrapstructure-1065*mm,+729.*mm,1.,rot12a));
 
 
   TGeoRotation *rot13=new TGeoRotation("13rot"); rot13->RotateX(-90); rot13->RotateY(-43); rot13->RotateZ(180);
   TGeoRotation *rot13a=new TGeoRotation("13arot"); rot13a->RotateX(-90); rot13a->RotateY(-43);
   cradle->AddNode(thirteen,1,new TGeoCombiTrans(origintrapstructure+572*mm - 18.,+729.*mm,-1.5,rot13));
   cradle->AddNode(thirteen,2,new TGeoCombiTrans(origintrapstructure-572*mm + 18.,+729.*mm,-1.5,rot13a));

//vertical structures
  TGeoRotation *vrot = new TGeoRotation("vertbox"); vrot->RotateX(90); vrot->RotateZ(90);
  cradle->AddNode(vboxlast,1,new TGeoCombiTrans(-6037*mm/2+50.*mm/2,0.,0.5,vrot));//vertial box on the short cradle base
  
  cradle->AddNode(vbox,2,new TGeoCombiTrans(-6037*mm/2+50.*mm/2+990.*mm,0.,0.5,vrot));
  cradle->AddNode(cfourteen,2,new TGeoCombiTrans(-6037*mm/2+50.*mm/2+990.*mm,0.,-477.*mm/2 -20.*mm/2,vrot));
  
  cradle->AddNode(vbox, 3,    new TGeoCombiTrans(origintrapstructure-(1641.36*mm+params[7])/2. + 50.*mm/2. +3, 0.,   0.5,vrot));
  cradle->AddNode(cfourteen,3,new TGeoCombiTrans(origintrapstructure-(1641.36*mm+params[7])/2. + 50.*mm/2. +3, 0.,-477.*mm/2 -20.*mm/2,vrot));

  cradle->AddNode(vbox,4,new TGeoCombiTrans(origintrapstructure+(1641.36*mm+params[7])/2. - 50.*mm/2. -3,0.,0.5,vrot));
  cradle->AddNode(cfourteen,4,new TGeoCombiTrans(origintrapstructure+(1641.36*mm+params[7])/2. - 50.*mm/2. -3,0.,-477.*mm/2 -20.*mm/2,vrot));

return cradle;
}//CreateCradle()


TGeoVolume * AliHMPIDv3::CradleBaseVolume(TGeoMedium *med, Double_t l[7],const char *name)
{
/*
The trapezoid is build in the xy plane

    0  ________________ 1
      /       |        \
     /        |         \
    /       (0,0)        \
   /          |           \
3 /___________|____________\ 2

 01 is right shifted => shift is positive

  //1: small base (0-1); 2: long base (3-2);
  //3: trapezoid height; 4: shift between the two bases;
  //5: height 6: height reduction; 7: z-reduction;
*/

  
  TGeoXtru   *xtruIn  = new TGeoXtru(2);
  TGeoXtru   *xtruOut = new TGeoXtru(2);
  xtruIn->SetName(Form("%sIN",name));
  xtruOut->SetName(Form("%sOUT",name));
  
  Double_t xv[4], yv[4];
  
  xv[0] = -(l[0]/2 - l[3]); yv[0] =  l[2]/2;
  xv[1] =  l[0]/2 + l[3];   yv[1] =  l[2]/2;
  xv[2] =  l[1]/2; yv[2] = -l[2]/2;
  xv[3] = -l[1]/2; yv[3] = -l[2]/2;
  
  xtruOut->DefinePolygon(4, xv, yv);
  xtruOut->DefineSection(0, -l[4]/2., 0., 0., 1.0);//0=  I plane z; (0.,0.) = shift wrt centre; 1.= shape scale factor 
  xtruOut->DefineSection(1, +l[4]/2., 0., 0., 1.0);//1= II plane z;
  
  Double_t tgalpha = 0;
   if(xv[3]-xv[0] == 0 ) tgalpha = 999999; 
   else tgalpha =  l[2]/TMath::Abs(xv[3]-xv[0]);
  Double_t tgbeta = 0;
  if(xv[2]-xv[1]==0) tgbeta = 999999;
  else tgbeta = l[2]/TMath::Abs(xv[2]-xv[1]);
  
  xv[0] = xv[0]-l[5]/tgalpha; yv[0] =  l[2]/2 - l[5];
  xv[1] =  xv[1]+l[5]/tgbeta; yv[1] =  l[2]/2 - l[5];
  xv[2] =  xv[2]+l[5]/tgbeta; yv[2] = -l[2]/2+l[5];
  xv[3] = xv[3]-l[5]/tgalpha; yv[3] = -l[2]/2+l[5];
  
  xtruIn->DefinePolygon(4, xv, yv);
  xtruIn->DefineSection(0, (-l[4]+l[6])/2, 0., 0., 1.0);
  xtruIn->DefineSection(1,  (+l[4]-l[6])/2, 0., 0., 1.0);
  
  TGeoCompositeShape *shape = new TGeoCompositeShape(name, Form("%sOUT-%sIN",name,name));
  
  TGeoVolume *vol = new TGeoVolume(name, shape, med);
  
  return vol;
}//CradleBaseVolume()
 AliHMPIDv3.cxx:1
 AliHMPIDv3.cxx:2
 AliHMPIDv3.cxx:3
 AliHMPIDv3.cxx:4
 AliHMPIDv3.cxx:5
 AliHMPIDv3.cxx:6
 AliHMPIDv3.cxx:7
 AliHMPIDv3.cxx:8
 AliHMPIDv3.cxx:9
 AliHMPIDv3.cxx:10
 AliHMPIDv3.cxx:11
 AliHMPIDv3.cxx:12
 AliHMPIDv3.cxx:13
 AliHMPIDv3.cxx:14
 AliHMPIDv3.cxx:15
 AliHMPIDv3.cxx:16
 AliHMPIDv3.cxx:17
 AliHMPIDv3.cxx:18
 AliHMPIDv3.cxx:19
 AliHMPIDv3.cxx:20
 AliHMPIDv3.cxx:21
 AliHMPIDv3.cxx:22
 AliHMPIDv3.cxx:23
 AliHMPIDv3.cxx:24
 AliHMPIDv3.cxx:25
 AliHMPIDv3.cxx:26
 AliHMPIDv3.cxx:27
 AliHMPIDv3.cxx:28
 AliHMPIDv3.cxx:29
 AliHMPIDv3.cxx:30
 AliHMPIDv3.cxx:31
 AliHMPIDv3.cxx:32
 AliHMPIDv3.cxx:33
 AliHMPIDv3.cxx:34
 AliHMPIDv3.cxx:35
 AliHMPIDv3.cxx:36
 AliHMPIDv3.cxx:37
 AliHMPIDv3.cxx:38
 AliHMPIDv3.cxx:39
 AliHMPIDv3.cxx:40
 AliHMPIDv3.cxx:41
 AliHMPIDv3.cxx:42
 AliHMPIDv3.cxx:43
 AliHMPIDv3.cxx:44
 AliHMPIDv3.cxx:45
 AliHMPIDv3.cxx:46
 AliHMPIDv3.cxx:47
 AliHMPIDv3.cxx:48
 AliHMPIDv3.cxx:49
 AliHMPIDv3.cxx:50
 AliHMPIDv3.cxx:51
 AliHMPIDv3.cxx:52
 AliHMPIDv3.cxx:53
 AliHMPIDv3.cxx:54
 AliHMPIDv3.cxx:55
 AliHMPIDv3.cxx:56
 AliHMPIDv3.cxx:57
 AliHMPIDv3.cxx:58
 AliHMPIDv3.cxx:59
 AliHMPIDv3.cxx:60
 AliHMPIDv3.cxx:61
 AliHMPIDv3.cxx:62
 AliHMPIDv3.cxx:63
 AliHMPIDv3.cxx:64
 AliHMPIDv3.cxx:65
 AliHMPIDv3.cxx:66
 AliHMPIDv3.cxx:67
 AliHMPIDv3.cxx:68
 AliHMPIDv3.cxx:69
 AliHMPIDv3.cxx:70
 AliHMPIDv3.cxx:71
 AliHMPIDv3.cxx:72
 AliHMPIDv3.cxx:73
 AliHMPIDv3.cxx:74
 AliHMPIDv3.cxx:75
 AliHMPIDv3.cxx:76
 AliHMPIDv3.cxx:77
 AliHMPIDv3.cxx:78
 AliHMPIDv3.cxx:79
 AliHMPIDv3.cxx:80
 AliHMPIDv3.cxx:81
 AliHMPIDv3.cxx:82
 AliHMPIDv3.cxx:83
 AliHMPIDv3.cxx:84
 AliHMPIDv3.cxx:85
 AliHMPIDv3.cxx:86
 AliHMPIDv3.cxx:87
 AliHMPIDv3.cxx:88
 AliHMPIDv3.cxx:89
 AliHMPIDv3.cxx:90
 AliHMPIDv3.cxx:91
 AliHMPIDv3.cxx:92
 AliHMPIDv3.cxx:93
 AliHMPIDv3.cxx:94
 AliHMPIDv3.cxx:95
 AliHMPIDv3.cxx:96
 AliHMPIDv3.cxx:97
 AliHMPIDv3.cxx:98
 AliHMPIDv3.cxx:99
 AliHMPIDv3.cxx:100
 AliHMPIDv3.cxx:101
 AliHMPIDv3.cxx:102
 AliHMPIDv3.cxx:103
 AliHMPIDv3.cxx:104
 AliHMPIDv3.cxx:105
 AliHMPIDv3.cxx:106
 AliHMPIDv3.cxx:107
 AliHMPIDv3.cxx:108
 AliHMPIDv3.cxx:109
 AliHMPIDv3.cxx:110
 AliHMPIDv3.cxx:111
 AliHMPIDv3.cxx:112
 AliHMPIDv3.cxx:113
 AliHMPIDv3.cxx:114
 AliHMPIDv3.cxx:115
 AliHMPIDv3.cxx:116
 AliHMPIDv3.cxx:117
 AliHMPIDv3.cxx:118
 AliHMPIDv3.cxx:119
 AliHMPIDv3.cxx:120
 AliHMPIDv3.cxx:121
 AliHMPIDv3.cxx:122
 AliHMPIDv3.cxx:123
 AliHMPIDv3.cxx:124
 AliHMPIDv3.cxx:125
 AliHMPIDv3.cxx:126
 AliHMPIDv3.cxx:127
 AliHMPIDv3.cxx:128
 AliHMPIDv3.cxx:129
 AliHMPIDv3.cxx:130
 AliHMPIDv3.cxx:131
 AliHMPIDv3.cxx:132
 AliHMPIDv3.cxx:133
 AliHMPIDv3.cxx:134
 AliHMPIDv3.cxx:135
 AliHMPIDv3.cxx:136
 AliHMPIDv3.cxx:137
 AliHMPIDv3.cxx:138
 AliHMPIDv3.cxx:139
 AliHMPIDv3.cxx:140
 AliHMPIDv3.cxx:141
 AliHMPIDv3.cxx:142
 AliHMPIDv3.cxx:143
 AliHMPIDv3.cxx:144
 AliHMPIDv3.cxx:145
 AliHMPIDv3.cxx:146
 AliHMPIDv3.cxx:147
 AliHMPIDv3.cxx:148
 AliHMPIDv3.cxx:149
 AliHMPIDv3.cxx:150
 AliHMPIDv3.cxx:151
 AliHMPIDv3.cxx:152
 AliHMPIDv3.cxx:153
 AliHMPIDv3.cxx:154
 AliHMPIDv3.cxx:155
 AliHMPIDv3.cxx:156
 AliHMPIDv3.cxx:157
 AliHMPIDv3.cxx:158
 AliHMPIDv3.cxx:159
 AliHMPIDv3.cxx:160
 AliHMPIDv3.cxx:161
 AliHMPIDv3.cxx:162
 AliHMPIDv3.cxx:163
 AliHMPIDv3.cxx:164
 AliHMPIDv3.cxx:165
 AliHMPIDv3.cxx:166
 AliHMPIDv3.cxx:167
 AliHMPIDv3.cxx:168
 AliHMPIDv3.cxx:169
 AliHMPIDv3.cxx:170
 AliHMPIDv3.cxx:171
 AliHMPIDv3.cxx:172
 AliHMPIDv3.cxx:173
 AliHMPIDv3.cxx:174
 AliHMPIDv3.cxx:175
 AliHMPIDv3.cxx:176
 AliHMPIDv3.cxx:177
 AliHMPIDv3.cxx:178
 AliHMPIDv3.cxx:179
 AliHMPIDv3.cxx:180
 AliHMPIDv3.cxx:181
 AliHMPIDv3.cxx:182
 AliHMPIDv3.cxx:183
 AliHMPIDv3.cxx:184
 AliHMPIDv3.cxx:185
 AliHMPIDv3.cxx:186
 AliHMPIDv3.cxx:187
 AliHMPIDv3.cxx:188
 AliHMPIDv3.cxx:189
 AliHMPIDv3.cxx:190
 AliHMPIDv3.cxx:191
 AliHMPIDv3.cxx:192
 AliHMPIDv3.cxx:193
 AliHMPIDv3.cxx:194
 AliHMPIDv3.cxx:195
 AliHMPIDv3.cxx:196
 AliHMPIDv3.cxx:197
 AliHMPIDv3.cxx:198
 AliHMPIDv3.cxx:199
 AliHMPIDv3.cxx:200
 AliHMPIDv3.cxx:201
 AliHMPIDv3.cxx:202
 AliHMPIDv3.cxx:203
 AliHMPIDv3.cxx:204
 AliHMPIDv3.cxx:205
 AliHMPIDv3.cxx:206
 AliHMPIDv3.cxx:207
 AliHMPIDv3.cxx:208
 AliHMPIDv3.cxx:209
 AliHMPIDv3.cxx:210
 AliHMPIDv3.cxx:211
 AliHMPIDv3.cxx:212
 AliHMPIDv3.cxx:213
 AliHMPIDv3.cxx:214
 AliHMPIDv3.cxx:215
 AliHMPIDv3.cxx:216
 AliHMPIDv3.cxx:217
 AliHMPIDv3.cxx:218
 AliHMPIDv3.cxx:219
 AliHMPIDv3.cxx:220
 AliHMPIDv3.cxx:221
 AliHMPIDv3.cxx:222
 AliHMPIDv3.cxx:223
 AliHMPIDv3.cxx:224
 AliHMPIDv3.cxx:225
 AliHMPIDv3.cxx:226
 AliHMPIDv3.cxx:227
 AliHMPIDv3.cxx:228
 AliHMPIDv3.cxx:229
 AliHMPIDv3.cxx:230
 AliHMPIDv3.cxx:231
 AliHMPIDv3.cxx:232
 AliHMPIDv3.cxx:233
 AliHMPIDv3.cxx:234
 AliHMPIDv3.cxx:235
 AliHMPIDv3.cxx:236
 AliHMPIDv3.cxx:237
 AliHMPIDv3.cxx:238
 AliHMPIDv3.cxx:239
 AliHMPIDv3.cxx:240
 AliHMPIDv3.cxx:241
 AliHMPIDv3.cxx:242
 AliHMPIDv3.cxx:243
 AliHMPIDv3.cxx:244
 AliHMPIDv3.cxx:245
 AliHMPIDv3.cxx:246
 AliHMPIDv3.cxx:247
 AliHMPIDv3.cxx:248
 AliHMPIDv3.cxx:249
 AliHMPIDv3.cxx:250
 AliHMPIDv3.cxx:251
 AliHMPIDv3.cxx:252
 AliHMPIDv3.cxx:253
 AliHMPIDv3.cxx:254
 AliHMPIDv3.cxx:255
 AliHMPIDv3.cxx:256
 AliHMPIDv3.cxx:257
 AliHMPIDv3.cxx:258
 AliHMPIDv3.cxx:259
 AliHMPIDv3.cxx:260
 AliHMPIDv3.cxx:261
 AliHMPIDv3.cxx:262
 AliHMPIDv3.cxx:263
 AliHMPIDv3.cxx:264
 AliHMPIDv3.cxx:265
 AliHMPIDv3.cxx:266
 AliHMPIDv3.cxx:267
 AliHMPIDv3.cxx:268
 AliHMPIDv3.cxx:269
 AliHMPIDv3.cxx:270
 AliHMPIDv3.cxx:271
 AliHMPIDv3.cxx:272
 AliHMPIDv3.cxx:273
 AliHMPIDv3.cxx:274
 AliHMPIDv3.cxx:275
 AliHMPIDv3.cxx:276
 AliHMPIDv3.cxx:277
 AliHMPIDv3.cxx:278
 AliHMPIDv3.cxx:279
 AliHMPIDv3.cxx:280
 AliHMPIDv3.cxx:281
 AliHMPIDv3.cxx:282
 AliHMPIDv3.cxx:283
 AliHMPIDv3.cxx:284
 AliHMPIDv3.cxx:285
 AliHMPIDv3.cxx:286
 AliHMPIDv3.cxx:287
 AliHMPIDv3.cxx:288
 AliHMPIDv3.cxx:289
 AliHMPIDv3.cxx:290
 AliHMPIDv3.cxx:291
 AliHMPIDv3.cxx:292
 AliHMPIDv3.cxx:293
 AliHMPIDv3.cxx:294
 AliHMPIDv3.cxx:295
 AliHMPIDv3.cxx:296
 AliHMPIDv3.cxx:297
 AliHMPIDv3.cxx:298
 AliHMPIDv3.cxx:299
 AliHMPIDv3.cxx:300
 AliHMPIDv3.cxx:301
 AliHMPIDv3.cxx:302
 AliHMPIDv3.cxx:303
 AliHMPIDv3.cxx:304
 AliHMPIDv3.cxx:305
 AliHMPIDv3.cxx:306
 AliHMPIDv3.cxx:307
 AliHMPIDv3.cxx:308
 AliHMPIDv3.cxx:309
 AliHMPIDv3.cxx:310
 AliHMPIDv3.cxx:311
 AliHMPIDv3.cxx:312
 AliHMPIDv3.cxx:313
 AliHMPIDv3.cxx:314
 AliHMPIDv3.cxx:315
 AliHMPIDv3.cxx:316
 AliHMPIDv3.cxx:317
 AliHMPIDv3.cxx:318
 AliHMPIDv3.cxx:319
 AliHMPIDv3.cxx:320
 AliHMPIDv3.cxx:321
 AliHMPIDv3.cxx:322
 AliHMPIDv3.cxx:323
 AliHMPIDv3.cxx:324
 AliHMPIDv3.cxx:325
 AliHMPIDv3.cxx:326
 AliHMPIDv3.cxx:327
 AliHMPIDv3.cxx:328
 AliHMPIDv3.cxx:329
 AliHMPIDv3.cxx:330
 AliHMPIDv3.cxx:331
 AliHMPIDv3.cxx:332
 AliHMPIDv3.cxx:333
 AliHMPIDv3.cxx:334
 AliHMPIDv3.cxx:335
 AliHMPIDv3.cxx:336
 AliHMPIDv3.cxx:337
 AliHMPIDv3.cxx:338
 AliHMPIDv3.cxx:339
 AliHMPIDv3.cxx:340
 AliHMPIDv3.cxx:341
 AliHMPIDv3.cxx:342
 AliHMPIDv3.cxx:343
 AliHMPIDv3.cxx:344
 AliHMPIDv3.cxx:345
 AliHMPIDv3.cxx:346
 AliHMPIDv3.cxx:347
 AliHMPIDv3.cxx:348
 AliHMPIDv3.cxx:349
 AliHMPIDv3.cxx:350
 AliHMPIDv3.cxx:351
 AliHMPIDv3.cxx:352
 AliHMPIDv3.cxx:353
 AliHMPIDv3.cxx:354
 AliHMPIDv3.cxx:355
 AliHMPIDv3.cxx:356
 AliHMPIDv3.cxx:357
 AliHMPIDv3.cxx:358
 AliHMPIDv3.cxx:359
 AliHMPIDv3.cxx:360
 AliHMPIDv3.cxx:361
 AliHMPIDv3.cxx:362
 AliHMPIDv3.cxx:363
 AliHMPIDv3.cxx:364
 AliHMPIDv3.cxx:365
 AliHMPIDv3.cxx:366
 AliHMPIDv3.cxx:367
 AliHMPIDv3.cxx:368
 AliHMPIDv3.cxx:369
 AliHMPIDv3.cxx:370
 AliHMPIDv3.cxx:371
 AliHMPIDv3.cxx:372
 AliHMPIDv3.cxx:373
 AliHMPIDv3.cxx:374
 AliHMPIDv3.cxx:375
 AliHMPIDv3.cxx:376
 AliHMPIDv3.cxx:377
 AliHMPIDv3.cxx:378
 AliHMPIDv3.cxx:379
 AliHMPIDv3.cxx:380
 AliHMPIDv3.cxx:381
 AliHMPIDv3.cxx:382
 AliHMPIDv3.cxx:383
 AliHMPIDv3.cxx:384
 AliHMPIDv3.cxx:385
 AliHMPIDv3.cxx:386
 AliHMPIDv3.cxx:387
 AliHMPIDv3.cxx:388
 AliHMPIDv3.cxx:389
 AliHMPIDv3.cxx:390
 AliHMPIDv3.cxx:391
 AliHMPIDv3.cxx:392
 AliHMPIDv3.cxx:393
 AliHMPIDv3.cxx:394
 AliHMPIDv3.cxx:395
 AliHMPIDv3.cxx:396
 AliHMPIDv3.cxx:397
 AliHMPIDv3.cxx:398
 AliHMPIDv3.cxx:399
 AliHMPIDv3.cxx:400
 AliHMPIDv3.cxx:401
 AliHMPIDv3.cxx:402
 AliHMPIDv3.cxx:403
 AliHMPIDv3.cxx:404
 AliHMPIDv3.cxx:405
 AliHMPIDv3.cxx:406
 AliHMPIDv3.cxx:407
 AliHMPIDv3.cxx:408
 AliHMPIDv3.cxx:409
 AliHMPIDv3.cxx:410
 AliHMPIDv3.cxx:411
 AliHMPIDv3.cxx:412
 AliHMPIDv3.cxx:413
 AliHMPIDv3.cxx:414
 AliHMPIDv3.cxx:415
 AliHMPIDv3.cxx:416
 AliHMPIDv3.cxx:417
 AliHMPIDv3.cxx:418
 AliHMPIDv3.cxx:419
 AliHMPIDv3.cxx:420
 AliHMPIDv3.cxx:421
 AliHMPIDv3.cxx:422
 AliHMPIDv3.cxx:423
 AliHMPIDv3.cxx:424
 AliHMPIDv3.cxx:425
 AliHMPIDv3.cxx:426
 AliHMPIDv3.cxx:427
 AliHMPIDv3.cxx:428
 AliHMPIDv3.cxx:429
 AliHMPIDv3.cxx:430
 AliHMPIDv3.cxx:431
 AliHMPIDv3.cxx:432
 AliHMPIDv3.cxx:433
 AliHMPIDv3.cxx:434
 AliHMPIDv3.cxx:435
 AliHMPIDv3.cxx:436
 AliHMPIDv3.cxx:437
 AliHMPIDv3.cxx:438
 AliHMPIDv3.cxx:439
 AliHMPIDv3.cxx:440
 AliHMPIDv3.cxx:441
 AliHMPIDv3.cxx:442
 AliHMPIDv3.cxx:443
 AliHMPIDv3.cxx:444
 AliHMPIDv3.cxx:445
 AliHMPIDv3.cxx:446
 AliHMPIDv3.cxx:447
 AliHMPIDv3.cxx:448
 AliHMPIDv3.cxx:449
 AliHMPIDv3.cxx:450
 AliHMPIDv3.cxx:451
 AliHMPIDv3.cxx:452
 AliHMPIDv3.cxx:453
 AliHMPIDv3.cxx:454
 AliHMPIDv3.cxx:455
 AliHMPIDv3.cxx:456
 AliHMPIDv3.cxx:457
 AliHMPIDv3.cxx:458
 AliHMPIDv3.cxx:459
 AliHMPIDv3.cxx:460
 AliHMPIDv3.cxx:461
 AliHMPIDv3.cxx:462
 AliHMPIDv3.cxx:463
 AliHMPIDv3.cxx:464
 AliHMPIDv3.cxx:465
 AliHMPIDv3.cxx:466
 AliHMPIDv3.cxx:467
 AliHMPIDv3.cxx:468
 AliHMPIDv3.cxx:469
 AliHMPIDv3.cxx:470
 AliHMPIDv3.cxx:471
 AliHMPIDv3.cxx:472
 AliHMPIDv3.cxx:473
 AliHMPIDv3.cxx:474
 AliHMPIDv3.cxx:475
 AliHMPIDv3.cxx:476
 AliHMPIDv3.cxx:477
 AliHMPIDv3.cxx:478
 AliHMPIDv3.cxx:479
 AliHMPIDv3.cxx:480
 AliHMPIDv3.cxx:481
 AliHMPIDv3.cxx:482
 AliHMPIDv3.cxx:483
 AliHMPIDv3.cxx:484
 AliHMPIDv3.cxx:485
 AliHMPIDv3.cxx:486
 AliHMPIDv3.cxx:487
 AliHMPIDv3.cxx:488
 AliHMPIDv3.cxx:489
 AliHMPIDv3.cxx:490
 AliHMPIDv3.cxx:491
 AliHMPIDv3.cxx:492
 AliHMPIDv3.cxx:493
 AliHMPIDv3.cxx:494
 AliHMPIDv3.cxx:495
 AliHMPIDv3.cxx:496
 AliHMPIDv3.cxx:497
 AliHMPIDv3.cxx:498
 AliHMPIDv3.cxx:499
 AliHMPIDv3.cxx:500
 AliHMPIDv3.cxx:501
 AliHMPIDv3.cxx:502
 AliHMPIDv3.cxx:503
 AliHMPIDv3.cxx:504
 AliHMPIDv3.cxx:505
 AliHMPIDv3.cxx:506
 AliHMPIDv3.cxx:507
 AliHMPIDv3.cxx:508
 AliHMPIDv3.cxx:509
 AliHMPIDv3.cxx:510
 AliHMPIDv3.cxx:511
 AliHMPIDv3.cxx:512
 AliHMPIDv3.cxx:513
 AliHMPIDv3.cxx:514
 AliHMPIDv3.cxx:515
 AliHMPIDv3.cxx:516
 AliHMPIDv3.cxx:517
 AliHMPIDv3.cxx:518
 AliHMPIDv3.cxx:519
 AliHMPIDv3.cxx:520
 AliHMPIDv3.cxx:521
 AliHMPIDv3.cxx:522
 AliHMPIDv3.cxx:523
 AliHMPIDv3.cxx:524
 AliHMPIDv3.cxx:525
 AliHMPIDv3.cxx:526
 AliHMPIDv3.cxx:527
 AliHMPIDv3.cxx:528
 AliHMPIDv3.cxx:529
 AliHMPIDv3.cxx:530
 AliHMPIDv3.cxx:531
 AliHMPIDv3.cxx:532
 AliHMPIDv3.cxx:533
 AliHMPIDv3.cxx:534
 AliHMPIDv3.cxx:535
 AliHMPIDv3.cxx:536
 AliHMPIDv3.cxx:537
 AliHMPIDv3.cxx:538
 AliHMPIDv3.cxx:539
 AliHMPIDv3.cxx:540
 AliHMPIDv3.cxx:541
 AliHMPIDv3.cxx:542
 AliHMPIDv3.cxx:543
 AliHMPIDv3.cxx:544
 AliHMPIDv3.cxx:545
 AliHMPIDv3.cxx:546
 AliHMPIDv3.cxx:547
 AliHMPIDv3.cxx:548
 AliHMPIDv3.cxx:549
 AliHMPIDv3.cxx:550
 AliHMPIDv3.cxx:551
 AliHMPIDv3.cxx:552
 AliHMPIDv3.cxx:553
 AliHMPIDv3.cxx:554
 AliHMPIDv3.cxx:555
 AliHMPIDv3.cxx:556
 AliHMPIDv3.cxx:557
 AliHMPIDv3.cxx:558
 AliHMPIDv3.cxx:559
 AliHMPIDv3.cxx:560
 AliHMPIDv3.cxx:561
 AliHMPIDv3.cxx:562
 AliHMPIDv3.cxx:563
 AliHMPIDv3.cxx:564
 AliHMPIDv3.cxx:565
 AliHMPIDv3.cxx:566
 AliHMPIDv3.cxx:567
 AliHMPIDv3.cxx:568
 AliHMPIDv3.cxx:569
 AliHMPIDv3.cxx:570
 AliHMPIDv3.cxx:571
 AliHMPIDv3.cxx:572
 AliHMPIDv3.cxx:573
 AliHMPIDv3.cxx:574
 AliHMPIDv3.cxx:575
 AliHMPIDv3.cxx:576
 AliHMPIDv3.cxx:577
 AliHMPIDv3.cxx:578
 AliHMPIDv3.cxx:579
 AliHMPIDv3.cxx:580
 AliHMPIDv3.cxx:581
 AliHMPIDv3.cxx:582
 AliHMPIDv3.cxx:583
 AliHMPIDv3.cxx:584
 AliHMPIDv3.cxx:585
 AliHMPIDv3.cxx:586
 AliHMPIDv3.cxx:587
 AliHMPIDv3.cxx:588
 AliHMPIDv3.cxx:589
 AliHMPIDv3.cxx:590
 AliHMPIDv3.cxx:591
 AliHMPIDv3.cxx:592
 AliHMPIDv3.cxx:593
 AliHMPIDv3.cxx:594
 AliHMPIDv3.cxx:595
 AliHMPIDv3.cxx:596
 AliHMPIDv3.cxx:597
 AliHMPIDv3.cxx:598
 AliHMPIDv3.cxx:599
 AliHMPIDv3.cxx:600
 AliHMPIDv3.cxx:601
 AliHMPIDv3.cxx:602
 AliHMPIDv3.cxx:603
 AliHMPIDv3.cxx:604
 AliHMPIDv3.cxx:605
 AliHMPIDv3.cxx:606
 AliHMPIDv3.cxx:607
 AliHMPIDv3.cxx:608
 AliHMPIDv3.cxx:609
 AliHMPIDv3.cxx:610
 AliHMPIDv3.cxx:611
 AliHMPIDv3.cxx:612
 AliHMPIDv3.cxx:613
 AliHMPIDv3.cxx:614
 AliHMPIDv3.cxx:615
 AliHMPIDv3.cxx:616
 AliHMPIDv3.cxx:617
 AliHMPIDv3.cxx:618
 AliHMPIDv3.cxx:619
 AliHMPIDv3.cxx:620
 AliHMPIDv3.cxx:621
 AliHMPIDv3.cxx:622
 AliHMPIDv3.cxx:623
 AliHMPIDv3.cxx:624
 AliHMPIDv3.cxx:625
 AliHMPIDv3.cxx:626
 AliHMPIDv3.cxx:627
 AliHMPIDv3.cxx:628
 AliHMPIDv3.cxx:629
 AliHMPIDv3.cxx:630
 AliHMPIDv3.cxx:631
 AliHMPIDv3.cxx:632
 AliHMPIDv3.cxx:633
 AliHMPIDv3.cxx:634
 AliHMPIDv3.cxx:635
 AliHMPIDv3.cxx:636
 AliHMPIDv3.cxx:637
 AliHMPIDv3.cxx:638
 AliHMPIDv3.cxx:639
 AliHMPIDv3.cxx:640
 AliHMPIDv3.cxx:641
 AliHMPIDv3.cxx:642
 AliHMPIDv3.cxx:643
 AliHMPIDv3.cxx:644
 AliHMPIDv3.cxx:645
 AliHMPIDv3.cxx:646
 AliHMPIDv3.cxx:647
 AliHMPIDv3.cxx:648
 AliHMPIDv3.cxx:649
 AliHMPIDv3.cxx:650
 AliHMPIDv3.cxx:651
 AliHMPIDv3.cxx:652
 AliHMPIDv3.cxx:653
 AliHMPIDv3.cxx:654
 AliHMPIDv3.cxx:655
 AliHMPIDv3.cxx:656
 AliHMPIDv3.cxx:657
 AliHMPIDv3.cxx:658
 AliHMPIDv3.cxx:659
 AliHMPIDv3.cxx:660
 AliHMPIDv3.cxx:661
 AliHMPIDv3.cxx:662
 AliHMPIDv3.cxx:663
 AliHMPIDv3.cxx:664
 AliHMPIDv3.cxx:665
 AliHMPIDv3.cxx:666
 AliHMPIDv3.cxx:667
 AliHMPIDv3.cxx:668
 AliHMPIDv3.cxx:669
 AliHMPIDv3.cxx:670
 AliHMPIDv3.cxx:671
 AliHMPIDv3.cxx:672
 AliHMPIDv3.cxx:673
 AliHMPIDv3.cxx:674
 AliHMPIDv3.cxx:675
 AliHMPIDv3.cxx:676
 AliHMPIDv3.cxx:677
 AliHMPIDv3.cxx:678
 AliHMPIDv3.cxx:679
 AliHMPIDv3.cxx:680
 AliHMPIDv3.cxx:681
 AliHMPIDv3.cxx:682
 AliHMPIDv3.cxx:683
 AliHMPIDv3.cxx:684
 AliHMPIDv3.cxx:685
 AliHMPIDv3.cxx:686
 AliHMPIDv3.cxx:687
 AliHMPIDv3.cxx:688
 AliHMPIDv3.cxx:689
 AliHMPIDv3.cxx:690
 AliHMPIDv3.cxx:691
 AliHMPIDv3.cxx:692
 AliHMPIDv3.cxx:693
 AliHMPIDv3.cxx:694
 AliHMPIDv3.cxx:695
 AliHMPIDv3.cxx:696
 AliHMPIDv3.cxx:697
 AliHMPIDv3.cxx:698
 AliHMPIDv3.cxx:699
 AliHMPIDv3.cxx:700
 AliHMPIDv3.cxx:701
 AliHMPIDv3.cxx:702
 AliHMPIDv3.cxx:703
 AliHMPIDv3.cxx:704
 AliHMPIDv3.cxx:705
 AliHMPIDv3.cxx:706
 AliHMPIDv3.cxx:707
 AliHMPIDv3.cxx:708
 AliHMPIDv3.cxx:709
 AliHMPIDv3.cxx:710
 AliHMPIDv3.cxx:711
 AliHMPIDv3.cxx:712
 AliHMPIDv3.cxx:713
 AliHMPIDv3.cxx:714
 AliHMPIDv3.cxx:715
 AliHMPIDv3.cxx:716
 AliHMPIDv3.cxx:717
 AliHMPIDv3.cxx:718
 AliHMPIDv3.cxx:719
 AliHMPIDv3.cxx:720
 AliHMPIDv3.cxx:721
 AliHMPIDv3.cxx:722
 AliHMPIDv3.cxx:723
 AliHMPIDv3.cxx:724
 AliHMPIDv3.cxx:725
 AliHMPIDv3.cxx:726
 AliHMPIDv3.cxx:727
 AliHMPIDv3.cxx:728
 AliHMPIDv3.cxx:729
 AliHMPIDv3.cxx:730
 AliHMPIDv3.cxx:731
 AliHMPIDv3.cxx:732
 AliHMPIDv3.cxx:733
 AliHMPIDv3.cxx:734
 AliHMPIDv3.cxx:735
 AliHMPIDv3.cxx:736
 AliHMPIDv3.cxx:737
 AliHMPIDv3.cxx:738
 AliHMPIDv3.cxx:739
 AliHMPIDv3.cxx:740
 AliHMPIDv3.cxx:741
 AliHMPIDv3.cxx:742
 AliHMPIDv3.cxx:743
 AliHMPIDv3.cxx:744
 AliHMPIDv3.cxx:745
 AliHMPIDv3.cxx:746
 AliHMPIDv3.cxx:747
 AliHMPIDv3.cxx:748
 AliHMPIDv3.cxx:749
 AliHMPIDv3.cxx:750
 AliHMPIDv3.cxx:751
 AliHMPIDv3.cxx:752
 AliHMPIDv3.cxx:753
 AliHMPIDv3.cxx:754
 AliHMPIDv3.cxx:755
 AliHMPIDv3.cxx:756
 AliHMPIDv3.cxx:757
 AliHMPIDv3.cxx:758
 AliHMPIDv3.cxx:759
 AliHMPIDv3.cxx:760
 AliHMPIDv3.cxx:761
 AliHMPIDv3.cxx:762
 AliHMPIDv3.cxx:763
 AliHMPIDv3.cxx:764
 AliHMPIDv3.cxx:765
 AliHMPIDv3.cxx:766
 AliHMPIDv3.cxx:767
 AliHMPIDv3.cxx:768
 AliHMPIDv3.cxx:769
 AliHMPIDv3.cxx:770
 AliHMPIDv3.cxx:771
 AliHMPIDv3.cxx:772
 AliHMPIDv3.cxx:773
 AliHMPIDv3.cxx:774
 AliHMPIDv3.cxx:775
 AliHMPIDv3.cxx:776
 AliHMPIDv3.cxx:777
 AliHMPIDv3.cxx:778
 AliHMPIDv3.cxx:779
 AliHMPIDv3.cxx:780
 AliHMPIDv3.cxx:781
 AliHMPIDv3.cxx:782
 AliHMPIDv3.cxx:783
 AliHMPIDv3.cxx:784
 AliHMPIDv3.cxx:785
 AliHMPIDv3.cxx:786
 AliHMPIDv3.cxx:787
 AliHMPIDv3.cxx:788
 AliHMPIDv3.cxx:789
 AliHMPIDv3.cxx:790
 AliHMPIDv3.cxx:791
 AliHMPIDv3.cxx:792
 AliHMPIDv3.cxx:793
 AliHMPIDv3.cxx:794
 AliHMPIDv3.cxx:795
 AliHMPIDv3.cxx:796
 AliHMPIDv3.cxx:797
 AliHMPIDv3.cxx:798
 AliHMPIDv3.cxx:799
 AliHMPIDv3.cxx:800
 AliHMPIDv3.cxx:801
 AliHMPIDv3.cxx:802
 AliHMPIDv3.cxx:803
 AliHMPIDv3.cxx:804
 AliHMPIDv3.cxx:805
 AliHMPIDv3.cxx:806
 AliHMPIDv3.cxx:807
 AliHMPIDv3.cxx:808
 AliHMPIDv3.cxx:809
 AliHMPIDv3.cxx:810
 AliHMPIDv3.cxx:811
 AliHMPIDv3.cxx:812
 AliHMPIDv3.cxx:813
 AliHMPIDv3.cxx:814
 AliHMPIDv3.cxx:815
 AliHMPIDv3.cxx:816
 AliHMPIDv3.cxx:817
 AliHMPIDv3.cxx:818
 AliHMPIDv3.cxx:819
 AliHMPIDv3.cxx:820
 AliHMPIDv3.cxx:821
 AliHMPIDv3.cxx:822
 AliHMPIDv3.cxx:823
 AliHMPIDv3.cxx:824
 AliHMPIDv3.cxx:825
 AliHMPIDv3.cxx:826
 AliHMPIDv3.cxx:827
 AliHMPIDv3.cxx:828
 AliHMPIDv3.cxx:829
 AliHMPIDv3.cxx:830
 AliHMPIDv3.cxx:831
 AliHMPIDv3.cxx:832
 AliHMPIDv3.cxx:833
 AliHMPIDv3.cxx:834
 AliHMPIDv3.cxx:835
 AliHMPIDv3.cxx:836
 AliHMPIDv3.cxx:837
 AliHMPIDv3.cxx:838
 AliHMPIDv3.cxx:839
 AliHMPIDv3.cxx:840
 AliHMPIDv3.cxx:841
 AliHMPIDv3.cxx:842
 AliHMPIDv3.cxx:843
 AliHMPIDv3.cxx:844
 AliHMPIDv3.cxx:845
 AliHMPIDv3.cxx:846
 AliHMPIDv3.cxx:847
 AliHMPIDv3.cxx:848
 AliHMPIDv3.cxx:849
 AliHMPIDv3.cxx:850
 AliHMPIDv3.cxx:851
 AliHMPIDv3.cxx:852
 AliHMPIDv3.cxx:853
 AliHMPIDv3.cxx:854
 AliHMPIDv3.cxx:855
 AliHMPIDv3.cxx:856
 AliHMPIDv3.cxx:857
 AliHMPIDv3.cxx:858
 AliHMPIDv3.cxx:859
 AliHMPIDv3.cxx:860
 AliHMPIDv3.cxx:861
 AliHMPIDv3.cxx:862
 AliHMPIDv3.cxx:863
 AliHMPIDv3.cxx:864
 AliHMPIDv3.cxx:865
 AliHMPIDv3.cxx:866
 AliHMPIDv3.cxx:867
 AliHMPIDv3.cxx:868
 AliHMPIDv3.cxx:869
 AliHMPIDv3.cxx:870
 AliHMPIDv3.cxx:871
 AliHMPIDv3.cxx:872
 AliHMPIDv3.cxx:873
 AliHMPIDv3.cxx:874
 AliHMPIDv3.cxx:875
 AliHMPIDv3.cxx:876
 AliHMPIDv3.cxx:877
 AliHMPIDv3.cxx:878
 AliHMPIDv3.cxx:879
 AliHMPIDv3.cxx:880
 AliHMPIDv3.cxx:881
 AliHMPIDv3.cxx:882
 AliHMPIDv3.cxx:883
 AliHMPIDv3.cxx:884
 AliHMPIDv3.cxx:885
 AliHMPIDv3.cxx:886
 AliHMPIDv3.cxx:887
 AliHMPIDv3.cxx:888
 AliHMPIDv3.cxx:889
 AliHMPIDv3.cxx:890
 AliHMPIDv3.cxx:891
 AliHMPIDv3.cxx:892
 AliHMPIDv3.cxx:893
 AliHMPIDv3.cxx:894
 AliHMPIDv3.cxx:895
 AliHMPIDv3.cxx:896
 AliHMPIDv3.cxx:897
 AliHMPIDv3.cxx:898
 AliHMPIDv3.cxx:899
 AliHMPIDv3.cxx:900
 AliHMPIDv3.cxx:901
 AliHMPIDv3.cxx:902
 AliHMPIDv3.cxx:903
 AliHMPIDv3.cxx:904
 AliHMPIDv3.cxx:905
 AliHMPIDv3.cxx:906
 AliHMPIDv3.cxx:907
 AliHMPIDv3.cxx:908
 AliHMPIDv3.cxx:909
 AliHMPIDv3.cxx:910
 AliHMPIDv3.cxx:911
 AliHMPIDv3.cxx:912
 AliHMPIDv3.cxx:913
 AliHMPIDv3.cxx:914
 AliHMPIDv3.cxx:915
 AliHMPIDv3.cxx:916
 AliHMPIDv3.cxx:917
 AliHMPIDv3.cxx:918
 AliHMPIDv3.cxx:919
 AliHMPIDv3.cxx:920
 AliHMPIDv3.cxx:921
 AliHMPIDv3.cxx:922
 AliHMPIDv3.cxx:923
 AliHMPIDv3.cxx:924
 AliHMPIDv3.cxx:925
 AliHMPIDv3.cxx:926
 AliHMPIDv3.cxx:927
 AliHMPIDv3.cxx:928
 AliHMPIDv3.cxx:929
 AliHMPIDv3.cxx:930
 AliHMPIDv3.cxx:931
 AliHMPIDv3.cxx:932
 AliHMPIDv3.cxx:933
 AliHMPIDv3.cxx:934
 AliHMPIDv3.cxx:935
 AliHMPIDv3.cxx:936
 AliHMPIDv3.cxx:937
 AliHMPIDv3.cxx:938
 AliHMPIDv3.cxx:939
 AliHMPIDv3.cxx:940
 AliHMPIDv3.cxx:941
 AliHMPIDv3.cxx:942
 AliHMPIDv3.cxx:943
 AliHMPIDv3.cxx:944
 AliHMPIDv3.cxx:945
 AliHMPIDv3.cxx:946
 AliHMPIDv3.cxx:947
 AliHMPIDv3.cxx:948
 AliHMPIDv3.cxx:949
 AliHMPIDv3.cxx:950
 AliHMPIDv3.cxx:951
 AliHMPIDv3.cxx:952
 AliHMPIDv3.cxx:953
 AliHMPIDv3.cxx:954
 AliHMPIDv3.cxx:955
 AliHMPIDv3.cxx:956
 AliHMPIDv3.cxx:957
 AliHMPIDv3.cxx:958
 AliHMPIDv3.cxx:959
 AliHMPIDv3.cxx:960
 AliHMPIDv3.cxx:961
 AliHMPIDv3.cxx:962
 AliHMPIDv3.cxx:963
 AliHMPIDv3.cxx:964
 AliHMPIDv3.cxx:965
 AliHMPIDv3.cxx:966
 AliHMPIDv3.cxx:967
 AliHMPIDv3.cxx:968
 AliHMPIDv3.cxx:969
 AliHMPIDv3.cxx:970
 AliHMPIDv3.cxx:971
 AliHMPIDv3.cxx:972
 AliHMPIDv3.cxx:973
 AliHMPIDv3.cxx:974
 AliHMPIDv3.cxx:975
 AliHMPIDv3.cxx:976
 AliHMPIDv3.cxx:977
 AliHMPIDv3.cxx:978
 AliHMPIDv3.cxx:979
 AliHMPIDv3.cxx:980
 AliHMPIDv3.cxx:981
 AliHMPIDv3.cxx:982
 AliHMPIDv3.cxx:983
 AliHMPIDv3.cxx:984
 AliHMPIDv3.cxx:985
 AliHMPIDv3.cxx:986
 AliHMPIDv3.cxx:987
 AliHMPIDv3.cxx:988
 AliHMPIDv3.cxx:989
 AliHMPIDv3.cxx:990
 AliHMPIDv3.cxx:991
 AliHMPIDv3.cxx:992
 AliHMPIDv3.cxx:993
 AliHMPIDv3.cxx:994
 AliHMPIDv3.cxx:995
 AliHMPIDv3.cxx:996
 AliHMPIDv3.cxx:997
 AliHMPIDv3.cxx:998
 AliHMPIDv3.cxx:999
 AliHMPIDv3.cxx:1000
 AliHMPIDv3.cxx:1001
 AliHMPIDv3.cxx:1002
 AliHMPIDv3.cxx:1003
 AliHMPIDv3.cxx:1004
 AliHMPIDv3.cxx:1005
 AliHMPIDv3.cxx:1006
 AliHMPIDv3.cxx:1007
 AliHMPIDv3.cxx:1008
 AliHMPIDv3.cxx:1009
 AliHMPIDv3.cxx:1010
 AliHMPIDv3.cxx:1011
 AliHMPIDv3.cxx:1012
 AliHMPIDv3.cxx:1013
 AliHMPIDv3.cxx:1014
 AliHMPIDv3.cxx:1015
 AliHMPIDv3.cxx:1016
 AliHMPIDv3.cxx:1017
 AliHMPIDv3.cxx:1018
 AliHMPIDv3.cxx:1019
 AliHMPIDv3.cxx:1020
 AliHMPIDv3.cxx:1021
 AliHMPIDv3.cxx:1022
 AliHMPIDv3.cxx:1023
 AliHMPIDv3.cxx:1024
 AliHMPIDv3.cxx:1025
 AliHMPIDv3.cxx:1026
 AliHMPIDv3.cxx:1027
 AliHMPIDv3.cxx:1028
 AliHMPIDv3.cxx:1029
 AliHMPIDv3.cxx:1030
 AliHMPIDv3.cxx:1031
 AliHMPIDv3.cxx:1032
 AliHMPIDv3.cxx:1033
 AliHMPIDv3.cxx:1034
 AliHMPIDv3.cxx:1035
 AliHMPIDv3.cxx:1036
 AliHMPIDv3.cxx:1037
 AliHMPIDv3.cxx:1038
 AliHMPIDv3.cxx:1039
 AliHMPIDv3.cxx:1040
 AliHMPIDv3.cxx:1041
 AliHMPIDv3.cxx:1042
 AliHMPIDv3.cxx:1043
 AliHMPIDv3.cxx:1044
 AliHMPIDv3.cxx:1045
 AliHMPIDv3.cxx:1046
 AliHMPIDv3.cxx:1047
 AliHMPIDv3.cxx:1048
 AliHMPIDv3.cxx:1049
 AliHMPIDv3.cxx:1050
 AliHMPIDv3.cxx:1051
 AliHMPIDv3.cxx:1052
 AliHMPIDv3.cxx:1053
 AliHMPIDv3.cxx:1054
 AliHMPIDv3.cxx:1055
 AliHMPIDv3.cxx:1056
 AliHMPIDv3.cxx:1057
 AliHMPIDv3.cxx:1058
 AliHMPIDv3.cxx:1059
 AliHMPIDv3.cxx:1060
 AliHMPIDv3.cxx:1061
 AliHMPIDv3.cxx:1062
 AliHMPIDv3.cxx:1063
 AliHMPIDv3.cxx:1064
 AliHMPIDv3.cxx:1065
 AliHMPIDv3.cxx:1066
 AliHMPIDv3.cxx:1067
 AliHMPIDv3.cxx:1068
 AliHMPIDv3.cxx:1069
 AliHMPIDv3.cxx:1070
 AliHMPIDv3.cxx:1071
 AliHMPIDv3.cxx:1072
 AliHMPIDv3.cxx:1073
 AliHMPIDv3.cxx:1074
 AliHMPIDv3.cxx:1075
 AliHMPIDv3.cxx:1076
 AliHMPIDv3.cxx:1077
 AliHMPIDv3.cxx:1078
 AliHMPIDv3.cxx:1079
 AliHMPIDv3.cxx:1080
 AliHMPIDv3.cxx:1081
 AliHMPIDv3.cxx:1082
 AliHMPIDv3.cxx:1083
 AliHMPIDv3.cxx:1084
 AliHMPIDv3.cxx:1085
 AliHMPIDv3.cxx:1086
 AliHMPIDv3.cxx:1087
 AliHMPIDv3.cxx:1088
 AliHMPIDv3.cxx:1089
 AliHMPIDv3.cxx:1090
 AliHMPIDv3.cxx:1091
 AliHMPIDv3.cxx:1092
 AliHMPIDv3.cxx:1093
 AliHMPIDv3.cxx:1094
 AliHMPIDv3.cxx:1095
 AliHMPIDv3.cxx:1096
 AliHMPIDv3.cxx:1097
 AliHMPIDv3.cxx:1098
 AliHMPIDv3.cxx:1099
 AliHMPIDv3.cxx:1100
 AliHMPIDv3.cxx:1101
 AliHMPIDv3.cxx:1102
 AliHMPIDv3.cxx:1103
 AliHMPIDv3.cxx:1104
 AliHMPIDv3.cxx:1105
 AliHMPIDv3.cxx:1106
 AliHMPIDv3.cxx:1107
 AliHMPIDv3.cxx:1108
 AliHMPIDv3.cxx:1109
 AliHMPIDv3.cxx:1110
 AliHMPIDv3.cxx:1111
 AliHMPIDv3.cxx:1112
 AliHMPIDv3.cxx:1113
 AliHMPIDv3.cxx:1114
 AliHMPIDv3.cxx:1115
 AliHMPIDv3.cxx:1116
 AliHMPIDv3.cxx:1117
 AliHMPIDv3.cxx:1118
 AliHMPIDv3.cxx:1119
 AliHMPIDv3.cxx:1120
 AliHMPIDv3.cxx:1121
 AliHMPIDv3.cxx:1122
 AliHMPIDv3.cxx:1123
 AliHMPIDv3.cxx:1124
 AliHMPIDv3.cxx:1125
 AliHMPIDv3.cxx:1126
 AliHMPIDv3.cxx:1127
 AliHMPIDv3.cxx:1128
 AliHMPIDv3.cxx:1129
 AliHMPIDv3.cxx:1130
 AliHMPIDv3.cxx:1131
 AliHMPIDv3.cxx:1132
 AliHMPIDv3.cxx:1133
 AliHMPIDv3.cxx:1134
 AliHMPIDv3.cxx:1135
 AliHMPIDv3.cxx:1136
 AliHMPIDv3.cxx:1137
 AliHMPIDv3.cxx:1138
 AliHMPIDv3.cxx:1139
 AliHMPIDv3.cxx:1140
 AliHMPIDv3.cxx:1141
 AliHMPIDv3.cxx:1142
 AliHMPIDv3.cxx:1143
 AliHMPIDv3.cxx:1144
 AliHMPIDv3.cxx:1145
 AliHMPIDv3.cxx:1146
 AliHMPIDv3.cxx:1147
 AliHMPIDv3.cxx:1148
 AliHMPIDv3.cxx:1149
 AliHMPIDv3.cxx:1150
 AliHMPIDv3.cxx:1151
 AliHMPIDv3.cxx:1152
 AliHMPIDv3.cxx:1153
 AliHMPIDv3.cxx:1154
 AliHMPIDv3.cxx:1155
 AliHMPIDv3.cxx:1156
 AliHMPIDv3.cxx:1157
 AliHMPIDv3.cxx:1158
 AliHMPIDv3.cxx:1159
 AliHMPIDv3.cxx:1160
 AliHMPIDv3.cxx:1161
 AliHMPIDv3.cxx:1162
 AliHMPIDv3.cxx:1163
 AliHMPIDv3.cxx:1164
 AliHMPIDv3.cxx:1165
 AliHMPIDv3.cxx:1166
 AliHMPIDv3.cxx:1167
 AliHMPIDv3.cxx:1168
 AliHMPIDv3.cxx:1169
 AliHMPIDv3.cxx:1170
 AliHMPIDv3.cxx:1171
 AliHMPIDv3.cxx:1172
 AliHMPIDv3.cxx:1173
 AliHMPIDv3.cxx:1174
 AliHMPIDv3.cxx:1175
 AliHMPIDv3.cxx:1176
 AliHMPIDv3.cxx:1177
 AliHMPIDv3.cxx:1178
 AliHMPIDv3.cxx:1179
 AliHMPIDv3.cxx:1180
 AliHMPIDv3.cxx:1181
 AliHMPIDv3.cxx:1182
 AliHMPIDv3.cxx:1183
 AliHMPIDv3.cxx:1184
 AliHMPIDv3.cxx:1185
 AliHMPIDv3.cxx:1186
 AliHMPIDv3.cxx:1187
 AliHMPIDv3.cxx:1188
 AliHMPIDv3.cxx:1189
 AliHMPIDv3.cxx:1190
 AliHMPIDv3.cxx:1191
 AliHMPIDv3.cxx:1192
 AliHMPIDv3.cxx:1193
 AliHMPIDv3.cxx:1194
 AliHMPIDv3.cxx:1195
 AliHMPIDv3.cxx:1196
 AliHMPIDv3.cxx:1197
 AliHMPIDv3.cxx:1198
 AliHMPIDv3.cxx:1199
 AliHMPIDv3.cxx:1200
 AliHMPIDv3.cxx:1201
 AliHMPIDv3.cxx:1202
 AliHMPIDv3.cxx:1203
 AliHMPIDv3.cxx:1204
 AliHMPIDv3.cxx:1205
 AliHMPIDv3.cxx:1206
 AliHMPIDv3.cxx:1207
 AliHMPIDv3.cxx:1208
 AliHMPIDv3.cxx:1209
 AliHMPIDv3.cxx:1210
 AliHMPIDv3.cxx:1211
 AliHMPIDv3.cxx:1212
 AliHMPIDv3.cxx:1213
 AliHMPIDv3.cxx:1214
 AliHMPIDv3.cxx:1215
 AliHMPIDv3.cxx:1216
 AliHMPIDv3.cxx:1217
 AliHMPIDv3.cxx:1218
 AliHMPIDv3.cxx:1219
 AliHMPIDv3.cxx:1220
 AliHMPIDv3.cxx:1221
 AliHMPIDv3.cxx:1222
 AliHMPIDv3.cxx:1223
 AliHMPIDv3.cxx:1224
 AliHMPIDv3.cxx:1225
 AliHMPIDv3.cxx:1226
 AliHMPIDv3.cxx:1227
 AliHMPIDv3.cxx:1228
 AliHMPIDv3.cxx:1229
 AliHMPIDv3.cxx:1230
 AliHMPIDv3.cxx:1231
 AliHMPIDv3.cxx:1232
 AliHMPIDv3.cxx:1233
 AliHMPIDv3.cxx:1234
 AliHMPIDv3.cxx:1235
 AliHMPIDv3.cxx:1236
 AliHMPIDv3.cxx:1237
 AliHMPIDv3.cxx:1238
 AliHMPIDv3.cxx:1239
 AliHMPIDv3.cxx:1240
 AliHMPIDv3.cxx:1241
 AliHMPIDv3.cxx:1242
 AliHMPIDv3.cxx:1243
 AliHMPIDv3.cxx:1244
 AliHMPIDv3.cxx:1245
 AliHMPIDv3.cxx:1246
 AliHMPIDv3.cxx:1247
 AliHMPIDv3.cxx:1248
 AliHMPIDv3.cxx:1249
 AliHMPIDv3.cxx:1250
 AliHMPIDv3.cxx:1251
 AliHMPIDv3.cxx:1252
 AliHMPIDv3.cxx:1253
 AliHMPIDv3.cxx:1254
 AliHMPIDv3.cxx:1255
 AliHMPIDv3.cxx:1256
 AliHMPIDv3.cxx:1257
 AliHMPIDv3.cxx:1258
 AliHMPIDv3.cxx:1259
 AliHMPIDv3.cxx:1260
 AliHMPIDv3.cxx:1261
 AliHMPIDv3.cxx:1262
 AliHMPIDv3.cxx:1263
 AliHMPIDv3.cxx:1264
 AliHMPIDv3.cxx:1265
 AliHMPIDv3.cxx:1266
 AliHMPIDv3.cxx:1267
 AliHMPIDv3.cxx:1268
 AliHMPIDv3.cxx:1269
 AliHMPIDv3.cxx:1270
 AliHMPIDv3.cxx:1271
 AliHMPIDv3.cxx:1272
 AliHMPIDv3.cxx:1273
 AliHMPIDv3.cxx:1274
 AliHMPIDv3.cxx:1275
 AliHMPIDv3.cxx:1276
 AliHMPIDv3.cxx:1277
 AliHMPIDv3.cxx:1278
 AliHMPIDv3.cxx:1279
 AliHMPIDv3.cxx:1280
 AliHMPIDv3.cxx:1281
 AliHMPIDv3.cxx:1282
 AliHMPIDv3.cxx:1283
 AliHMPIDv3.cxx:1284
 AliHMPIDv3.cxx:1285
 AliHMPIDv3.cxx:1286
 AliHMPIDv3.cxx:1287
 AliHMPIDv3.cxx:1288
 AliHMPIDv3.cxx:1289
 AliHMPIDv3.cxx:1290
 AliHMPIDv3.cxx:1291
 AliHMPIDv3.cxx:1292
 AliHMPIDv3.cxx:1293
 AliHMPIDv3.cxx:1294
 AliHMPIDv3.cxx:1295
 AliHMPIDv3.cxx:1296
 AliHMPIDv3.cxx:1297
 AliHMPIDv3.cxx:1298