Class Reference for E1039 Core & Analysis Software
|
#include "NMRDataManager.h"
Go to the source code of this file.
Functions | |
void | DrawPolySignal (TH2 *h2_vt, const int i_evt_b, const int i_evt_e, const int time_b, const int time_e) |
void | ana_NMR_noise (const bool draw_h2=true) |
void ana_NMR_noise | ( | const bool | draw_h2 = true | ) |
Read event file(s).
Set the reference time. Set 'utime0' to 0 to pick up the time of the 1st data.
Create graphs/histograms and fill them in the event loop.
Draw graphs/histograms.
Definition at line 4 of file ana_NMR_noise.cc.
References NMRUtil::ConvEventNum(), DrawPolySignal(), NMRDataManager::GetEvent(), NMREvent::GetInt(), NMRDataManager::GetNumEvent(), NMRSignal::GetNumPoint(), NMRSignal::GetPoint(), NMRDataManager::GetPolySignal(), NMRDataManager::GetPolySignalRange(), NMRDataManager::GetScanParam(), NMRDataManager::ReadEventFile(), and NMRDataManager::Verb().
void DrawPolySignal | ( | TH2 * | h2_vt, |
const int | i_evt_b, | ||
const int | i_evt_e, | ||
const int | time_b, | ||
const int | time_e | ||
) |
Definition at line 149 of file ana_NMR_noise.cc.
Referenced by ana_NMR_noise().