Update 'Paths.hpp'
parent
0c4d7055b5
commit
c6fc15e4b7
50
Paths.hpp.md
50
Paths.hpp.md
@ -1,5 +1,4 @@
|
||||
|
||||
|
||||
# Functions and their parameters
|
||||
|
||||
## Preselection files
|
||||
@ -599,27 +598,27 @@ Calls [restore_from_backup()](#bool-restore_from_backup) for all years and both
|
||||
* Always one
|
||||
|
||||
### bool restore_allData_from_backup()
|
||||
Calls [restore_allYears_from_backup()](#bool-restore_allYears_from_backup) for data.
|
||||
Calls [restore_allYears_from_backup()](#bool-restore_allyears_from_backup) for data.
|
||||
|
||||
* **Return**
|
||||
* Always one
|
||||
|
||||
### int restore_allMCsig_from_backup()
|
||||
|
||||
Calls [restore_allYears_from_backup()](#bool-restore_allYears_from_backup) for signal MC.
|
||||
Calls [restore_allYears_from_backup()](#bool-restore_allyears_from_backup) for signal MC.
|
||||
|
||||
* **Return**
|
||||
* Always one
|
||||
|
||||
### int restore_allMCref_from_backup()
|
||||
Calls [restore_allYears_from_backup()](#bool-restore_allYears_from_backup) for reference MC.
|
||||
Calls [restore_allYears_from_backup()](#bool-restore_allyears_from_backup) for reference MC.
|
||||
|
||||
* **Return**
|
||||
* Always one
|
||||
|
||||
### int restore_allPHSP_from_backup()
|
||||
|
||||
Calls [restore_allYears_from_backup()](#bool-restore_allYears_from_backup) for PHSP MC.
|
||||
Calls [restore_allYears_from_backup()](#bool-restore_allyears_from_backup) for PHSP MC.
|
||||
* **Return**
|
||||
* Always one
|
||||
|
||||
@ -631,7 +630,7 @@ Restores all the MC samples from backup (see the three functions above)
|
||||
## Create backups
|
||||
|
||||
### bool create_backup()
|
||||
|
||||
Takes the current preselected file and copies it into a backup file.
|
||||
* **Parameters**
|
||||
* string year
|
||||
* string magnet
|
||||
@ -639,54 +638,59 @@ Restores all the MC samples from backup (see the three functions above)
|
||||
* bool ReferenceChannel
|
||||
* bool PHSP
|
||||
* **Return**
|
||||
* Always one
|
||||
|
||||
### bool create_allYears_backup()
|
||||
|
||||
Calls [create_backup()](#bool-create_backup) for all years and polarities.
|
||||
* **Parameters**
|
||||
* bool MC
|
||||
* bool ReferenceChannel
|
||||
* bool PHSP
|
||||
* **Return**
|
||||
* Always one
|
||||
|
||||
### bool create_allData_backup()
|
||||
|
||||
* **Parameters**
|
||||
*
|
||||
Calls [create_allYears_backup()](#bool-create_allyears_backup) for data.
|
||||
|
||||
* **Return**
|
||||
* Always one
|
||||
|
||||
### int create_allMCsig_backup()
|
||||
|
||||
* **Parameters**
|
||||
*
|
||||
|
||||
Calls [create_allYears_backup()](#bool-create_allyears_backup) for signal MC.
|
||||
* **Return**
|
||||
* Always one
|
||||
|
||||
### int create_allMCref_backup()
|
||||
|
||||
* **Parameters**
|
||||
*
|
||||
Calls [create_allYears_backup()](#bool-create_allyears_backup) for reference MC.
|
||||
|
||||
* **Return**
|
||||
* Always one
|
||||
|
||||
### int create_allPHSP_backup()
|
||||
|
||||
* **Parameters**
|
||||
*
|
||||
Calls [create_allYears_backup()](#bool-create_allyears_backup) for PHSP MC.
|
||||
|
||||
* **Return**
|
||||
* Always one
|
||||
|
||||
### int create_allMC_backup()
|
||||
|
||||
* **Parameters**
|
||||
*
|
||||
Creates backup of all MC samples (see the three functions above).
|
||||
* **Return**
|
||||
|
||||
* Always one
|
||||
|
||||
### bool create_backup_MCsig()
|
||||
|
||||
Probably obsolete. Copies a preselected file into a backup file.
|
||||
* **Parameters**
|
||||
* string year
|
||||
* string magnet
|
||||
* **Return**
|
||||
|
||||
### int create_backup_All_MCsig()
|
||||
|
||||
* **Parameters**
|
||||
*
|
||||
### int create_backup_All_MCsig()
|
||||
Calls [create_backup_MCsig()](#bool-create_backup_mcsig) for all years and polarities.
|
||||
* **Return**
|
||||
* Always one
|
||||
|
Loading…
Reference in New Issue
Block a user