You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGJE/TableProducer/emcalCorrectionTask.cxx
+62-1Lines changed: 62 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@
23
23
#include"PWGEM/PhotonMeson/DataModel/gammaTables.h"// for EM V0 legs
24
24
25
25
#include"Common/Core/RecoDecay.h"
26
+
#include"Common/Core/Zorro.h"
27
+
#include"Common/Core/ZorroSummary.h"
26
28
#include"Common/DataModel/EventSelection.h"
27
29
#include"Common/DataModel/TrackSelectionTables.h"
28
30
@@ -137,7 +139,8 @@ struct EmcalCorrectionTask {
137
139
Configurable<float> mcCellEnergyShift{"mcCellEnergyShift", 1., "Relative shift of the MC cell energy. 1.1 for 10% shift to higher mass, etc. Only applied to MC."};
138
140
Configurable<float> mcCellEnergyResolutionBroadening{"mcCellEnergyResolutionBroadening", 0., "Relative widening of the MC cell energy resolution. 0 for no widening, 0.1 for 10% widening, etc. Only applied to MC."};
139
141
Configurable<bool> applyGainCalibShift{"applyGainCalibShift", false, "Apply shift for cell gain calibration to use values before cell format change (Sept. 2023)"};
0 commit comments