#include <PndSciTHitSorterTask.h>
Definition at line 15 of file PndSciTHitSorterTask.h.
 
      
        
          | PndSciTHitSorterTask::PndSciTHitSorterTask | ( |  | ) |  | 
      
 
 
  
  | 
        
          | PndSciTHitSorterTask::PndSciTHitSorterTask | ( | const char * | name | ) |  |  | inline | 
 
 
  
  | 
        
          | PndSciTHitSorterTask::PndSciTHitSorterTask | ( | Int_t | numberOfCells, |  
          |  |  | Double_t | widthOfCells, |  
          |  |  | TString | inputBranch, |  
          |  |  | TString | outputBranch, |  
          |  |  | TString | folderName |  
          |  | ) |  |  |  | inline | 
 
Definition at line 19 of file PndSciTHitSorterTask.h.
   20                 FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
 
 
 
 
  
  | 
        
          | PndSciTHitSorterTask::~PndSciTHitSorterTask | ( |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | void PndSciTHitSorterTask::AddNewDataToTClonesArray | ( | FairTimeStamp * | data | ) |  |  | virtual | 
 
Definition at line 28 of file PndSciTHitSorterTask.cxx.
References fVerbose.
   30          FairRootManager* ioman = FairRootManager::Instance();
 
   31          TClonesArray* myArray = ioman->GetTClonesArray(fOutputBranch);
 
   33                  std::cout << 
"-I- PndSciTHitSorterTask::AddNewDataToTClonesArray Data: " ;
 
   34                  std::cout <<  *(
PndSciTHit*)(data) << std::endl;
 
 
 
 
  
  | 
        
          | FairRingSorter * PndSciTHitSorterTask::InitSorter | ( | Int_t | numberOfCells, |  
          |  |  | Double_t | widthOfCells |  
          |  | ) |  | const |  | virtual | 
 
 
The documentation for this class was generated from the following files: