]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/qaRec/info/AliTRDv0Info.cxx
add list of V0 to the data transported to tasks
[u/mrichter/AliRoot.git] / TRD / qaRec / info / AliTRDv0Info.cxx
CommitLineData
98233fc0 1
2#include "AliESDv0.h"
3#include "AliTRDv0Info.h"
4
5ClassImp(AliTRDv0Info)
6
7//_________________________________________________
8AliTRDv0Info::AliTRDv0Info()
9 : TObject()
10 ,fStatus(0)
11{
12}
13
14//_________________________________________________
15AliTRDv0Info::AliTRDv0Info(AliESDv0 */*v0*/)
16 : TObject()
17 ,fStatus(0)
18{
19}
20
21
22//_________________________________________________
23void AliTRDv0Info::Print(Option_t */*opt*/) const
24{
25 printf("AliTRDv0Info::Print() : Nothing implemented so far.\n");
26}