ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Classes | Typedefs
AtROOTUnpacker.h File Reference
#include "AtUnpacker.h"
#include <Rtypes.h>
#include <memory>
#include <stdexcept>
#include <vector>
Include dependency graph for AtROOTUnpacker.h:
This graph shows which files directly or indirectly include this file:

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 >
 

Typedef Documentation

◆ pedestalPtr

using pedestalPtr = std::unique_ptr<AtPedestal>

Definition at line 26 of file AtROOTUnpacker.h.

◆ vecBool

using vecBool = std::vector<bool>

Definition at line 24 of file AtROOTUnpacker.h.

◆ vecFPN

using vecFPN = std::vector<Int_t[4][4][4][512]>

Definition at line 25 of file AtROOTUnpacker.h.