Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Basic knowledge of Linux commands.
    • ls, cd, less, cp, mv, text editor, etc.
  • Basic knowledge of C++ and ROOT.
  • Use of a text terminal with graphic (i.e. X11) support.
    • SSH over UVA More Secure Network (VPN), or
    • FastX Web Portal.
  • Concept of the file hierarchy on Rivanna.
    • Usage of "/project/ptgroup" and "/scratch".
  • Concept of the job submission on Rivanna.
    • Usage of "sbatch", "squeue", etc.
  • Basics Basic knowledge of SeaQuest spectrometer.
  • Fermilab Services and Kerberos accounts.
    • Services account to access DocDB and Redmine webpage.
    • Kerberos account to access Redmine Git repository.

Analysis Software on Rivanna

A compact analysis program dedicated for the E906 data analysis is available at a Git repository on Fermilab Redmine.  If you don't have a permission to read the web page or the repository, please contact Kenichi.   
https://cdcvs.fnal.gov/redmine/projects/e906-root-ana/repository/revisions/master/entry/README.md

The instructions given in "REAMD.md" should be detailed enough for new users to go through the whole analysis steps.  But any questions/suggestions are very welcome, since the software is still under development.

E906 Datasets

DatasetPeriodRoadsetRun IDSpill IDAvailability on Rivanna
22013/12-2014/0757, 59, 62

NoYes
32014/12-2015/0767, 70

No
42015/12-2016/02


No
52016/03-2016/0778

No
62017/01-2017/0778

Yes

Analysis Software on Rivanna

...

...


If you don't have a permission to read the web page or the repository, please contact Kenichi.  This program relies on the system-level files mentioned above, and contains only a set of files that you can/should modify for your analysis purpose.

Management Info

Normal users (=analyzers) need not look into the information below.

...

  • "software/" = The standard E906 software, which contains...
  • "data/" = SeaQuest data files.  They are being transferred from Fermilab.
  • "etc/" = SeaQuest-specific configuration files of external software.  Only the Kerberos configuration file (krb5.conf) is included at present.
  • "list/" = Lists of good runs/spills etc.  The user-level program below automatically finds and reads a proper list case-by-case.

User-Level Software

It relies on the system-level files mentioned above, and contains only a set of files that analyzer can/should modify for one's analysis purpose.


Analysis via Fermilab's Kerberos

FoTo be written.