Typedefs
AdcRoiViewer_tool.cc File Reference
#include "AdcRoiViewer.h"
#include "dunecore/DuneInterface/Tool/AdcChannelStringTool.h"
#include "dunecore/ArtSupport/DuneToolManager.h"
#include "dunecore/DuneInterface/Tool/RunDataTool.h"
#include "dunecore/DuneInterface/Tool/TimeOffsetTool.h"
#include "dunecore/DuneInterface/Tool/IndexRangeTool.h"
#include "dunecore/DuneCommon/Utility/gausTF1.h"
#include "dunecore/DuneCommon/Utility/coldelecResponse.h"
#include "dunecore/DuneCommon/Utility/quietHistFit.h"
#include "dunecore/DuneCommon/Utility/shiftHistFit.h"
#include "dunecore/DuneCommon/Utility/StringManipulator.h"
#include "dunecore/DuneCommon/Utility/LineColors.h"
#include "dunecore/DuneCommon/Utility/GausStepFitter.h"
#include "dunecore/DuneCommon/Utility/GausRmsFitter.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <algorithm>
#include "TH1F.h"
#include "TH2F.h"
#include "TDirectory.h"
#include "TFile.h"
#include "TF1.h"
#include "TTimeStamp.h"

Go to the source code of this file.

Typedefs

using Index = AdcRoiViewer::Index
 
using Name = AdcRoiViewer::Name
 
using NameVector = std::vector< Name >
 
using ParameterSetVector = std::vector< ParameterSet >
 
using FloatVector = std::vector< float >
 
using IntVector = std::vector< int >
 
using ManVector = std::vector< TPadManipulator * >
 
using ManVectorMap = std::vector< Name, ManVector >
 

Typedef Documentation

using FloatVector = std::vector<float>

Definition at line 41 of file AdcRoiViewer_tool.cc.

Definition at line 37 of file AdcRoiViewer_tool.cc.

using IntVector = std::vector<int>

Definition at line 42 of file AdcRoiViewer_tool.cc.

Definition at line 43 of file AdcRoiViewer_tool.cc.

Definition at line 44 of file AdcRoiViewer_tool.cc.

Definition at line 38 of file AdcRoiViewer_tool.cc.

Definition at line 39 of file AdcRoiViewer_tool.cc.

Definition at line 40 of file AdcRoiViewer_tool.cc.