FairRoot/PandaRoot
Public Member Functions | List of all members
PndMvdTopix4RingSorterTask Class Reference

#include <PndMvdTopix4RingSorterTask.h>

Inheritance diagram for PndMvdTopix4RingSorterTask:

Public Member Functions

 PndMvdTopix4RingSorterTask ()
 
 PndMvdTopix4RingSorterTask (const char *name)
 
 PndMvdTopix4RingSorterTask (Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
 
virtual ~PndMvdTopix4RingSorterTask ()
 
virtual void AddNewDataToTClonesArray (FairTimeStamp *data)
 
virtual FairRingSorter * InitSorter (Int_t numberOfCells, Double_t widthOfCells) const
 
 ClassDef (PndMvdTopix4RingSorterTask, 1)
 

Detailed Description

Definition at line 14 of file PndMvdTopix4RingSorterTask.h.

Constructor & Destructor Documentation

PndMvdTopix4RingSorterTask::PndMvdTopix4RingSorterTask ( )

Definition at line 16 of file PndMvdTopix4RingSorterTask.cxx.

16  {
17  // TODO Auto-generated constructor stub
18 
19 }
PndMvdTopix4RingSorterTask::PndMvdTopix4RingSorterTask ( const char *  name)
inline

Definition at line 17 of file PndMvdTopix4RingSorterTask.h.

17 :FairRingSorterTask(name){};
TString name
PndMvdTopix4RingSorterTask::PndMvdTopix4RingSorterTask ( Int_t  numberOfCells,
Double_t  widthOfCells,
TString  inputBranch,
TString  outputBranch,
TString  folderName 
)
inline

Definition at line 18 of file PndMvdTopix4RingSorterTask.h.

18  :
19  FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
PndMvdTopix4RingSorterTask::~PndMvdTopix4RingSorterTask ( )
virtual

Definition at line 21 of file PndMvdTopix4RingSorterTask.cxx.

21  {
22  // TODO Auto-generated destructor stub
23 }

Member Function Documentation

void PndMvdTopix4RingSorterTask::AddNewDataToTClonesArray ( FairTimeStamp *  data)
virtual

Definition at line 26 of file PndMvdTopix4RingSorterTask.cxx.

References fVerbose.

27 {
28  FairRootManager* ioman = FairRootManager::Instance();
29  TClonesArray* myArray = ioman->GetTClonesArray(fOutputBranch);
30  if (fVerbose > 1){
31  std::cout << "-I- PndMvdTopix4RingSorterTask::AddNewDataToTClonesArray Data: " ;
32  std::cout << *(PndSdsDigiTopix4*)(data) << std::endl;
33  }
34  new ((*myArray)[myArray->GetEntries()]) PndSdsDigiTopix4(*(PndSdsDigiTopix4*)(data));
35 }
int fVerbose
Definition: poormantracks.C:24
Data class to store the digi output of a pixel module.
PndMvdTopix4RingSorterTask::ClassDef ( PndMvdTopix4RingSorterTask  ,
 
)
FairRingSorter * PndMvdTopix4RingSorterTask::InitSorter ( Int_t  numberOfCells,
Double_t  widthOfCells 
) const
virtual

Definition at line 37 of file PndMvdTopix4RingSorterTask.cxx.

37  {
38  return new PndMvdTopix4RingSorter(numberOfCells, widthOfCells);
39 }

The documentation for this class was generated from the following files: