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

Public Member Functions

 StripPlots (DIRECTORY &dir, const size_t channel)
 

Public Attributes

TH1D * fOverlappingADCs
 

Detailed Description

template<class TFS>
struct CRT::ValidationPlotter< TFS >::StripPlots

Definition at line 158 of file ValidationPlotter.cpp.

Constructor & Destructor Documentation

template<class TFS >
CRT::ValidationPlotter< TFS >::StripPlots::StripPlots ( DIRECTORY dir,
const size_t  channel 
)
inline

Definition at line 160 of file ValidationPlotter.cpp.

161  {
162  fOverlappingADCs = dir.template make<TH1D>(("channel"+std::to_string(channel)+"OverlappingADCs").c_str(),
163  "ADC Values for 2D-Matched Hits;ADC;Hits",
164  1024, 0, 4095);
165  }
uint8_t channel
Definition: CRTFragment.hh:201
string dir
std::string to_string(ModuleType const mt)
Definition: ModuleType.h:34

Member Data Documentation

template<class TFS >
TH1D* CRT::ValidationPlotter< TFS >::StripPlots::fOverlappingADCs

Definition at line 167 of file ValidationPlotter.cpp.


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