ATLAS Offline Software
Functions
KillBinsByStrip.cxx File Reference
#include <dqm_core/AlgorithmConfig.h>
#include <dqm_algorithms/KillBinsByStrip.h>
#include <dqm_algorithms/tools/AlgorithmHelper.h>
#include <dqm_core/AlgorithmManager.h>
#include <TH1.h>
#include <TH2.h>
#include <TH1D.h>
#include <TClass.h>
#include <cmath>
Include dependency graph for KillBinsByStrip.cxx:

Go to the source code of this file.

Functions

bool mySortfunc (const bin2 &i, const bin2 &j)
 
bool mySortfunc_ratio (const bin2 &i, const bin2 &j)
 

Function Documentation

◆ mySortfunc()

bool mySortfunc ( const bin2 i,
const bin2 j 
)

Definition at line 24 of file KillBinsByStrip.cxx.

24 {return (i.m_value > j.m_value);}

◆ mySortfunc_ratio()

bool mySortfunc_ratio ( const bin2 i,
const bin2 j 
)

Definition at line 25 of file KillBinsByStrip.cxx.

25 {return (i.m_deviation> j.m_deviation);}
bin2::m_deviation
double m_deviation
Definition: KillBinsByStrip.h:41
lumiFormat.i
int i
Definition: lumiFormat.py:92
bin2::m_value
double m_value
Definition: KillBinsByStrip.h:40