LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : /// \class AliTransform 2 : 3 : #ifndef ALI_TRANSFORM_H 4 : #define ALI_TRANSFORM_H 5 : 6 : #include "TObject.h" 7 : 8 6 : class AliTransform:public TObject { 9 : public: 10 0 : virtual ~AliTransform() {}; 11 : virtual void Transform(Double_t *x,Int_t *i,UInt_t time, 12 : Int_t coordinateType)=0; 13 : 14 : /// \cond CLASSIMP 15 24 : ClassDef(AliTransform,0) 16 : /// \endcond 17 : }; 18 : 19 : #endif |
![]() |
Generated by: LCOV version 1.11 |