CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
FastTimerService::SummaryPlotsPerProcess Struct Reference

Public Member Functions

void fill (TimingPerProcess const &value)
 
void reset ()
 
 SummaryPlotsPerProcess ()
 

Public Attributes

TH1F * all_endpaths
 
TH1F * all_paths
 
TH1F * event
 
TH1F * interpaths
 
TH1F * preevent
 

Detailed Description

Definition at line 495 of file FastTimerService.h.

Constructor & Destructor Documentation

FastTimerService::SummaryPlotsPerProcess::SummaryPlotsPerProcess ( )
inline

Member Function Documentation

void FastTimerService::SummaryPlotsPerProcess::fill ( TimingPerProcess const &  value)
inline
void FastTimerService::SummaryPlotsPerProcess::reset ( void  )
inline

Definition at line 510 of file FastTimerService.h.

References all_endpaths, all_paths, interpaths, and preevent.

510  {
511  // the DQM plots are owned by the DQMStore
512  preevent = nullptr;
513  event = nullptr;
514  all_paths = nullptr;
515  all_endpaths = nullptr;
516  interpaths = nullptr;
517  }

Member Data Documentation

TH1F* FastTimerService::SummaryPlotsPerProcess::all_endpaths

Definition at line 499 of file FastTimerService.h.

Referenced by fill(), and reset().

TH1F* FastTimerService::SummaryPlotsPerProcess::all_paths

Definition at line 498 of file FastTimerService.h.

Referenced by fill(), and reset().

TH1F* FastTimerService::SummaryPlotsPerProcess::event
TH1F* FastTimerService::SummaryPlotsPerProcess::interpaths

Definition at line 500 of file FastTimerService.h.

Referenced by fill(), and reset().

TH1F* FastTimerService::SummaryPlotsPerProcess::preevent

Definition at line 496 of file FastTimerService.h.

Referenced by fill(), and reset().