Difference between revisions of "Solid Trigger"

From Hall A Wiki
Jump to: navigation, search
(code)
(Link to new wiki)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
This page has been moved to [https://solid.jlab.org/wiki/index.php/Trigger https://solid.jlab.org/wiki/index.php/Trigger] in the new [https://solid.jlab.org/wiki SoLID Wiki].  Please do not edit this page.
 +
 
=== general ===
 
=== general ===
  
* previous study
+
* 2nd round of study
** PVDIS LD2 [http://hallaweb.jlab.org/12GeV/SoLID/download/baffle/talk/solid_baffle_zwzhao_20130910.pptx pptx] [http://hallaweb.jlab.org/12GeV/SoLID/download/baffle/talk/solid_baffle_zwzhao_20130910.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]
 +
** SIDIS_He3 [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/solid_trigger_SIDIS_He3_zwzhao_20161006.pptx pptx][http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/solid_trigger_SIDIS_He3_zwzhao_20161006.pdf pdf]
 +
** JPsi LH2 [http://hallaweb.jlab.org/12GeV/SoLID/meeting_coll/2016_12/solid_simulation_trigger_zwzhao_201612.pptx pptx][http://hallaweb.jlab.org/12GeV/SoLID/meeting_coll/2016_12/solid_simulation_trigger_zwzhao_201612.pdf pdf]
 +
 
 +
* 1st round of study
 +
** PVDIS LD2 [http://hallaweb.jlab.org/12GeV/SoLID/download/baffle/talk/solid_baffle_zwzhao_20130910.pptx pptx] [http://hallaweb.jlab.org/12GeV/SoLID/download/baffle/talk/solid_baffle_zwzhao_20130910.pdf pdf] ([http://hallaweb.jlab.org/12GeV/SoLID/download/baffle/talk/solid_baffle_zwzhao_20150316.pptx pptx][http://hallaweb.jlab.org/12GeV/SoLID/download/baffle/talk/solid_baffle_zwzhao_20150316.pdf pdf] update after director review)
 
** SIDIS He3 [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/solid_SIDIS_background_zwzhao_20131118.pptx pptx] [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/solid_SIDIS_background_zwzhao_20131118.pdf pdf]
 
** SIDIS He3 [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/solid_SIDIS_background_zwzhao_20131118.pptx pptx] [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/solid_SIDIS_background_zwzhao_20131118.pdf pdf]
 
** JPsi LH2 [http://hallaweb.jlab.org/12GeV/SoLID/meeting_coll/2015_05/solid_JPsi_trigger_201505.pptx pptx][http://hallaweb.jlab.org/12GeV/SoLID/meeting_coll/2015_05/solid_JPsi_trigger_201505.pdf pdf]
 
** JPsi LH2 [http://hallaweb.jlab.org/12GeV/SoLID/meeting_coll/2015_05/solid_JPsi_trigger_201505.pptx pptx][http://hallaweb.jlab.org/12GeV/SoLID/meeting_coll/2015_05/solid_JPsi_trigger_201505.pdf pdf]
Line 13: Line 20:
 
* 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  
 
* 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
 
* 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 ===
 
=== trigger from detector ===
  
==== EC (Rakitha) ====
+
==== EC ====
  
Previous EC trigger rate produced by some scripts calling Jin's trigger curves in root file
+
===== new =====
 +
Rakitha's trigger curves based on HallD hadron generator
  
The scripts are  
+
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_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.C
 
  https://jlabsvn.jlab.org/svnroot/solid/study/background/trigger_EC_SIDIS_MIP.C
 
  https://jlabsvn.jlab.org/svnroot/solid/study/background/trigger_EC_SIDIS_MIP.C
  
Jin's background embedded trigger curves files are
+
==== LGC ====
https://jlabsvn.jlab.org/svnroot/solid/subsystem/ec/triggerfile/
+
  
It would be nice if the part calling trigger curve can be take out and as a independent function and put into triggerfile dir (Yuxiang?)
+
==== SPD and MRPC on photon rejection (Sanghwa) ====
  
==== LGC (Michael) ====
+
=== PVDIS e trigger  ===
  
 +
By Yuxiang, based on PVDIS_LD2_JLAB_VERSION_1.3/pass3 data which has babarmore1 baffle
  
 +
[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], shown at simulation meeting
  
==== SPD and MRPC on photon rejection (Yuxiang?) ====
+
[http://hallaweb.jlab.org/12GeV/SoLID/meeting_coll/2016_08/Trigger_rate_PVDIS_SIDIS_YuxiangZhao.pptx pptx], shown at collaboration meeting
  
The Gamma rejection for SPD or MRPC by Zhihong
+
=== SIDIS e trigger ===
MRPC:
+
https://hallaweb.jlab.org/dvcslog/SoLID/88
+
https://hallaweb.jlab.org/dvcslog/SoLID/89
+
SPD:
+
https://userweb.jlab.org/~yez/Work/solid/LASPD_Segmentation.pdf
+
https://userweb.jlab.org/~yez/Work/solid/new_spd_study.pdf
+
some note
+
"Your directories included the codes I developed for SPD background rate analysis, and there do include cuts from EC.
+
For the MRPC, I  don't have a well maintained analysis code but this one can be a good starting point:
+
/w/halla-scifs2/solid/yez/sidis/mrpc_test/scan/GetRate_Background.C
+
What we need to do is to combine the cuts from three detectors. For EC, we know the radial dependent energy cut,
+
and for SPD, we can use the MIP cut. However, for MRPC, we haven't have a good cut yet.
+
I initially did a quick study by putting the detailed layers of MRPC gas+glass, and found out that
+
if I required two gas layers out of 10 layers create electrons, we can select good electrons."
+
 
+
Zhiwen's simple MRPC study [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/background_mrpc_zwzhao_20151208.pptx pptx] [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/background_mrpc_zwzhao_20151208.pdf pdf]
+
 
+
=== PVDIS e trigger (Michael, Rakitha and Rich) ===
+
 
+
EC+LGC
+
 
+
=== SIDIS e trigger (Yuxiang) ===
+
  
 
EC+LGC+SPD+MRPC (forward angle) , EC+SPD (large angle)
 
EC+LGC+SPD+MRPC (forward angle) , EC+SPD (large angle)
  
maybe gain experience from PVDIS e trigger first, in particular for LGC
+
=== SIDIS hadron trigger ===
 
+
=== SIDIS hadron trigger (Yuxiang) ===
+
  
 
EC+SPD+MRPC (forward angle)
 
EC+SPD+MRPC (forward angle)
Line 72: Line 69:
 
Zhiwen's simple trigger study [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/solid_simulation_zwzhao_20151203.pptx pptx][http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/solid_simulation_zwzhao_20151203.pdf]
 
Zhiwen's simple trigger study [http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/solid_simulation_zwzhao_20151203.pptx pptx][http://hallaweb.jlab.org/12GeV/SoLID/download/sim/talk/solid_simulation_zwzhao_20151203.pdf]
  
=== JPsi e trigger (later after SIDIS e trigger done) ===
+
=== JPsi e trigger ===

Latest revision as of 15:39, 7 December 2020

This page has been moved to https://solid.jlab.org/wiki/index.php/Trigger in the new SoLID Wiki. Please do not edit this page.

general

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]

JPsi e trigger