From 48c691228ba4e91b319c63d9c3f9d630c4157ffa Mon Sep 17 00:00:00 2001
From: joaoVictorPinto <jodafons@cern.ch>
Date: Thu, 14 Mar 2019 03:39:39 +0100
Subject: [PATCH] solve most part of review comments.

---
 .../Root/TrigEgammaDistTool.cxx               |   9 --
 .../Root/TrigEgammaEventSelection.cxx         |  49 +-------
 .../Root/TrigEgammaNavTPAnalysisTool.cxx      |   1 -
 .../Root/TrigEgammaNavTPBaseTool.cxx          |   1 -
 .../Root/TrigEgammaPhysValBase.cxx            | 109 +-----------------
 .../TrigEgammaEventSelection.h                |  13 +--
 .../TrigEgammaPhysValBase.h                   |  46 +-------
 .../TrigEgammaAnalysisTools_entries.cxx       |   3 -
 8 files changed, 4 insertions(+), 227 deletions(-)

diff --git a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaDistTool.cxx b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaDistTool.cxx
index 2572366022b4..93b1274d32d7 100644
--- a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaDistTool.cxx
+++ b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaDistTool.cxx
@@ -150,15 +150,6 @@ StatusCode TrigEgammaDistTool::toolExecute(const std::string basePath,TrigInfo i
                 fillL2Calo(dir+"L2Calo",obj); // Fill HLT shower shapes
             }
 
