Skip to content
Snippets Groups Projects

Component accumulator in DAODs - part 4: PHYSVAL

Merged James Catmore requested to merge jcatmore/athena:master-DAOD_CA_part4 into master
3 files
+ 233
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -27,7 +27,12 @@ from DerivationFrameworkMCTruth.TRUTH3 import TRUTH3Cfg
# PHYS - uncalibrated, full slimming list
from DerivationFrameworkPhys.PHYS import PHYSCfg
# Physics validation for run 3
# PHYSVAL - large bulk of the variables from AOD plus PHYS augmentations
from DerivationFrameworkPhysicsValidation.PHYSVAL import PHYSVALCfg
# Avoids compilation warnings from Flake8
__all__ = ['TEST1Cfg','TEST2Cfg','TEST3Cfg','TEST4Cfg','TEST5Cfg','TEST6Cfg',
'TRUTH0Cfg','TRUTH1Cfg','TRUTH3Cfg',
'PHYSCfg']
'PHYSCfg',
'PHYSVALCfg']
Loading