From f08dac57467cb049cd893fbaf4038d32b3ebf2e1 Mon Sep 17 00:00:00 2001 From: "Ryan@Home" Date: Fri, 5 Jul 2024 22:18:54 -0400 Subject: [PATCH] force add SimChecker_Config.txt. add EventBuilder as symbolic link too --- .gitignore | 1 - Armory/EventBuilder | 1 + working/SimChecker_Config.txt | 30 ++++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 120000 Armory/EventBuilder create mode 100644 working/SimChecker_Config.txt diff --git a/.gitignore b/.gitignore index d0ebed1..c2ac3b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ working/Logs -EventBuilder *.root *.pcm *.d diff --git a/Armory/EventBuilder b/Armory/EventBuilder new file mode 120000 index 0000000..4505ee1 --- /dev/null +++ b/Armory/EventBuilder @@ -0,0 +1 @@ +/home/ryan/SOLARIS_DAQ/Aux/EventBuilder \ No newline at end of file diff --git a/working/SimChecker_Config.txt b/working/SimChecker_Config.txt new file mode 100644 index 0000000..c51ed69 --- /dev/null +++ b/working/SimChecker_Config.txt @@ -0,0 +1,30 @@ +//enum plotID { pEZ, /// 0 +// pRecoilXY, /// 1 +// pThetaCM, /// 2 +// pExCal, /// 3 +// pArrayXY, /// 4 +// pInfo, /// 5 +// pElum1XY, /// 6 +// pRecoilXY1, /// 7 +// pRecoilXY2, /// 8 +// pTDiffZ, /// 9 +// pRecoilRThetaCM, /// 10 +// pRecoilRZ, /// 11 +// pEElum1R, /// 12 +// pRecoilRTR, /// 13 +// pThetaCM_Z, /// 14 +// pElum1RThetaCM, /// 15 +// pEmpty }; /// 16 +//============================================== User Config +//*============================ Canvas Setting, take the shape of the Canvas + pEZ, pExCal, pArrayXY, pTDiffZ +pThetaCM, pRecoilXY, pInfo, pThetaCM_Z +//^============================= Gate Setting +hit == 1 && loop <= 1 && thetaCM > 10 +//@============================= Other Settings +elum_Max : 60 //mm +thetaCM_Max : 50 //deg +//#============================== example of gate +hit == 1 && loop <= 1 && thetaCM > 10 && detRowID == 0 +hit == 1 && loop <= 1 +15 < rhoElum1 && rhoElum1 < 50 && rhoElum2 > 60