-            /*
-            const auto vec_l2ringer = fc.get<xAOD::TrigRingerRings>("",TrigDefs::alsoDeactivateTEs);
-            for(const auto feat : vec_l2ringer){
-                if(feat.te()==nullptr) continue;
-                const auto* obj = getFeature<xAOD::TrigRingerRings>(feat.te());
-                // Only consider passing objects
-                if(!obj) continue;
-                fillRingerShapes(dir+"L2Calo",obj);// Fill HLT ringer shapes
-            }*/
 
             const auto vec_l2rnn = fc.get<xAOD::TrigRNNOutput>("",TrigDefs::alsoDeactivateTEs);
             for(const auto feat : vec_l2rnn){
diff --git a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaEventSelection.cxx b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaEventSelection.cxx
index fb2df7075283..86b0c5af4c42 100644
--- a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaEventSelection.cxx
+++ b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaEventSelection.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 /**********************************************************************
  * AsgTool: TrigEgammaEventSelection
@@ -184,9 +184,6 @@ StatusCode TrigEgammaEventSelection::childBook(){
     m_doCaloRings=true;
   }
 
-  // This will needed to emulate objects without all features attached
-  //if(emulation())
-  //  emulation()->ExperimentalAndExpertMethods();
 
   ///Alloc pointers
   alloc_space();
@@ -214,9 +211,6 @@ StatusCode TrigEgammaEventSelection::childExecute(){
   if(m_selectionFakes)
     EventSelectionFakes();
 
-  //if(m_selectionMC)
-  //  EventSelectionMC();
-  
 
   return StatusCode::SUCCESS;
 }
@@ -324,19 +318,12 @@ bool TrigEgammaEventSelection::fill( TTree *t, const xAOD::Electron *el){
 
   const HLT::TriggerElement* feat=nullptr;
 
-  //bool doAccept=false;
-  //if(trigItem.empty()){
-  // Use the support match method from the emulation tool
   if(getEmulation())
     emulation()->match( el,  feat );
   else{
     ATH_MSG_ERROR("Emulation tool was not configurated. Impossible to match! Please, see your python config.");
     return false;
   }
-  //}else{
-  //  match()->match(el, trigItem, feat);
-  //  doAccept=true;
-  //}
 
   if(feat){
     clear();
@@ -441,8 +428,6 @@ bool TrigEgammaEventSelection::fillTDT(const xAOD::Electron *el , const HLT::Tri
       m_trig_tdt_L2_el_accept->push_back( -1 );
       m_trig_tdt_EF_calo_accept->push_back( -1 );
       m_trig_tdt_EF_el_accept->push_back( -1 );
-      //ATH_MSG_DEBUG("Trigger bitmask was converted to " << int(GetByteFromBools(mask)));
-      //m_trig_tdt_decision_mask->push_back(GetByteFromBools(mask));
     }
 
     if(te && getEmulation()){
@@ -470,8 +455,6 @@ bool TrigEgammaEventSelection::fillTDT(const xAOD::Electron *el , const HLT::Tri
       m_trig_tdt_emu_L2_el_accept->push_back( -1 );
       m_trig_tdt_emu_EF_calo_accept->push_back( -1 );
       m_trig_tdt_emu_EF_el_accept->push_back( -1 );
-      //ATH_MSG_DEBUG("Trigger bitmask was converted to " << int(GetByteFromBools(mask)));
-      //m_trig_tdt_decision_mask->push_back(GetByteFromBools(mask));
     }
 
 
@@ -570,8 +553,6 @@ bool TrigEgammaEventSelection::ApplyFireTriggers( const xAOD::Electron *el){
 
 
 StatusCode TrigEgammaEventSelection::childFinalize(){
-  //release_space();
-  //ATH_MSG_DEBUG( "Number of probes collected is: " <<tree("probes"  , m_dir+"/Egamma")->GetEntries());
   
   for(auto& trigItem : m_trigList){
     ATH_MSG_DEBUG("From TDT tool:");
@@ -603,9 +584,6 @@ bool TrigEgammaEventSelection::fillEmTauRoI( const xAOD::EmTauRoI *emTauRoI ){
   m_trig_L1_emIsol  = emTauRoI->emIsol();
   m_trig_L1_hadIsol = emTauRoI->hadIsol();
   m_trig_L1_hadCore = emTauRoI->hadCore();
-  //for(unsigned i=0; i < emTauRoI->thrNames().size();++i){
-  //  m_trig_L1_thrNames->push_back(emTauRoI->thrNames().at(i));
-  //}
   return true;
 } 
 
@@ -1103,31 +1081,6 @@ bool TrigEgammaEventSelection::fillHLTElectron( const xAOD::Electron *el ){
   el->isolationValue(val,xAOD::Iso::ptvarcone40);
   m_trig_EF_el_ptCone->push_back(val);
 
- 
-  
-    
-  /*
-  m_trig_EF_el_nblayerhits                  ->push_back( nblayerhits ); 
-  m_trig_EF_el_nblayerolhits                ->push_back( nblayerolhits ); 
-  m_trig_EF_el_npixhits                     ->push_back( npixhits ); 
-  m_trig_EF_el_npixolhits                   ->push_back( npixolhits ); 
-  m_trig_EF_el_npixdeadsensors              ->push_back( npixdeadsensors ); 
-  m_trig_EF_el_nscthits                     ->push_back( nscthits ); 
-  m_trig_EF_el_nsctolhits                   ->push_back( nsctolhits ); 
-  m_trig_EF_el_nsctdeadsensors              ->push_back( nsctdeadsensors ); 
-  m_trig_EF_el_ntrthits                     ->push_back( ntrthits ); 
-  m_trig_EF_el_ntrtolhits                   ->push_back( ntrtolhits ); 
-  m_trig_EF_el_ntrthightreshits             ->push_back( ntrthighthreshits ); 
-  m_trig_EF_el_ntrthighthresolhits          ->push_back( ntrthighthresolhits ); 
-  m_trig_EF_el_ntrtxenonhits                ->push_back( ntrtxenonhits ); 
-  m_trig_EF_el_expectblayerhit              ->push_back( expectblayerhit ); 
-  m_trig_EF_el_expectNextToInnerMostLayer   ->push_back( expectNextToInnerMostLayer); 
-  m_trig_EF_el_nNextToInnerMostLayerHits    ->push_back( nNextToInnerMostLayerHits ); 
-  m_trig_EF_el_nNextToInnerMostLayerOutliers->push_back( nNextToInnerMostLayerOutliers );
-  */
-
-
-
 
   return true;
 }
