The Gaudi Framework  v36r9p1 (5c15b2bb)
Gaudi::Histograming::Sink Namespace Reference

Namespaces

 details
 

Classes

class  Base
 
struct  Root
 

Functions

template<unsigned int N, bool isProfile, typename ROOTHisto >
void saveRootHisto (TFile &file, std::string dir, std::string name, nlohmann::json &j)
 

Function Documentation

◆ saveRootHisto()

template<unsigned int N, bool isProfile, typename ROOTHisto >
void Gaudi::Histograming::Sink::saveRootHisto ( TFile &  file,
std::string  dir,
std::string  name,
nlohmann::json &  j 
)

Definition at line 113 of file RootHistogramSink.cpp.

113  {
114  details::saveRootHisto<Traits<isProfile, ROOTHisto, N>>( file, std::move( dir ), std::move( name ), j );
115  }
std::move
T move(T... args)
TimingHistograms.name
name
Definition: TimingHistograms.py:25