Skip to content
Snippets Groups Projects
Commit 11b2f8ee authored by Baptiste Ravina's avatar Baptiste Ravina
Browse files

postfix for JVT Eff SF on EventInfo

parent 7ceb36c7
No related branches found
No related tags found
7 merge requests!78241Draft: FPGATrackSim: GenScan code refactor,!78236Draft: Switching Streams https://its.cern.ch/jira/browse/ATR-27417,!78056AFP monitoring: new synchronization and cleaning,!78041AFP monitoring: new synchronization and cleaning,!77990Updating TRT chip masks for L1TRT trigger simulation - ATR-28372,!77898CPAlgorithms: postfix for JVT EffSF on EventInfo,!76343Draft: MooTrackBuilder: Recalibrate NSW hits in refine method
Pipeline #10458693 passed
......@@ -39,7 +39,7 @@ class JetJvtAnalysisConfig (ConfigBlock) :
alg.scaleFactorOutputDecoration = 'jvt_effSF_%SYS%'
alg.particles = config.readName (self.containerName)
config.addOutputVar('EventInfo', alg.scaleFactorOutputDecoration, 'weight_jvt_effSF')
config.addOutputVar('EventInfo', alg.scaleFactorOutputDecoration, 'weight_jvt_effSF' + postfix)
if self.enableFJvt:
alg = config.createAlgorithm( 'CP::AsgEventScaleFactorAlg', 'ForwardJvtEventScaleFactorAlg' )
......@@ -49,5 +49,5 @@ class JetJvtAnalysisConfig (ConfigBlock) :
alg.scaleFactorOutputDecoration = 'fjvt_effSF_%SYS%'
alg.particles = config.readName (self.containerName)
config.addOutputVar('EventInfo', alg.scaleFactorOutputDecoration, 'weight_fjvt_effSF')
config.addOutputVar('EventInfo', alg.scaleFactorOutputDecoration, 'weight_fjvt_effSF' + postfix)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment