ATLAS Offline Software
Functions
BinsOutOfRange.cxx File Reference
#include <dqm_core/AlgorithmConfig.h>
#include <dqm_algorithms/BinsOutOfRange.h>
#include <dqm_algorithms/tools/AlgorithmHelper.h>
#include <dqm_core/AlgorithmManager.h>
#include <TH1.h>
#include <TF1.h>
#include <TClass.h>
#include <iostream>
#include <string>
#include <vector>

Go to the source code of this file.

Functions

bool mySortfunc (const bin3 &i, const bin3 &j)
 

Function Documentation

◆ mySortfunc()

bool mySortfunc ( const bin3 i,
const bin3 j 
)

Definition at line 23 of file BinsOutOfRange.cxx.

23 {return ((i.m_value) > (j.m_value));}
lumiFormat.i
int i
Definition: lumiFormat.py:92
bin3::m_value
double m_value
Definition: BinsOutOfRange.h:39