ROOT logo
void SetITSULegacyPatterns()
{
  // set the ITSU patterns to "legacy mode" to be able to read old geometry
  gSystem->Load("libITSUpgradeBase");
  AliITSUGeomTGeo::SetITSVolPattern("ITSV");
  AliITSUGeomTGeo::SetITSLayerPattern("ITSULayer");
  AliITSUGeomTGeo::SetITSWrapVolPattern("ITSUWrapVol");
  AliITSUGeomTGeo::SetITSStavePattern("ITSULadder");
  AliITSUGeomTGeo::SetITSHalfStavePattern("");
  AliITSUGeomTGeo::SetITSModulePattern("");
  AliITSUGeomTGeo::SetITSChipPattern("ITSUModule");
  AliITSUGeomTGeo::SetITSSensorPattern("ITSUSensor");
  //
}
 SetITSULegacyPatterns.C:1
 SetITSULegacyPatterns.C:2
 SetITSULegacyPatterns.C:3
 SetITSULegacyPatterns.C:4
 SetITSULegacyPatterns.C:5
 SetITSULegacyPatterns.C:6
 SetITSULegacyPatterns.C:7
 SetITSULegacyPatterns.C:8
 SetITSULegacyPatterns.C:9
 SetITSULegacyPatterns.C:10
 SetITSULegacyPatterns.C:11
 SetITSULegacyPatterns.C:12
 SetITSULegacyPatterns.C:13
 SetITSULegacyPatterns.C:14
 SetITSULegacyPatterns.C:15