FairRoot/PandaRoot
PndSdsTask.cxx
Go to the documentation of this file.
1 /*
2  * PndSdsTask.cxx
3  *
4  * Created on: May 18, 2010
5  * Author: stockman
6  */
7 
8 #include "PndSdsTask.h"
9 
11  PndPersistencyTask("SdsTask", 0),
12  fInBranchName(""),
13  fOutBranchName(""),
14  fFolderName(""),
15  fInBranchId(-1),
16  fOutBranchId(-1)
17  {
18  // TODO Auto-generated constructor stub
19 
20 }
21 
23  // TODO Auto-generated destructor stub
24 }
25 
ClassImp(PndSdsTask)
virtual ~PndSdsTask()
Definition: PndSdsTask.cxx:22