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 562 of file FastTimerService.h.

Constructor & Destructor Documentation

FastTimerService::SummaryProfilesPerProcess::SummaryProfilesPerProcess ( )
inline

Definition at line 569 of file FastTimerService.h.

FastTimerService::SummaryProfilesPerProcess::~SummaryProfilesPerProcess ( )
inline

Definition at line 577 of file FastTimerService.h.

References reset().

577  {
578  reset();
579  }

Member Function Documentation

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

Definition at line 581 of file FastTimerService.h.

References all_endpaths, all_paths, interpaths, and preevent.

Referenced by ~SummaryProfilesPerProcess().

581  {
582  // the DQM plots are owned by the DQMStore
583  preevent = nullptr;
584  event = nullptr;
585  all_paths = nullptr;
586  all_endpaths = nullptr;
587  interpaths = nullptr;
588  }

Member Data Documentation

TProfile* FastTimerService::SummaryProfilesPerProcess::all_endpaths

Definition at line 566 of file FastTimerService.h.

Referenced by fill(), and reset().

TProfile* FastTimerService::SummaryProfilesPerProcess::all_paths

Definition at line 565 of file FastTimerService.h.

Referenced by fill(), and reset().

TProfile* FastTimerService::SummaryProfilesPerProcess::event
TProfile* FastTimerService::SummaryProfilesPerProcess::interpaths

Definition at line 567 of file FastTimerService.h.

Referenced by fill(), and reset().

TProfile* FastTimerService::SummaryProfilesPerProcess::preevent

Definition at line 563 of file FastTimerService.h.

Referenced by fill(), and reset().