-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.txt
executable file
·52 lines (43 loc) · 2.09 KB
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Commands:
=========
hs-find - find a URL of a MC sample
hs-get - download MC samples in multiple threads (all mirrors)
hs-getmain - download MC samples in multiple threads (main server)
hs-info - validate the ProMC/ProIO file or dump separate events
hs-meta - extract metadata information from ProMC/ProIO files
hs-ls - list all files from a given data sample
hs-log - extract the log file associated with ProMC/ProIO file
hs-ide - run an editor and process analysis *.py script using ProMC/ProIO files
hs-run - process analysis *.py script in a batch mode using ProMC/ProIO files
hs-exec - execute external commands
hs-extract - extract N events from a file and write them to another file
hs-pileup - create a new file mixing signal events with pile-up events
hs-proio - a general viewer for ProIO files (independent of event model)
hs-distiller- convert ProMC file to zip64 format (distiller)
hs-mirror - mirror the a dataset with all tags (for admins)
hs-index - index files and prepare them for HepSim (for admins)
hs-help - shows this help
hs-view - view ProMC/ProIO file from the HepSim database (EVGEN level)
hs-version - checks the current hs-tools version
Examples:
========
Find files
----------
hs-ls tev100pp_higgs_ttbar_mg5 # list files with the name tev100_higgs_ttbar_mg5
hs-ls tev100pp_ttbar_mg5%rfast001 # list events for the reconstraction tag rfast001
hs-find higgs # find samples with the word "higgs"
Downloads:
---------
hs-get tev100pp_ttbar_mg5 data # download EVGEN files to "data"
hs-get tev100pp_ttbar_mg5%rfast001 # download fast simulations for this sample
View:
----
hs-view file.promc [or URL] # look at the event record using GUI
hs-meta file.promc [or URL] # meta information
Run over EVGEN files:
-------------------
hs-run test.py # run Jython script "test.py" in a batch mode
hs-ide test.py [or URL] # open script "test.py" in IDE and run it
Look at http://atlaswww.hep.anl.gov/hepsim/ for more examples.
S.Chekanov (ANL)
July, 2017