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

Go to the source code of this file.

Classes

class  AtFilterSubtraction
 

Typedefs

using vecDoubleCoBo = std::vector< std::vector< std::array< Double_t, 512 > >>
 
using vecIntCoBo = std::vector< std::vector< std::array< Int_t, 512 > >>
 
using vecAgetCount = std::vector< std::vector< Int_t > >
 
using AtMapPtr = std::shared_ptr< AtMap >
 

Typedef Documentation

◆ AtMapPtr

using AtMapPtr = std::shared_ptr<AtMap>

Definition at line 21 of file AtFilterSubtraction.h.

◆ vecAgetCount

using vecAgetCount = std::vector<std::vector<Int_t> >

Definition at line 20 of file AtFilterSubtraction.h.

◆ vecDoubleCoBo

using vecDoubleCoBo = std::vector<std::vector<std::array<Double_t, 512> >>

Definition at line 18 of file AtFilterSubtraction.h.

◆ vecIntCoBo

using vecIntCoBo = std::vector<std::vector<std::array<Int_t, 512> >>

Definition at line 19 of file AtFilterSubtraction.h.