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
lumi::HLTInfo Struct Reference

#include <LumiSectionData.h>

Public Member Functions

 HLTInfo ()
 
 HLTInfo (const std::string &pathnameIN, int i, int a, int p)
 

Public Attributes

int acceptcount
 
int inputcount
 
std::string pathname
 
int prescale
 

Detailed Description

Definition at line 26 of file LumiSectionData.h.

Constructor & Destructor Documentation

lumi::HLTInfo::HLTInfo ( )
inline

Definition at line 27 of file LumiSectionData.h.

27 :pathname(""),inputcount(-99),acceptcount(-99),prescale(-99){}
std::string pathname
lumi::HLTInfo::HLTInfo ( const std::string &  pathnameIN,
int  i,
int  a,
int  p 
)
inline

Definition at line 28 of file LumiSectionData.h.

28  :
29  pathname(pathnameIN),inputcount(i),acceptcount(a),prescale(p){}
int i
Definition: DBlmapReader.cc:9
std::string pathname
double a
Definition: hdecay.h:121

Member Data Documentation

int lumi::HLTInfo::acceptcount

Definition at line 32 of file LumiSectionData.h.

int lumi::HLTInfo::inputcount

Definition at line 31 of file LumiSectionData.h.

std::string lumi::HLTInfo::pathname

Definition at line 30 of file LumiSectionData.h.

int lumi::HLTInfo::prescale

Definition at line 33 of file LumiSectionData.h.