![]() |
Project
|
#include <string>
#include <algorithm>
#include <fmt/core.h>
#include <fmt/format.h>
#include <cmath>
#include "TAxis.h"
#include "TMultiGraph.h"
#include "TGraphErrors.h"
#include "TTree.h"
#include "TH1.h"
#include "TH2.h"
#include "TH3.h"
#include "TH2Poly.h"
#include "TProfile2D.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TLatex.h"
#include "TStyle.h"
#include "TPaveText.h"
#include "TPaletteAxis.h"
#include "TObjArray.h"
#include "CommonUtils/StringUtils.h"
#include "DataFormatsTPC/Defs.h"
#include "TPCBase/ROC.h"
#include "TPCBase/Sector.h"
#include "TPCBase/Mapper.h"
#include "TPCBase/CalDet.h"
#include "TPCBase/CalArray.h"
#include "TPCBase/Painter.h"
#include "TPCBase/Utils.h"
#include "DataFormatsTPC/LaserTrack.h"
#include <deque>
#include <boost/geometry.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/geometries/polygon.hpp>
#include <string_view>
#include "MathUtils/Utils.h"
Go to the source code of this file.
Functions | |
template<typename T > | |
std::enable_if_t< std::is_signed< T >::value, bool > | hasData (const CalArray< T > &cal) |
template<typename T > | |
std::enable_if_t< std::is_unsigned< T >::value, bool > | hasData (const CalArray< T > &cal) |
template<typename T > | |
std::enable_if_t< std::is_enum< T >::value, bool > | hasData (const CalArray< T > &cal) |
std::enable_if_t< std::is_signed< T >::value, bool > hasData | ( | const CalArray< T > & | cal | ) |
Definition at line 515 of file Painter.cxx.
std::enable_if_t< std::is_unsigned< T >::value, bool > hasData | ( | const CalArray< T > & | cal | ) |
Definition at line 521 of file Painter.cxx.
std::enable_if_t< std::is_enum< T >::value, bool > hasData | ( | const CalArray< T > & | cal | ) |
Definition at line 527 of file Painter.cxx.