Skip to content

Commit

Permalink
Removed two minor comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaymudholkar committed Apr 27, 2018
1 parent 836d222 commit 1ecd6c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DQM/EcalMonitorTasks/src/TrigPrimTask.cc
Expand Up @@ -258,7 +258,6 @@ namespace ecaldqm
}

// Fill TT Flag MEs
// float ttF( tpItr->ttFlag() );
int ttF( tpItr->ttFlag() );
meTTFlags.fill( ttid, 1.0*ttF );
meTTFlagsVsEt.fill(ttid, et, 1.0*ttF);
Expand Down Expand Up @@ -346,7 +345,6 @@ namespace ecaldqm

if(realEt > 0){

// int interest(realItr->ttFlag() & 0x3);
int ttF(realItr->ttFlag());
if((ttF == 1 || ttF == 3) && towerReadouts_[ttid.rawId()] == getTrigTowerMap()->constituentsOf(ttid).size()){

Expand Down

0 comments on commit 1ecd6c7

Please sign in to comment.