Difference between revisions of "DV Running GEMC"
Line 64: | Line 64: | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | Within Solenoid_half are additional directories for positive/negative 2.5T: | ||
+ | <pre> | ||
+ | Solenoid_negative Solenoid_positive | ||
+ | </pre> | ||
+ | |||
+ | ''The subdirectories for positive and negative have 5 trials within as well similar to No_Solenoid'' | ||
The gcards are distributed from within the positive 5T, trial1 subdirector to the remaining solenoid field strength matching directories via: | The gcards are distributed from within the positive 5T, trial1 subdirector to the remaining solenoid field strength matching directories via: | ||
Line 74: | Line 82: | ||
echo Sol*/Sol*/trial1 | xargs -n 1 cp MollerScattering_set0.LUND | echo Sol*/Sol*/trial1 | xargs -n 1 cp MollerScattering_set0.LUND | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
---- | ---- | ||
Revision as of 16:24, 30 March 2016
gcards
For 0T Solenoid Field: eg12.gcard
<gcard> <detector name="../../../../../clas12/fc/forwardCarriage" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/dc/dc" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/ec/ec" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/ctof/ctof" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/ftof/ftof" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/htcc/htcc" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/pcal/pcal" factory="TEXT" variation="original"/> <option name="SCALE_FIELD" value="clas12-torus-big, -1.0"/> <option name="OUTPUT" value="evio,eg12.ev"/> </gcard>
For 5T Solenoid Field: eg12_sol.gcard
<gcard> <detector name="../../../../../clas12/fc/forwardCarriage" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/dc/dc" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/ec/ec" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/ctof/ctof" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/ftof/ftof" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/htcc/htcc" factory="TEXT" variation="original"/> <detector name="../../../../../clas12/pcal/pcal" factory="TEXT" variation="original"/> <option name="SCALE_FIELD" value="clas12-torus-big, -1.0"/> <option name="HALL_FIELD" value="clas12-solenoid"/> <option name="SCALE_FIELD" value="clas12-solenoid, 1.0"/> <option name="OUTPUT" value="evio,eg12.ev"/> </gcard>
The Solenoid can vary between -1.2 to 1.2 on its field strength, where 1 corresponds to 5T and -1 to -5T.
Running GEMC
Pre-commands
cd cd ~/src/CLAS/GEMC tcsh source setup cd experiments/eg12/MolrBckGrd/DV
3 directories are created in this area
No_Solenoid Solenoid Solenoid_half
Within No_Solenoid:
trial1 trial2 trial3 trial4 trial5
Within Solenoid are additional directories for positive/negative 5T:
Solenoid_negative Solenoid_positive
Within Solenoid_half are additional directories for positive/negative 2.5T:
Solenoid_negative Solenoid_positive
The subdirectories for positive and negative have 5 trials within as well similar to No_Solenoid
The gcards are distributed from within the positive 5T, trial1 subdirector to the remaining solenoid field strength matching directories via:
echo ../Solenoid_positive/trial* | xargs -n 1 cp eg12_sol.gcard
This is repeated for all remaining field stregths.
The 5 different LUND files are distributed in a similar fashion:
echo *Sol*/trial1 | xargs -n 1 cp MollerScattering_set0.LUND echo Sol*/Sol*/trial1 | xargs -n 1 cp MollerScattering_set0.LUND
Links