diff --git a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaNavTPAnalysisTool.cxx b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaNavTPAnalysisTool.cxx
index e18a851a02a7..c13b73ef8d1f 100644
--- a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaNavTPAnalysisTool.cxx
+++ b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaNavTPAnalysisTool.cxx
@@ -43,7 +43,6 @@ StatusCode TrigEgammaNavTPAnalysisTool::childBook(){
     //Set the base directory from the plot()
     m_dir=plot()->getBasePath();
     std::vector<std::string> chains  = tdt()->getListOfTriggers("HLT_e.*, L1_EM.*, HLT_g.*");
-    //TrigEgammaAnalysisBaseTool::write_trigger_list(chains);
 
     for(const auto trigName:m_trigInputList){ 
         if (std::find(chains.begin(), chains.end(), trigName) != chains.end()){ 
diff --git a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaNavTPBaseTool.cxx b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaNavTPBaseTool.cxx
index b9a15b8223d9..fa0d71d180d9 100644
--- a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaNavTPBaseTool.cxx
+++ b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaNavTPBaseTool.cxx
@@ -587,7 +587,6 @@ float TrigEgammaNavTPBaseTool::getWTransverseMass( const xAOD::Electron *el ){
 bool TrigEgammaNavTPBaseTool::passesEventCleaning()
 {
   ATH_MSG_DEBUG("Appling Event Cleaning...");
-  //if(m_ismc) return true;
   bool failsLAr  = (m_eventInfo->errorState(xAOD::EventInfo::LAr)  == xAOD::EventInfo::Error );
   bool failsTile = (m_eventInfo->errorState(xAOD::EventInfo::Tile) == xAOD::EventInfo::Error );
   bool failsSCT  = (m_eventInfo->errorState(xAOD::EventInfo::SCT)  == xAOD::EventInfo::Error );
diff --git a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaPhysValBase.cxx b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaPhysValBase.cxx
index 3c63338f5693..2b6fe03aa69a 100644
--- a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaPhysValBase.cxx
+++ b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/Root/TrigEgammaPhysValBase.cxx
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 
 #include <iostream>
@@ -44,7 +44,6 @@ void TrigEgammaPhysValBase::InitBranch(TTree* fChain, std::string branch_name, T
      bname = std::string(fChain->GetAlias(bname.c_str()));
 
   if (!fChain->FindBranch(bname.c_str()) && message) {
-    std::cout << "[WARNING] unknown branch " << bname << std::endl;
     return;  
   }
   fChain->SetBranchStatus(bname.c_str(), 1.);
@@ -62,7 +61,6 @@ void TrigEgammaPhysValBase::bookEventBranches(TTree *t){
 void TrigEgammaPhysValBase::bookTriggerBranches(TTree *t){
 
   // Level L1 cluster
-  //t->Branch( "trig_isPrescaled",        &m_trig_isPrescaled);
   t->Branch( "trig_L1_eta",             &m_trig_L1_eta);
   t->Branch( "trig_L1_phi",             &m_trig_L1_phi);
   t->Branch( "trig_L1_emClus",          &m_trig_L1_emClus);
@@ -178,25 +176,6 @@ void TrigEgammaPhysValBase::bookTriggerBranches(TTree *t){
   BRANCH( trig_EF_el_lhvloose                     );
 
   
-/*
-  BRANCH( trig_EF_el_nblayerhits                  );  
-  BRANCH( trig_EF_el_nblayerolhits                ); 
-  BRANCH( trig_EF_el_npixhits                     );  
-  BRANCH( trig_EF_el_npixolhits                   );  
-  BRANCH( trig_EF_el_nscthits                     );  
-  BRANCH( trig_EF_el_nsctolhits                   );  
-  BRANCH( trig_EF_el_ntrthightreshits             );  
-  BRANCH( trig_EF_el_ntrthits                     );  
-  BRANCH( trig_EF_el_ntrthighthresolhits          );   
-  BRANCH( trig_EF_el_ntrtolhits                   );   
-  BRANCH( trig_EF_el_ntrtxenonhits                ); 
-  BRANCH( trig_EF_el_expectblayerhit              ); 
-  BRANCH( trig_EF_el_npixdeadsensors              ); 
-  BRANCH( trig_EF_el_nsctdeadsensors              ); 
-  BRANCH( trig_EF_el_expectNextToInnerMostLayer   ); 
-  BRANCH( trig_EF_el_nNextToInnerMostLayerHits    ); 
-  BRANCH( trig_EF_el_nNextToInnerMostLayerOutliers);  
-  */
 
 #undef BRANCH
 
@@ -309,8 +288,6 @@ void TrigEgammaPhysValBase::bookTDTBranches(TTree *t){
 }
 
 
-/*void TrigEgammaPhysValBase::bookPhotonBranches(TTree *t){
-} */ 
   
 void TrigEgammaPhysValBase::bookMonteCarloBranches(TTree *t){
   // Monte Carlo
@@ -429,31 +406,9 @@ void TrigEgammaPhysValBase::linkElectronBranches( TTree *t ){
   InitBranch( t, "el_lhmedium",              &m_el_lhMedium ); 
   InitBranch( t, "el_lhtight",               &m_el_lhTight ); 
   InitBranch( t, "el_multiLepton",           &m_el_multiLepton);
-   /*
-    InitBranch( t, "el_nblayerhits",           &m_el_nblayerhits);
-    InitBranch( t, "el_nblayerolhits",         &m_el_nblayerolhits);
-    InitBranch( t, "el_npixhits",              &m_el_npixhits);
-    InitBranch( t, "el_npixolhits",            &m_el_npixolhits);
-    InitBranch( t, "el_npixdeadsensors",       &m_el_npixdeadsensors  );
-    InitBranch( t, "el_nscthits",              &m_el_nscthits);
-    InitBranch( t, "el_nsctolhits",            &m_el_nsctolhits);
-    InitBranch( t, "el_nsctdeadsensors",       &m_el_nsctdeadsensors  );
-    InitBranch( t, "el_ntrthits",              &m_el_ntrthits);
-    InitBranch( t, "el_ntrtolhits",            &m_el_ntrtolhits);
-    InitBranch( t, "el_ntrthighthreshits",     &m_el_ntrthighthreshits);
-    InitBranch( t, "el_ntrthighthresolhits",   &m_el_ntrthighthresolhits);
-    InitBranch( t, "el_ntrtxenonhits",         &m_el_ntrtxenonhits);
-    InitBranch( t, "el_expectblayerhit",       &m_el_expectblayerhit); 
-  */
-
-
-
-
 }
 
 
-/*void TrigEgammaPhysValBase::linkPhotonBranches( TTree *t ){
-}*/
 
 void TrigEgammaPhysValBase::linkTriggerBranches( TTree *t ){
 
@@ -574,27 +529,6 @@ void TrigEgammaPhysValBase::linkTriggerBranches( TTree *t ){
   INIT( trig_EF_el_lhloose                      );
   INIT( trig_EF_el_lhvloose                     );
 
-  /*
-  INIT( trig_EF_el_nblayerhits                  );  
-  INIT( trig_EF_el_nblayerolhits                ); 
-  INIT( trig_EF_el_npixhits                     );  
-  INIT( trig_EF_el_npixolhits                   );  
-  INIT( trig_EF_el_nscthits                     );  
-  INIT( trig_EF_el_nsctolhits                   );  
-  INIT( trig_EF_el_ntrthightreshits             );  
-  INIT( trig_EF_el_ntrthits                     );  
-  INIT( trig_EF_el_ntrthighthresolhits          );   
-  INIT( trig_EF_el_ntrtolhits                   );   
-  INIT( trig_EF_el_ntrtxenonhits                ); 
-  INIT( trig_EF_el_expectblayerhit              ); 
-  INIT( trig_EF_el_npixdeadsensors              ); 
-  INIT( trig_EF_el_nsctdeadsensors              ); 
-  INIT( trig_EF_el_expectNextToInnerMostLayer   ); 
-  INIT( trig_EF_el_nNextToInnerMostLayerHits    ); 
-  INIT( trig_EF_el_nNextToInnerMostLayerOutliers);  
-  */
-
-
 
 
 #undef INIT
@@ -998,27 +932,6 @@ void TrigEgammaPhysValBase::alloc_space(){
 
 
 
-  /*
-  m_trig_EF_el_nblayerhits                    = new std::vector<uint8_t>();     
-  m_trig_EF_el_nblayerolhits                  = new std::vector<uint8_t>();   
-  m_trig_EF_el_npixhits                       = new std::vector<uint8_t>();     
-  m_trig_EF_el_npixolhits                     = new std::vector<uint8_t>();     
-  m_trig_EF_el_nscthits                       = new std::vector<uint8_t>();     
-  m_trig_EF_el_nsctolhits                     = new std::vector<uint8_t>();     
-  m_trig_EF_el_ntrthightreshits               = new std::vector<uint8_t>();     
-  m_trig_EF_el_ntrthits                       = new std::vector<uint8_t>();     
-  m_trig_EF_el_ntrthighthresolhits            = new std::vector<uint8_t>();      
-  m_trig_EF_el_ntrtolhits                     = new std::vector<uint8_t>();      
-  m_trig_EF_el_ntrtxenonhits                  = new std::vector<uint8_t>(); 
-  m_trig_EF_el_expectblayerhit                = new std::vector<uint8_t>();
-  m_trig_EF_el_npixdeadsensors                = new std::vector<uint8_t>(); 
-  m_trig_EF_el_nsctdeadsensors                = new std::vector<uint8_t>(); 
-  m_trig_EF_el_expectNextToInnerMostLayer     = new std::vector<uint8_t>(); 
-  m_trig_EF_el_nNextToInnerMostLayerHits      = new std::vector<uint8_t>(); 
-  m_trig_EF_el_nNextToInnerMostLayerOutliers  = new std::vector<uint8_t>();
-  */
-
- 
 }
 
 void TrigEgammaPhysValBase::release_space(){
@@ -1030,7 +943,6 @@ void TrigEgammaPhysValBase::release_space(){
 
 
   
-  //delete m_trig_L1_thrNames       ;
   delete m_trig_L2_calo_energySample;
   delete m_trig_L2_calo_rings     ;
   delete m_trig_L2_calo_rnnOutput ;
@@ -1099,25 +1011,6 @@ void TrigEgammaPhysValBase::release_space(){
   delete m_trig_EF_el_trk_deltaPOverP                ;     
   delete m_trig_EF_el_trk_summaryValues              ;     
   
-  /*
-  delete m_trig_EF_el_nblayerhits                    ;     
-  delete m_trig_EF_el_nblayerolhits                  ;   
-  delete m_trig_EF_el_npixhits                       ;     
-  delete m_trig_EF_el_npixolhits                     ;     
-  delete m_trig_EF_el_nscthits                       ;     
-  delete m_trig_EF_el_nsctolhits                     ;     
-  delete m_trig_EF_el_ntrthightreshits               ;     
-  delete m_trig_EF_el_ntrthits                       ;     
-  delete m_trig_EF_el_ntrthighthresolhits            ;      
-  delete m_trig_EF_el_ntrtolhits                     ;      
-  delete m_trig_EF_el_ntrtxenonhits                  ; 
-  delete m_trig_EF_el_expectblayerhit                ;
-  delete m_trig_EF_el_npixdeadsensors                ; 
-  delete m_trig_EF_el_nsctdeadsensors                ; 
-  delete m_trig_EF_el_expectNextToInnerMostLayer     ; 
-  delete m_trig_EF_el_nNextToInnerMostLayerHits      ; 
-  delete m_trig_EF_el_nNextToInnerMostLayerOutliers  ;
-  */
   delete m_trig_EF_calo_tight                        ;
   delete m_trig_EF_calo_medium                       ;
   delete m_trig_EF_calo_loose                        ;
diff --git a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/TrigEgammaAnalysisTools/TrigEgammaEventSelection.h b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/TrigEgammaAnalysisTools/TrigEgammaEventSelection.h
index 294e43189f96..eb112b0d1a4a 100644
--- a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/TrigEgammaAnalysisTools/TrigEgammaEventSelection.h
+++ b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/TrigEgammaAnalysisTools/TrigEgammaEventSelection.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 #ifndef TRIGEGAMMAANALYSISTOOLS_TRIGEGAMMANAVTPNTUPLE_H
 #define TRIGEGAMMAANALYSISTOOLS_TRIGEGAMMANAVTPNTUPLE_H
@@ -78,17 +78,6 @@ class TrigEgammaEventSelection : public TrigEgammaNavTPBaseTool, public TrigEgam
 
 
 
-    // [*,*,HLT,EFCalo,L2,L2Calo,L1Calo,isGoodMatch]
-    //uint8_t GetByteFromBools(const bool eightBools[8])
-    int GetByteFromBools(const bool eightBools[8])
-    {
-      int ret = 0;
-      //uint8_t ret = 0;
-      for (int i=0; i<8; i++) if (eightBools[i] == true) ret |= (1<<i);
-      return ret;
-    }
-
-    //ToolHandleArray<ITrigEgammaEmulationTool>   m_emulationTools;
 
     ToolHandleArray<IAsgElectronIsEMSelector>   m_EFCaloElectronIsEMSelectors;
     ToolHandleArray<IAsgElectronIsEMSelector>   m_HLTElectronIsEMSelectors;
diff --git a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/TrigEgammaAnalysisTools/TrigEgammaPhysValBase.h b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/TrigEgammaAnalysisTools/TrigEgammaPhysValBase.h
index 53f925f4fe32..6b77c0d095ad 100644
--- a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/TrigEgammaAnalysisTools/TrigEgammaPhysValBase.h
+++ b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/TrigEgammaAnalysisTools/TrigEgammaPhysValBase.h
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
+  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
 */
 
 #ifndef TRIGEGAMMAANALYSISTOOLS_TRIGEGAMMAPHYSVALBASE_H
@@ -270,50 +270,6 @@ class TrigEgammaPhysValBase
     bool                m_mc_hasZMother{};
     bool                m_mc_hasWMother{};
 
-    /* 
-     
-    uint8_t             m_el_nblayerhits;
-    uint8_t             m_el_nblayerolhits;
-    uint8_t             m_el_npixhits;
-    uint8_t             m_el_npixolhits;
-    uint8_t             m_el_nscthits;
-    uint8_t             m_el_nsctolhits;
-    uint8_t             m_el_ntrthightreshits;
-    uint8_t             m_el_ntrthits;
-    uint8_t             m_el_ntrthighthresolhits;
-    uint8_t             m_el_ntrtolhits;
-    uint8_t             m_el_ntrtxenonhits;
-    uint8_t             m_el_expectblayerhit;
-    uint8_t             m_el_nsihits         ;
-    uint8_t             m_el_nsideadsensors  ;
-    uint8_t             m_el_npixdeadsensors ;
-    uint8_t             m_el_nsctdeadsensors ;
-    uint8_t             m_el_expectNextToInnerMostLayer;
-    uint8_t             m_el_nNextToInnerMostLayerHits;
-    uint8_t             m_el_nNextToInnerMostLayerOutliers;
-    
-    std::vector<float>               *m_trig_EF_el_charge;
-    std::vector<uint8_t>             *m_trig_EF_el_nblayerhits;
-    std::vector<uint8_t>             *m_trig_EF_el_nblayerolhits;
-    std::vector<uint8_t>             *m_trig_EF_el_npixhits;
-    std::vector<uint8_t>             *m_trig_EF_el_npixolhits;
-    std::vector<uint8_t>             *m_trig_EF_el_nscthits;
-    std::vector<uint8_t>             *m_trig_EF_el_nsctolhits;
-    std::vector<uint8_t>             *m_trig_EF_el_ntrthightreshits;
-    std::vector<uint8_t>             *m_trig_EF_el_ntrthits;
-    std::vector<uint8_t>             *m_trig_EF_el_ntrthighthresolhits;
-    std::vector<uint8_t>             *m_trig_EF_el_ntrtolhits;
-    std::vector<uint8_t>             *m_trig_EF_el_ntrtxenonhits;
-    std::vector<uint8_t>             *m_trig_EF_el_expectblayerhit;
-    std::vector<uint8_t>             *m_trig_EF_el_transformed_expectblayerhit;
-    std::vector<uint8_t>             *m_trig_EF_el_nsihits         ;
-    std::vector<uint8_t>             *m_trig_EF_el_nsideadsensors  ;
-    std::vector<uint8_t>             *m_trig_EF_el_npixdeadsensors ;
-    std::vector<uint8_t>             *m_trig_EF_el_nsctdeadsensors ;
-    std::vector<uint8_t>             *m_trig_EF_el_expectNextToInnerMostLayer;
-    std::vector<uint8_t>             *m_trig_EF_el_nNextToInnerMostLayerHits;
-    std::vector<uint8_t>             *m_trig_EF_el_nNextToInnerMostLayerOutliers;
-    */
 };
 
 
diff --git a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/src/components/TrigEgammaAnalysisTools_entries.cxx b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/src/components/TrigEgammaAnalysisTools_entries.cxx
index 9ca518c5150f..9facf0a35faf 100644
--- a/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/src/components/TrigEgammaAnalysisTools_entries.cxx
+++ b/Trigger/TrigAnalysis/TrigEgammaAnalysisTools/src/components/TrigEgammaAnalysisTools_entries.cxx
@@ -1,6 +1,3 @@
-
-
-
 #include "TrigEgammaAnalysisTools/TrigEgammaAnalysisBaseTool.h"
 #include "../TrigEgammaMonTool.h"
 #include "../TrigEgammaPhysValMonTool.h"
-- 
GitLab