Skip to content

Commit

Permalink
Add option to isolation close by correction tool & fix contact mail (#…
Browse files Browse the repository at this point in the history
…1643)

* Add close by corr

* Add close by corr again

* added trk selection tool to set proper cuts on considered tracks in close-by-corr tool

* added comment and link to twiki

* Update description

* add option to select correction model available in DAODs

* fix contact mail
  • Loading branch information
gfrattar committed Jun 3, 2023
1 parent 8a7f450 commit 6b89f49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Root/IsoCloseByCorr.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* More information on the twiki:
* https://twiki.cern.ch/twiki/bin/view/AtlasProtected/IsolationOverlapRemoval
*
* G. Frattari (guglielmo.frattari@SPAMNOT_CERN.CH), S. Addepalli (sagar.addepalli@SPAMNOT_CERN.CH)
* G. Frattari (guglielmo.frattari@SPAMNOT_CERN.CH), S. Addepalli (sagara17@SPAMNOT_CERN.CH)
*
******************************************/
//
Expand Down Expand Up @@ -145,6 +145,7 @@ EL::StatusCode IsoCloseByCorr :: initialize ()
ANA_CHECK( m_IsoCloseByCorr_tool.setProperty("TrackSelectionTool", m_trackSelectionTool_name) );
ANA_CHECK( m_IsoCloseByCorr_tool.setProperty("BackupPrefix" , "Vanilla") );
ANA_CHECK( m_IsoCloseByCorr_tool.setProperty("IsolationSelectionDecorator", "CleanedUpIsolation") );
ANA_CHECK( m_IsoCloseByCorr_tool.setProperty("CaloCorrectionModel", CP::IsolationCloseByCorrectionTool::UseAveragedDecorators) );
ANA_CHECK( m_IsoCloseByCorr_tool.retrieve());
assert(m_IsoCloseByCorr_tool.isInitialized());

Expand Down

0 comments on commit 6b89f49

Please sign in to comment.