#include <TBScintillatorRawContCnv.h>
Definition at line 13 of file TBScintillatorRawContCnv.h.
 
◆ Base
◆ TBScintillatorRawContCnv()
      
        
          | TBScintillatorRawContCnv::TBScintillatorRawContCnv  | 
          ( | 
          ISvcLocator *  | 
          svcloc | ) | 
           | 
        
      
 
 
◆ ~TBScintillatorRawContCnv()
  
  
      
        
          | TBScintillatorRawContCnv::~TBScintillatorRawContCnv  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ initialize()
  
  
      
        
          | StatusCode TBScintillatorRawContCnv::initialize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ PoolToDataObject()
  
  
      
        
          | StatusCode TBScintillatorRawContCnv::PoolToDataObject  | 
          ( | 
          DataObject *&  | 
          pObj,  | 
         
        
           | 
           | 
          const Token *  | 
          token,  | 
         
        
           | 
           | 
          const std::string &  | 
          key  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
overridevirtual   | 
  
 
Extend base-class conversion method to modify when reading in. 
Definition at line 38 of file TBScintillatorRawContCnv.cxx.
   45   MsgStream 
log(
msgSvc(), 
"TBScintillatorRawContCnv::PoolToDataObject" );
 
   47   StatusCode sc = TBScintillatorRawContCnvBase::PoolToDataObject(pObj, token, 
key);
 
   50     return StatusCode::FAILURE;
 
   59     log << MSG::ERROR << 
"  failed to cast to TBScintillatorRawCont " << 
endmsg ; 
 
   60     return StatusCode::FAILURE; 
 
   63   return StatusCode::SUCCESS; 
 
 
 
 
◆ CnvFactory< TBScintillatorRawContCnv >
The documentation for this class was generated from the following files: