Public Member Functions | Public Attributes | List of all members
CRT::OnlinePlotter< TFS >::ForeverPlots Struct Reference

Public Member Functions

 ForeverPlots (DIRECTORY &&dir)
 

Public Attributes

DIRECTORY fDir
 
TH1D * fMeanRate
 
TProfile * fMeanADC
 

Detailed Description

template<class TFS>
struct CRT::OnlinePlotter< TFS >::ForeverPlots

Definition at line 243 of file OnlinePlotter.cpp.

Constructor & Destructor Documentation

template<class TFS>
CRT::OnlinePlotter< TFS >::ForeverPlots::ForeverPlots ( DIRECTORY &&  dir)
inline

Definition at line 245 of file OnlinePlotter.cpp.

245  : fDir(dir)
246  {
247  fMeanRate = dir.template make<TH1D>("MeanRateHistory", "Mean Rate History;Time [s];Rate [Hz]",
248  1000, 0, 3600);
249  fMeanADC = dir.template make<TProfile>("MeanADCHistory", "Mean ADC History;Time [s];ADC",
250  1000, 0, 3600);
251  }
string dir

Member Data Documentation

template<class TFS>
DIRECTORY CRT::OnlinePlotter< TFS >::ForeverPlots::fDir

Definition at line 253 of file OnlinePlotter.cpp.

template<class TFS>
TProfile* CRT::OnlinePlotter< TFS >::ForeverPlots::fMeanADC

Definition at line 255 of file OnlinePlotter.cpp.

template<class TFS>
TH1D* CRT::OnlinePlotter< TFS >::ForeverPlots::fMeanRate

Definition at line 254 of file OnlinePlotter.cpp.


The documentation for this struct was generated from the following file: