-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release v0, for EXO meeting 02 Oct 2019
- Loading branch information
Frank Jensen
committed
Sep 29, 2019
1 parent
86eea24
commit 1152681
Showing
9 changed files
with
390 additions
and
287 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,23 +17,26 @@ These instructions are pulled from: | |
* `git cms-addpkg EgammaAnalysis/ElectronTools` | ||
* `rm EgammaAnalysis/ElectronTools/data -rf` | ||
* `git clone [email protected]:cms-data/EgammaAnalysis-ElectronTools.git EgammaAnalysis/ElectronTools/data` | ||
* `scram build` | ||
|
||
### Then install the ExcitedTau package | ||
* `cd CMSSW_10_2_10/src` | ||
* `git clone https://github.com/fojensen/ExcitedTau` | ||
* `cd ExcitedTau/` | ||
* `scram build` | ||
|
||
### run on a test file: | ||
### Do a test run on a signal file: | ||
* `cmsRun excitingAnalyzer_cfg.py isSignalMC=True >& log &` | ||
|
||
## To submit jobs/datasets to CRAB: | ||
datasetsBkg.py and datasetSig.py contain the datasets which will be submitted to crab. | ||
`python datasetsBkg.py` | ||
`python datasetSig.py` | ||
`datasetsBkg.py` and `datasetSig.py` contain entries which will eventually be submitted to crab. | ||
|
||
`python datasetsBkg.py` | ||
`python datasetSig.py` | ||
generates JSON files to give to the submission script `submitToCrab.py`. | ||
|
||
Comment/uncomment the appropriate line for signal or background: | ||
`https://github.com/fojensen/ExcitedTau/blob/master/submitToCrab.py#L4-L5`, then run | ||
`https://github.com/fojensen/ExcitedTau/blob/master/submitToCrab.py#L4-L5`, then run: | ||
`python submitToCrab.py` | ||
If you actually want to submit, uncomment the following line | ||
`https://github.com/fojensen/ExcitedTau/blob/master/submitToCrab.py#L36` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.