#include "AdcChannelMetric.h"#include <iostream>#include <sstream>#include <iomanip>#include <set>#include "dunecore/DuneInterface/Data/RunData.h"#include "dunecore/DuneInterface/Tool/RunDataTool.h"#include "dunecore/DuneInterface/Tool/AdcChannelStringTool.h"#include "dunecore/DuneInterface/Tool/IndexRangeTool.h"#include "dunecore/DuneInterface/Tool/FloatArrayTool.h"#include "dunecore/DuneCommon/Utility/TPadManipulator.h"#include "dunecore/DuneCommon/Utility/StringManipulator.h"#include "dunecore/DuneCommon/Utility/LineColors.h"#include "dunecore/DuneCommon/Utility/RootParFormula.h"#include "dunecore/ArtSupport/DuneToolManager.h"#include "larevt/CalibrationDBI/Interface/ChannelStatusService.h"#include "larevt/CalibrationDBI/Interface/ChannelStatusProvider.h"#include "TH1F.h"#include "TGraph.h"#include "TGraphErrors.h"#include "TCanvas.h"#include "TColor.h"#include "TStyle.h"#include "TDirectory.h"#include "TFile.h"Go to the source code of this file.
Typedefs | |
| using | Index = AdcChannelMetric::Index |
| using | TGraphVector = std::vector< TGraph * > |
| using | TGraphErrorsVector = std::vector< TGraphErrors * > |
| using Index = AdcChannelMetric::Index |
Definition at line 36 of file AdcChannelMetric_tool.cc.
| using TGraphErrorsVector = std::vector<TGraphErrors*> |
Definition at line 38 of file AdcChannelMetric_tool.cc.
| using TGraphVector = std::vector<TGraph*> |
Definition at line 37 of file AdcChannelMetric_tool.cc.
1.8.11