Tags: sawenzel/AliceO2
Tags
Prototype for type-safe TClonesArray usage with "TypedTClonesArray"
This commit demonstrates:
* usage of type aware wrapper on top of TClonesArrays
(for the moment called TypedTClonesArray)
- type specific declaration in classes and interfaces
- type-safe iteration/access
* there should be no more need to use bare TClonesArray
anywhere in O2 (apart from few interface calls to FairRoot)
Prototype for type-safe TClonesArray usage with "TypedTClonesArray"
This commit demonstrates:
* usage of type aware wrapper on top of TClonesArrays
(for the moment called TypedTClonesArray)
- type specific declaration in classes and interfaces
- type-safe iteration/access
* there should be no more need to use bare TClonesArray
anywhere in O2 (apart from few interface calls to FairRoot)