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
perftools::EdmEventSize::BranchRecord Struct Reference

the information for each branch More...

#include <EdmEventSize.h>

Public Member Functions

 BranchRecord ()
 
 BranchRecord (std::string const &iname, double compr, double uncompr)
 

Public Attributes

double compr_size
 
std::string fullName
 
std::string name
 
double uncompr_size
 

Detailed Description

the information for each branch

Definition at line 36 of file EdmEventSize.h.

Constructor & Destructor Documentation

perftools::EdmEventSize::BranchRecord::BranchRecord ( )
inline

Definition at line 37 of file EdmEventSize.h.

perftools::EdmEventSize::BranchRecord::BranchRecord ( std::string const &  iname,
double  compr,
double  uncompr 
)
inline

Definition at line 40 of file EdmEventSize.h.

Member Data Documentation

double perftools::EdmEventSize::BranchRecord::compr_size
std::string perftools::EdmEventSize::BranchRecord::fullName
std::string perftools::EdmEventSize::BranchRecord::name
double perftools::EdmEventSize::BranchRecord::uncompr_size

Definition at line 47 of file EdmEventSize.h.

Referenced by perftools::detail::dump(), and perftools::detail::Hist::fill().