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::SummaryProfilesPerProcess Struct Reference

Public Member Functions

void fill (double x, TimingPerProcess const &value)
 
void reset ()
 
 SummaryProfilesPerProcess ()
 
 ~SummaryProfilesPerProcess ()
 

Public Attributes

TProfile * all_endpaths
 
TProfile * all_paths
 
TProfile * event
 
TProfile * interpaths
 
TProfile * preevent
 

Detailed Description

Definition at line 566 of file FastTimerService.h.

Constructor & Destructor Documentation

FastTimerService::SummaryProfilesPerProcess::SummaryProfilesPerProcess ( )
inline

Definition at line 573 of file FastTimerService.h.

FastTimerService::SummaryProfilesPerProcess::~SummaryProfilesPerProcess ( )
inline

Definition at line 581 of file FastTimerService.h.

References reset().

581  {
582  reset();
583  }

Member Function Documentation

void FastTimerService::SummaryProfilesPerProcess::fill ( double  x,
TimingPerProcess const &  value 
)
inline
void FastTimerService::SummaryProfilesPerProcess::reset ( void  )
inline

Definition at line 585 of file FastTimerService.h.

References all_endpaths, all_paths, interpaths, and preevent.

Referenced by ~SummaryProfilesPerProcess().

585  {
586  // the DQM plots are owned by the DQMStore
587  preevent = nullptr;
588  event = nullptr;
589  all_paths = nullptr;
590  all_endpaths = nullptr;
591  interpaths = nullptr;
592  }

Member Data Documentation

TProfile* FastTimerService::SummaryProfilesPerProcess::all_endpaths

Definition at line 570 of file FastTimerService.h.

Referenced by fill(), and reset().

TProfile* FastTimerService::SummaryProfilesPerProcess::all_paths

Definition at line 569 of file FastTimerService.h.

Referenced by fill(), and reset().

TProfile* FastTimerService::SummaryProfilesPerProcess::event

Definition at line 568 of file FastTimerService.h.

Referenced by Types.EventID::cppID().

TProfile* FastTimerService::SummaryProfilesPerProcess::interpaths

Definition at line 571 of file FastTimerService.h.

Referenced by fill(), and reset().

TProfile* FastTimerService::SummaryProfilesPerProcess::preevent

Definition at line 567 of file FastTimerService.h.

Referenced by fill(), and reset().