#include <PndCudaExampleTask.h>
Definition at line 23 of file PndCudaExampleTask.h.
 
      
        
          | PndCudaExampleTask::PndCudaExampleTask | ( |  | ) |  | 
      
 
 
  
  | 
        
          | PndCudaExampleTask::~PndCudaExampleTask | ( |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | void PndCudaExampleTask::callGpuStuff | ( |  | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | void PndCudaExampleTask::DeviceInfo_ | ( |  | ) |  |  | inlineprotected | 
 
 
  
  | 
        
          | void PndCudaExampleTask::Exec | ( | Option_t * | opt | ) |  |  | virtual | 
 
Virtual method Exec 
Definition at line 58 of file PndCudaExampleTask.cxx.
References callGpuStuff(), and DeviceInfo_().
   60   std::cout << 
"============= PndCudaExampleTask:: START DEVICE INFO: " << std::endl;
 
   62   std::cout << 
"============= PndCudaExampleTask:: END DEVICE INFO" << std::endl;
 
   63   std::cout << 
"============= PndCudaExampleTask:: START CUDA KERNEL CALL: " << std::endl;
 
   65   std::cout << 
"============= PndCudaExampleTask:: END CUDA KERNEL CALL" << std::endl;
 
   66   std::cout << 
"============= End PndCudaExampleTask::Exec" << std::endl;
 
   67   std::cout << std::endl;
 
 
 
 
  
  | 
        
          | void PndCudaExampleTask::Finish | ( |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | InitStatus PndCudaExampleTask::Init | ( |  | ) |  |  | virtual | 
 
Definition at line 36 of file PndCudaExampleTask.cxx.
   38   FairRootManager* ioman = FairRootManager::Instance();
 
   40     std::cout << 
"-E- PndCudaExampleTask::Init: " 
   41     << 
"RootManager not instantiated!" << std::endl;
 
   45   std::cout << 
"-I- PndCudaExampleTask::Init: Initialization successfull" << std::endl;
 
 
 
 
  
  | 
        
          | void PndCudaExampleTask::ProduceHits | ( |  | ) |  |  | private | 
 
 
  
  | 
        
          | void PndCudaExampleTask::Register | ( |  | ) |  |  | private | 
 
 
  
  | 
        
          | void PndCudaExampleTask::Reset | ( |  | ) |  |  | private | 
 
 
  
  | 
        
          | void PndCudaExampleTask::SetParContainers | ( |  | ) |  |  | virtual | 
 
 
The documentation for this class was generated from the following files: