Skip to content
Snippets Groups Projects
Commit 56fc0f6f authored by scott snyder's avatar scott snyder
Browse files

TrigBphysHypo: Fix compilation warnings.

Compilation warnings:
  - Unused variable (comment out, since there are references to it
    in existing commented-out code;
  - Remove #include of obsolete Gaudi header.
parent 6dc6fe2d
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ template<class Tin, class Tout> int TrigBphysElectronCounter::passNObjects(int n
// calculate isEM
unsigned int isEMTrig = 0;
bool isLHAcceptTrig = false;
float lhval=0;
//float lhval=0;
if( m_applyIsEM ) {
if(m_useAthElectronLHIDSelector){
......
#include "GaudiKernel/DeclareFactoryEntries.h"
#include "../TrigL2BMuMuXHypo.h"
#include "../TrigL2BMuMuXFex.h"
#include "../TrigL2BMuMuHypo.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment