Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Qipeng Hu
athena
Commits
d451d5d3
Commit
d451d5d3
authored
Nov 18, 2021
by
Philip Sommer
Browse files
updating map file for electron DNN identification
parent
d5a79997
Changes
2
Hide whitespace changes
Inline
Side-by-side
PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/Root/AsgElectronEfficiencyCorrectionTool.cxx
View file @
d451d5d3
...
...
@@ -58,7 +58,7 @@ AsgElectronEfficiencyCorrectionTool::AsgElectronEfficiencyCorrectionTool(std::st
// Declare the needed properties
declareProperty
(
"CorrectionFileNameList"
,
m_corrFileNameList
,
"List of file names that store the correction factors for simulation."
);
declareProperty
(
"MapFilePath"
,
m_mapFile
=
"ElectronEfficiencyCorrection/2015_2018/rel21.2/Precision_Summer2020_v1/map
0
.txt"
,
declareProperty
(
"MapFilePath"
,
m_mapFile
=
"ElectronEfficiencyCorrection/2015_2018/rel21.2/Precision_Summer2020_v1/map
1
.txt"
,
"Full path to the map file"
);
declareProperty
(
"RecoKey"
,
m_recoKey
=
""
,
"Key associated with reconstruction"
);
...
...
PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/testEgEfficiencyCorrWithoutFile.cxx
View file @
d451d5d3
...
...
@@ -105,8 +105,8 @@ int main( int argc, char* argv[] ) {
CHECK
(
xAOD
::
Init
(
APP_NAME
)
);
//Initialize the store
static
xAOD
::
TEvent
event
(
xAOD
::
TEvent
::
kClassAccess
);
static
xAOD
::
TStore
store
;
xAOD
::
TEvent
event
(
xAOD
::
TEvent
::
kClassAccess
);
xAOD
::
TStore
store
;
//Configure the tool based on the inputs
AsgElectronEfficiencyCorrectionTool
ElEffCorrectionTool
(
"ElEffCorrectionTool"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment