Project
Loading...
Searching...
No Matches
o2::framework::LocalRootFileService Class Reference

A simple service to create ROOT files in the local folder. More...

#include <LocalRootFileService.h>

Inherits o2::framework::RootFileService.

Public Member Functions

std::shared_ptr< TFile > open (const char *fmt,...) final
 
std::string format (const char *fmt,...) final
 

Detailed Description

A simple service to create ROOT files in the local folder.

Definition at line 28 of file LocalRootFileService.h.

Member Function Documentation

◆ format()

std::string o2::framework::LocalRootFileService::format ( const char fmt,
  ... 
)
finalvirtual

Implements o2::framework::RootFileService.

Definition at line 36 of file LocalRootFileService.cxx.

◆ open()

std::shared_ptr< TFile > o2::framework::LocalRootFileService::open ( const char fmt,
  ... 
)
finalvirtual

Implements o2::framework::RootFileService.

Definition at line 26 of file LocalRootFileService.cxx.


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