Skip to content

Commit

Permalink
remove static aux accessor (#1573)
Browse files Browse the repository at this point in the history
Co-authored-by: Jackson Carl Burzynski <[email protected]>
  • Loading branch information
jburzy01 and jburzy authored Oct 25, 2022
1 parent 50fab51 commit 0e0c548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Root/ElectronSelector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ int ElectronSelector :: passCuts( const xAOD::Electron* electron, const xAOD::Ve
if ( m_doLHPIDcut ) {

bool passSelID(false);
static SG::AuxElement::ConstAccessor< char > LHDecision( "DFCommonElectronsLH" + m_LHOperatingPoint );
SG::AuxElement::ConstAccessor< char > LHDecision( "DFCommonElectronsLH" + m_LHOperatingPoint );
if( LHDecision.isAvailable( *electron ) ){
if (m_doModifiedEleId){
if(m_LHOperatingPoint == "Tight"){
Expand Down

0 comments on commit 0e0c548

Please sign in to comment.