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

Go to the source code of this file.

Classes

class  AtUnpackTask
 

Typedefs

using mapPtr = std::shared_ptr< AtMap >
 
using unpackerPtr = std::unique_ptr< AtUnpacker >
 

Typedef Documentation

◆ mapPtr

using mapPtr = std::shared_ptr<AtMap>

Definition at line 25 of file AtUnpackTask.h.

◆ unpackerPtr

using unpackerPtr = std::unique_ptr<AtUnpacker>

Definition at line 26 of file AtUnpackTask.h.