ATLAS Offline Software
Loading...
Searching...
No Matches
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)

Variables

static dqm_algorithms::BinsOutOfRange myInstance

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));}
double m_value

Variable Documentation

◆ myInstance

dqm_algorithms::BinsOutOfRange myInstance
static

Definition at line 24 of file BinsOutOfRange.cxx.