*** Create_TRD_Geometry_v14a300.C 2013-12-09 14:40:51.923076768 +0100 --- Create_TRD_Geometry_v14a100.C 2013-12-09 14:43:07.703925258 +0100 *************** *** 74,81 **** // Name of output file with geometry const TString tagVersion = "v14a"; ! //const TString geoVersion = "trd_" + tagVersion + "100"; ! const TString geoVersion = "trd_" + tagVersion + "300"; // //const TString geoVersion = "trd_" + tagVersion + "_1h"; //const TString geoVersion = "trd_" + tagVersion + "_1e"; --- 74,81 ---- // Name of output file with geometry const TString tagVersion = "v14a"; ! const TString geoVersion = "trd_" + tagVersion + "100"; ! //const TString geoVersion = "trd_" + tagVersion + "300"; // //const TString geoVersion = "trd_" + tagVersion + "_1h"; //const TString geoVersion = "trd_" + tagVersion + "_1e"; *************** *** 138,146 **** //const Int_t ShowLayer[MaxLayers] = { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 }; // SIS100-2l // 1: plot, 0: hide //const Int_t ShowLayer[MaxLayers] = { 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 }; // SIS100-3l // 1: plot, 0: hide // ! //const Int_t ShowLayer[MaxLayers] = { 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 }; // SIS100-4l // 1: plot, 0: hide //const Int_t ShowLayer[MaxLayers] = { 0, 0, 0, 0, 1, 1, 1, 1, 1, 1 }; // SIS300-mu // 1: plot, 0: hide ! const Int_t ShowLayer[MaxLayers] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; // SIS300-e // 1: plot, 0: hide Int_t PlaneId[MaxLayers]; // automatically filled with layer ID --- 138,146 ---- //const Int_t ShowLayer[MaxLayers] = { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 }; // SIS100-2l // 1: plot, 0: hide //const Int_t ShowLayer[MaxLayers] = { 1, 1, 1, 0, 0, 0, 0, 0, 0, 0 }; // SIS100-3l // 1: plot, 0: hide // ! const Int_t ShowLayer[MaxLayers] = { 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 }; // SIS100-4l // 1: plot, 0: hide //const Int_t ShowLayer[MaxLayers] = { 0, 0, 0, 0, 1, 1, 1, 1, 1, 1 }; // SIS300-mu // 1: plot, 0: hide ! //const Int_t ShowLayer[MaxLayers] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }; // SIS300-e // 1: plot, 0: hide Int_t PlaneId[MaxLayers]; // automatically filled with layer ID *************** *** 394,400 **** void dump_digi_file(); ! void Create_TRD_Geometry_v14a300() { // Load the necessary FairRoot libraries gROOT->LoadMacro("$VMCWORKDIR/gconfig/basiclibs.C"); basiclibs(); --- 394,400 ---- void dump_digi_file(); ! void Create_TRD_Geometry_v14a100() { // Load the necessary FairRoot libraries gROOT->LoadMacro("$VMCWORKDIR/gconfig/basiclibs.C"); basiclibs();