CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/PhysicsTools/IsolationUtils/src/IntegralOverPhiFunction.cc File Reference

#include "PhysicsTools/IsolationUtils/interface/IntegralOverPhiFunction.h"
#include <iostream>
#include <iomanip>
#include <vector>
#include <TMath.h>
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "DataFormats/Math/interface/normalizedPhi.h"

Go to the source code of this file.

Functions

void checkSolutions (unsigned int i, unsigned int &numSolution1, unsigned int &numSolution2, unsigned int &numSolution3, unsigned int &numSolution4)

Function Documentation

void checkSolutions ( unsigned int  i,
unsigned int &  numSolution1,
unsigned int &  numSolution2,
unsigned int &  numSolution3,
unsigned int &  numSolution4 
)

Definition at line 252 of file IntegralOverPhiFunction.cc.

Referenced by IntegralOverPhiFunction::DoEval().

{
  switch ( i ) {
  case 0 : 
    ++numSolution1;
    break;
  case 1 : 
    ++numSolution2;
    break;
  case 2 : 
    ++numSolution3;
    break;
  case 3 : 
    ++numSolution4;
    break;
  }
}