Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
FADCData.cxx File Reference
#include "FADCData.h"
#include "THaDetectorBase.h"
#include "Fadc250Module.h"
#include "Decoder.h"
#include <stdexcept>
Include dependency graph for FADCData.cxx:

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_tHallA::MakeFADCData (const TDatime &date, THaDetectorBase *det)
 

Macro Definition Documentation

◆ MKFADCDATA

#define MKFADCDATA (   name,
  title,
  nelem 
)    unique_ptr<FADCData>(new FADCData((name),(title),(nelem)))

Definition at line 23 of file FADCData.cxx.