ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include "AtUnpacker.h"
#include <Rtypes.h>
#include <memory>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
Classes | |
class | AtROOTUnpacker |
Typedefs | |
using | vecBool = std::vector< bool > |
using | vecFPN = std::vector< Int_t[4][4][4][512]> |
using | pedestalPtr = std::unique_ptr< AtPedestal > |
using pedestalPtr = std::unique_ptr<AtPedestal> |
Definition at line 26 of file AtROOTUnpacker.h.
using vecBool = std::vector<bool> |
Definition at line 24 of file AtROOTUnpacker.h.
using vecFPN = std::vector<Int_t[4][4][4][512]> |
Definition at line 25 of file AtROOTUnpacker.h.