#include <vector>
#include <string>
#include <TObject.h>
#include <TH1.h>
#include "TAnalysedPulse.h"
#include "TSetupData.h"
Go to the source code of this file.
Classes | |
class | TDetectorPulse |
struct | TDetectorPulse::Tag |
Defines | |
#define | TDP_GetField(ch, field) |
#define TDP_GetField | ( | ch, | |||
field | ) |
return fParentPulse[ch]? \ fParentPulse[ch]->Get##field():\ definitions::DefaultValue
Definition at line 14 of file TDetectorPulse.h.
Referenced by TDetectorPulse::GetAmplitude(), TDetectorPulse::GetEnergy(), TDetectorPulse::GetIntegral(), TDetectorPulse::GetPedestal(), and TDetectorPulse::GetTime().