Difference between revisions of "Trigger"
(Created 01/21/16(Zwzhao), Last modified 05/02/17(Zwzhao)) |
(→general) |
||
Line 1: | Line 1: | ||
=== general === | === general === | ||
− | + | * 3rd round of study | |
+ | **SIDIS_He3 [https://solid.jlab.org/DocDB/0001/000129/004/hardonrateupdata_09042018.pdf pdf] | ||
* 2nd round of study | * 2nd round of study | ||
** PVDIS LD2 [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/PVDIS_trigger_rate.pptx pptx][http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/PVDIS_trigger_rate.pdf pdf] | ** PVDIS LD2 [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/PVDIS_trigger_rate.pptx pptx][http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/PVDIS_trigger_rate.pdf pdf] |
Latest revision as of 17:58, 29 January 2021
Contents
general
- 3rd round of study
- SIDIS_He3 pdf
- 2nd round of study
- 1st round of study
code
https://jlabsvn.jlab.org/svnroot/solid/study/trigger
- In principle, trigger from different detectors should be formed independently. then they form some logic between each others to make the final trigger.
- When coding, we should make each detector as independent function or module to ensure that. And each module can be reused between different triggers to ensure consistence
- The time window with a detector and between detectors are important, in particular how much low energy background will contribute
file
use the common full simulation file here https://hallaweb.jlab.org/wiki/index.php/SoLID_Study#full_simulation_and_file_sharing
trigger from detector
EC
new
Rakitha's trigger curves based on HallD hadron generator
talk http://hallaweb.jlab.org/12GeV/SoLID/download/ec/talk/ecal_HallD_TriggerAnalysis3.pdf code https://jlabsvn.jlab.org/svnroot/solid/subsystem/ec/triggerfile_HallDRakitha/
old
Jin's background embedded trigger curves files in root file and call function made by Yuxiang are at
https://jlabsvn.jlab.org/svnroot/solid/subsystem/ec/triggerfile/
Previous EC trigger rate produced by some scripts calling Jin's trigger curves in root file, Yuxiang's call function are based on these
https://jlabsvn.jlab.org/svnroot/solid/study/background/trigger_EC_PVDIS.C https://jlabsvn.jlab.org/svnroot/solid/study/background/trigger_EC_SIDIS.C https://jlabsvn.jlab.org/svnroot/solid/study/background/trigger_EC_SIDIS_MIP.C
LGC
SPD and MRPC on photon rejection (Sanghwa)
PVDIS e trigger
By Yuxiang, based on PVDIS_LD2_JLAB_VERSION_1.3/pass3 data which has babarmore1 baffle
pptxpdf, shown at simulation meeting
pptx, shown at collaboration meeting
SIDIS e trigger
EC+LGC+SPD+MRPC (forward angle) , EC+SPD (large angle)
SIDIS hadron trigger
EC+SPD+MRPC (forward angle)
Zhiwen's working dir lily:/home/zwzhao/solid/solid_svn/solid/study/sidis_hadron_trigger
Zhiwen's simple trigger study pptx[1]