Skip to content
Snippets Groups Projects
Commit 84094f36 authored by Eoin Clerkin's avatar Eoin Clerkin
Browse files

Provides psd_v22c

PSD_v22c is the parking position for the psd to be used in the
hadron and muon setups.
parent bc8f9ba1
No related branches found
No related tags found
1 merge request!733Provides psd_v22c
Pipeline #16502 passed
......@@ -4,7 +4,7 @@
echo "Scanning the geometry" $1
root -l -b -q '$VMCWORKDIR/macro/geometry/scan_geometry.C("'$1'")' &>tmp
root -l -b -q '$VMCWORKDIR/macro/geometry/scan_geometry.C("'$1'")' 1>tmp
ROOT_EXIT=$?;
if [ 0 -ne $ROOT_EXIT ]; then
......@@ -53,7 +53,7 @@ variables=`echo "$line" | sed -e 's/eff//g' | sed -e 's/index/jndex/g' | sed -e
COUNT=$((COUNT+1));
echo -e " \t $line"
echo " \t $line"
done < MATERIALS
......
......@@ -37,7 +37,7 @@ TGeoVolume* ConstructShield(const char* name, Double_t sizeXY, Double_t holesize
// ====== Main function =====
// ============================================================================
void create_psdgeo_with_hole(TString geoTag = "v22a")
void create_psdgeo_with_hole(TString geoTag = "v22c")
{
// ----- Steering variables ---------------------------------------------
......@@ -64,12 +64,21 @@ void create_psdgeo_with_hole(TString geoTag = "v22a")
holeSize = 20.;
comment = "Position for Au beam at 3.3A GeV/c and 60% magnetic field strength (to fit beam dump)";
}
else if (geoTag == "v22c") {
psdX = -90;
psdY = -70;
psdZ = 1756;
psdRotY = 0.0;
holeSize = 20.;
comment = "This is the PSD parking position for an out-of-the-way position to be used in hadron and muon setuos.";
}
else if (geoTag == "v20c") {
psdX = 12.95;
psdY = 0.;
psdZ = 1010;
psdRotY = 0.0132;
holeSize = 20.;
comment = "This is a coordinate shifted version of v20a";
}
else if (geoTag == "v20a") {
psdX = 12.95;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment