FACT++  1.0
DataWriteFits2::DataWriteFits2 ( const std::string  path,
uint64_t  night,
uint32_t  runid,
MessageImp imp 
)

Definition at line 13 of file DataWriteFits2.cc.

References fFile.

Referenced by GetDrsStep().

14  : DataProcessorImp(path, night, runid, imp)
15 {
16  fFile = std::make_shared<ofits>();
17 }
std::shared_ptr< ofits > fFile
DataProcessorImp(const std::string &path, uint64_t night, uint32_t id, MessageImp &imp)

+ Here is the caller graph for this function: