Hall A ROOT/C++ Analyzer (podd)
|
#include "FADCData.h"
#include "THaDetectorBase.h"
#include "Fadc250Module.h"
#include "Decoder.h"
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | HallA |
Macros | |
#define | MKFADCDATA(name, title, nelem) unique_ptr<FADCData>(new FADCData((name),(title),(nelem))) |
Functions | |
static OptUInt_t | HallA::GetFADCValue (EModuleType type, const DigitizerHitInfo_t &hitinfo, Fadc250Module *fadc) |
pair< unique_ptr< FADCData >, Int_t > | HallA::MakeFADCData (const TDatime &date, THaDetectorBase *det) |
#define MKFADCDATA | ( | name, | |
title, | |||
nelem | |||
) | unique_ptr<FADCData>(new FADCData((name),(title),(nelem))) |
Definition at line 23 of file FADCData.cxx.