-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
from Validation.MtdValidation.btlDigiHitsDefaultValid_cfi import btlDigiHitsDefaultValid as _btlDigiHitsDefaultValid | ||
btlDigiHitsValid = _btlDigiHitsDefaultValid.clone() | ||
|
||
from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2 | ||
premix_stage2.toModify(btlDigiHitsValid, inputTag = "mixData:FTLBarrel") |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
from Validation.MtdValidation.etlDigiHitsDefaultValid_cfi import etlDigiHitsDefaultValid as _etlDigiHitsDefaultValid | ||
etlDigiHitsValid = _etlDigiHitsDefaultValid.clone() | ||
|
||
from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2 | ||
premix_stage2.toModify(etlDigiHitsValid, inputTag = "mixData:FTLEndcap") |
This file was deleted.
Oops, something went wrong.