CMS 3D CMS Logo

Public Member Functions | Public Attributes

lumi::HLTInfo Struct Reference

#include <LumiSectionData.h>

List of all members.

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.

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

Definition at line 28 of file LumiSectionData.h.

                                                           :
      pathname(pathnameIN),inputcount(i),acceptcount(a),prescale(p){}

Member Data Documentation

Definition at line 32 of file LumiSectionData.h.

Definition at line 31 of file LumiSectionData.h.

Definition at line 30 of file LumiSectionData.h.

Definition at line 33 of file LumiSectionData.h.