Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marcin
2018 Agata Neda Diamant Campaign - TSelector
Commits
3fce6730
Commit
3fce6730
authored
Apr 17, 2018
by
Xavier Fabian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
8ecdc625
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
README.md
README.md
+24
-24
No files found.
README.md
View file @
3fce6730
...
...
@@ -26,33 +26,33 @@ For experiment E699, YOUR_EXPERIMENT_ID is just E699.
You now have a fresh install, ready to be customized and run!
### What are the different files
.
.
<br>
├── CleanProcesses.sh => Kill any pending proof subprocess. Cannot hurt after a crash or a ctrl+c style exit
<br>
├── compile.sh => Compiles the program containing
`main()`
(PlotResults.
*
), not the selector itself
<br>
├── InputPars => "Input parameters" folder
<br>
│ ├── CutDIAMANT
│ │ ├── cuts_from_commissioning => templates. The selector will actually look in
`CutDIAMANT`
and not this folder
│ │ │ ├── ConvertCuts.C => convert
`cutfile_BOARDID_run156`
files to
`DIAMANTPidEnergy_cut_DETECTORID.root`
(expected by the selector)
│ │ │ ├── cutfile_BOARDID_run156 => original diamant cuts (provided by Istvan)
│ │ │ ├── DIA_histo_run_0156.root => histograms on which the original cuts were made
│ │ │ ├── DIAMANTPidEnergy_cut_DETECTORID.root => up-to-date cuts (converted and adjusted with
`MoveCuts.C`
) used for the commissioning analysis
│ │ └── MoveCuts.C => Allows to easily adjust a series of cuts contained in
`DIAMANTPidEnergy_cut_DETECTORID.root`
files
│ ├── CutNEDA
│ │ └── cuts_from_commissioning => templates. The selector will actually look in
`CutNEDA`
and not this folder
│ │ ├── NEDACcTof_cut.root => up-to-date cut (converted and adjusted with
`MoveCuts.C`
) used for the commissioning analysis
│ │ └── NEDAEnergyCc_cut.root => up-to-date cut (converted and adjusted with
`MoveCuts.C`
) used for the commissioning analysis
│ ├── diamant_id_lookup.EXAMPLE => The selector will look for
`diamant_id_lookup`
, not
`diamant_id_lookup.EXAMPLE`
│ ├── neda_id_lookup.EXAMPLE => The selector will look for
`neda_id_lookup`
, not
`neda_id_lookup.EXAMPLE`
│ ├── neda_id_lookup_from_run_219
│ └── neda_id_lookup_until_run_210
├── Out => The resulting root file from the selector should be put here. In
`PlotResults.conf`
,
`FileNameOut absolute/path/to/this/Out/`
├── PlotResults.conf.EXAMPLE => Main configuration file. The selector will look for
`PlotResults.conf`
, not
`PlotResults.conf.EXAMPLE`
├── README.md => This readme
└── src
├── PlotResults.cxx => The main program, compiled with
`compile.sh`
├── PlotResults.h => Header of the main program
├── PlotResultsSelector.C => The selector itself (compiled when PlotResults is executed)
└── PlotResultsSelector.h => Header of the selector
│ ├── CutDIAMANT
<br>
│ │ ├── cuts_from_commissioning => templates. The selector will actually look in
`CutDIAMANT`
and not this folder
<br>
│ │ │ ├── ConvertCuts.C => convert
`cutfile_BOARDID_run156`
files to
`DIAMANTPidEnergy_cut_DETECTORID.root`
(expected by the selector)
<br>
│ │ │ ├── cutfile_BOARDID_run156 => original diamant cuts (provided by Istvan)
<br>
│ │ │ ├── DIA_histo_run_0156.root => histograms on which the original cuts were made
<br>
│ │ │ ├── DIAMANTPidEnergy_cut_DETECTORID.root => up-to-date cuts (converted and adjusted with
`MoveCuts.C`
) used for the commissioning analysis
<br>
│ │ └── MoveCuts.C => Allows to easily adjust a series of cuts contained in
`DIAMANTPidEnergy_cut_DETECTORID.root`
files
<br>
│ ├── CutNEDA
<br>
│ │ └── cuts_from_commissioning => templates. The selector will actually look in
`CutNEDA`
and not this folder
<br>
│ │ ├── NEDACcTof_cut.root => up-to-date cut (converted and adjusted with
`MoveCuts.C`
) used for the commissioning analysis
<br>
│ │ └── NEDAEnergyCc_cut.root => up-to-date cut (converted and adjusted with
`MoveCuts.C`
) used for the commissioning analysis
<br>
│ ├── diamant_id_lookup.EXAMPLE => The selector will look for
`diamant_id_lookup`
, not
`diamant_id_lookup.EXAMPLE`
<br>
│ ├── neda_id_lookup.EXAMPLE => The selector will look for
`neda_id_lookup`
, not
`neda_id_lookup.EXAMPLE`
<br>
│ ├── neda_id_lookup_from_run_219
<br>
│ └── neda_id_lookup_until_run_210
<br>
├── Out => The resulting root file from the selector should be put here. In
`PlotResults.conf`
,
`FileNameOut absolute/path/to/this/Out/`
<br>
├── PlotResults.conf.EXAMPLE => Main configuration file. The selector will look for
`PlotResults.conf`
, not
`PlotResults.conf.EXAMPLE`
<br>
├── README.md => This readme
<br>
└── src
<br>
├── PlotResults.cxx => The main program, compiled with
`compile.sh`
<br>
├── PlotResults.h => Header of the main program
<br>
├── PlotResultsSelector.C => The selector itself (compiled when PlotResults is executed)
<br>
└── PlotResultsSelector.h => Header of the selector
<br>
## Quick launch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment