Skip to content

Tags: sawenzel/AliceO2

Tags

TypedTClonesArrayPrototype

Toggle TypedTClonesArrayPrototype's commit message
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)

TTClArrayProto

Toggle TTClArrayProto's commit message
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)