Public Member Functions | Public Attributes | List of all members
CRT::CRTRawDecoder::PerModule Struct Reference

Public Member Functions

 PerModule (art::TFileDirectory &parent, const size_t module)
 

Public Attributes

art::TFileDirectory fModuleDir
 
TGraph * fLowerTimeVersusTime
 

Detailed Description

Definition at line 96 of file CRTRawDecoder_module.cc.

Constructor & Destructor Documentation

CRT::CRTRawDecoder::PerModule::PerModule ( art::TFileDirectory &  parent,
const size_t  module 
)
inline

Definition at line 98 of file CRTRawDecoder_module.cc.

98  : fModuleDir(parent.mkdir("Module"+std::to_string(module)))
99  {
100  fLowerTimeVersusTime = fModuleDir.makeAndRegister<TGraph>("LowerTimeVersusTime", "Raw 32 Bit Timestamp versus Elapsed Time in Seconds;"
101  "Time [s];Raw Timestamp [ticks]");
102  }
std::string to_string(ModuleType const mt)
Definition: ModuleType.h:34
def parent(G, child, parent_type)
Definition: graph.py:67

Member Data Documentation

TGraph* CRT::CRTRawDecoder::PerModule::fLowerTimeVersusTime

Definition at line 105 of file CRTRawDecoder_module.cc.

art::TFileDirectory CRT::CRTRawDecoder::PerModule::fModuleDir

Definition at line 104 of file CRTRawDecoder_module.cc.


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