#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.
◆ 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));}
float j(const xAOD::IParticle &, const xAOD::TrackMeasurementValidation &hit, const Eigen::Matrix3d &jab_inv)
◆ myInstance