PandaRoot
PndSTDMutableContainer.h File Reference

Input and Output Container implementation of PndMutableContainerI using an underlying std::vector<T> (const)*. More...

#include <stdexcept>
#include <vector>
#include "TString.h"
#include "FairLogger.h"
#include "FairRootManager.h"
#include "PndMutableContainerI.h"

Go to the source code of this file.

Classes

class  PndSTDMutableContainer< T >
 PndSTDMutableContainer implementation of PndMutableContainerI<T> for FairRootManager and std::vector<T> More...
 

Detailed Description

Input and Output Container implementation of PndMutableContainerI using an underlying std::vector<T> (const)*.

Author
Ben Salisbury (salis.nosp@m.bury.nosp@m.@hisk.nosp@m.p.un.nosp@m.i-bon.nosp@m.n.de) Contains definition and implementation of PndSTDMutableContainer<T>
Version
0.1
Date
2020-12-04

Definition in file PndSTDMutableContainer.h.