<div dir="ltr"><div class="gmail_default" style="font-size:large">Hi,</div><div class="gmail_default" style="font-size:large">Mike; sure I will make individual files.</div><div class="gmail_default" style="font-size:large">Lei;</div><div class="gmail_default" style="font-size:large">Yes, I will try to finish by this week although it takes a lot of time.</div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 30, 2018 at 4:19 PM, Lei Guo <span dir="ltr"><<a href="mailto:lguo@jlab.org" target="_blank">lguo@jlab.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi shankar this is great! Can we also do the same for the 10.6 GeV runs and the different field setting runs as well?<br>
<br>
Cheers!<br>
<br>
Sent from my iPhone<br>
<div class="HOEnZb"><div class="h5"><br>
> On Apr 30, 2018, at 15:21, Michael Dugger <<a href="mailto:dugger@jlab.org">dugger@jlab.org</a>> wrote:<br>
> <br>
> <br>
> Shankar,<br>
> <br>
> That is great news. Thanks a bunch :)<br>
> <br>
> Take care,<br>
> Michael<br>
> <br>
>> On Mon, 30 Apr 2018, Shankar Adhikari wrote:<br>
>> <br>
>> Hi Mike,<br>
>> <br>
>> I have a filtered file which only have those banks you asked for along with<br>
>> "RUN::config" , "Run::rf" and "RUN::trigger".<br>
>> Please look at the location below. It includes all the files of run number<br>
>> 3050 that are located in /volatile/clas12/data/rg-a/<wbr>pass0/tag5b.3.3/.<br>
>> I merged 686 files to a single file.<br>
>> <br>
>> /w/hallb-scifs17exp/clas12/<wbr>shankar/pass0/tag5b.3.3<br>
>> <br>
>> Please let me know if you have any question.<br>
>> <br>
>> Thank you<br>
>> <br>
>> Shankar<br>
>> <br>
>>> On Wed, Apr 25, 2018 at 1:16 PM, Michael Dugger <<a href="mailto:dugger@jlab.org">dugger@jlab.org</a>> wrote:<br>
>>> <br>
>>> <br>
>>> Hi,<br>
>>> <br>
>>> We need to get a preliminary bank list setup so that Shankar<br>
>>> can start filtering files. Most likely, any bank list we make<br>
>>> right now will need to be updated in the near future. We just<br>
>>> want a preliminary list to get us started.<br>
>>> <br>
>>> Please send a bank list to Shankar <<a href="mailto:sadhi003@fiu.edu">sadhi003@fiu.edu</a>> by<br>
>>> tomorrow so he can start filtering files.<br>
>>> <br>
>>> A big thanks to Shankar for volunteering to filter files for<br>
>>> us!<br>
>>> <br>
>>> To get us started, here is my preliminary bank list:<br>
>>> <br>
>>> REC_Particle<br>
>>> REC_Scintillator<br>
>>> REC_ForwardTagger<br>
>>> REC_Event<br>
>>> FT_particles<br>
>>> FTCAL_clusters<br>
>>> <br>
>>> Link to my presentation today:<br>
>>> <br>
>>> <a href="https://userweb.jlab.org/~dugger/veryStrange/realDataV4b.pdf" rel="noreferrer" target="_blank">https://userweb.jlab.org/~<wbr>dugger/veryStrange/<wbr>realDataV4b.pdf</a><br>
>>> <br>
>>> Trigger bits:<br>
>>> <br>
>>> I am using a ROOT based analysis where the trigger bits can be found using<br>
>>> the code:<br>
>>> <br>
>>> #include <bitset><br>
>>> int getBit(int n, int k)<br>
>>> {<br>
>>>  return (n & (1<<k)) != 0;<br>
>>> }<br>
>>> <br>
>>> where n comes from REC_Event_TRG and k is the trigger bit of interest.<br>
>>> <br>
>>> For example, if I want to get the value of trigger bit 0, I have<br>
>>> <br>
>>> int trg0 = getBit(myTree.REC_Event_TRG-><wbr>at(0),0);<br>
>>> <br>
>>> A picture of trigger bits can be found at (sent to me by Benjamin Raydo):<br>
>>> <br>
>>> <a href="https://userweb.jlab.org/~dugger/veryStrange/clonpc13_20180412_074234.gif" rel="noreferrer" target="_blank">https://userweb.jlab.org/~<wbr>dugger/veryStrange/clonpc13_<wbr>20180412_074234.gif</a><br>
>>> <br>
>>> Note: The trigger bits have not been locked down. The bits can be defined<br>
>>> differently for some runs. Benjamin Raydo sent me a list for run 3050:<br>
>>> <br>
>>> "<br>
>>> Here is a summary of the trigger configuration for run 3050:<br>
>>> <br>
>>> Triggerbit  Description<br>
>>> 0           Electron (all sectors):<br>
>>>               HTCC x PCAL>60MeV x ECAL>10MeV x (ECAL+PCAL)>150MeV<br>
>>>                  +<br>
>>>               HTCC x PCAL>150MeV<br>
>>> <br>
>>> 1-6         Electron (per sector), same definition as above<br>
>>> <br>
>>> 7-12        HTCC (per sector)<br>
>>> <br>
>>> 13-18       PCAL>60MeV (per sector)<br>
>>> <br>
>>> 19-24       ECAL>10MeV (per sector)<br>
>>> <br>
>>> 25          HTCC x PCAL>60MeV (all sectors)<br>
>>> <br>
>>> 26          HTCC x PCAL>150MeV (all sectors)<br>
>>> <br>
>>> 27          PCAL>60MeV x ECAL>10MeV (all sectors)<br>
>>> <br>
>>> 28          PCAL>10MeV x FTOF (all sectors)<br>
>>> <br>
>>> 29          8000MeV>FTCAL>100MeV<br>
>>> <br>
>>> 30          8000MeV>FTCAL>500MeV<br>
>>> <br>
>>> 31          Pulser @ 1kHz<br>
>>> "<br>
>>> <br>
>>> Take care,<br>
>>> Michael<br>
>>> <br>
>>> ______________________________<wbr>_________________<br>
>>> Clas12_verystrange mailing list<br>
>>> <a href="mailto:Clas12_verystrange@jlab.org">Clas12_verystrange@jlab.org</a><br>
>>> <a href="https://mailman.jlab.org/mailman/listinfo/clas12_verystrange" rel="noreferrer" target="_blank">https://mailman.jlab.org/<wbr>mailman/listinfo/clas12_<wbr>verystrange</a><br>
>>> <br>
>> <br>
> ______________________________<wbr>_________________<br>
> Clas12_verystrange mailing list<br>
> <a href="mailto:Clas12_verystrange@jlab.org">Clas12_verystrange@jlab.org</a><br>
> <a href="https://mailman.jlab.org/mailman/listinfo/clas12_verystrange" rel="noreferrer" target="_blank">https://mailman.jlab.org/<wbr>mailman/listinfo/clas12_<wbr>verystrange</a><br>
<br>
<br>
______________________________<wbr>_________________<br>
Clas12_verystrange mailing list<br>
<a href="mailto:Clas12_verystrange@jlab.org">Clas12_verystrange@jlab.org</a><br>
<a href="https://mailman.jlab.org/mailman/listinfo/clas12_verystrange" rel="noreferrer" target="_blank">https://mailman.jlab.org/<wbr>mailman/listinfo/clas12_<wbr>verystrange</a><br>
</div></div></blockquote></div><br></div>