Skip to content
Snippets Groups Projects
Commit 9c5476dd authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'ravinab-main-patch-84fb' into 'main'

CPAlgorithms: postfix for JVT EffSF on EventInfo

See merge request !77898
parents e40a077f 11b2f8ee
No related branches 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
......@@ -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