FairRoot/PandaRoot
PndBufferTestTask.cxx
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndBufferTestTask source file -----
3 // ----- Created 07/10/08 by R. Kliemt -----
4 // -------------------------------------------------------------------------
5 
6 
7 #include "PndBufferTestTask.h"
8 #include "PndWriteoutBufferT.h"
9 
11 {
12 }
13 // -------------------------------------------------------------------------
14 
15 
16 // ----- Destructor ----------------------------------------------------
17 PndBufferTestTask::~PndMvdClusterTask()
18 {
19 }
20 // -------------------------------------------------------------------------
21 
22 void PndBufferTestTask::Exec(Option_t*)
23 {
24 
25 }
27 
ClassImp(PndBufferTestTask)
virtual void Exec(Option_t *opt)