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 | Private Member Functions | Friends
lumi::TriggerInfo Struct Reference

#include <LumiSectionData.h>

Public Member Functions

 TriggerInfo ()
 
 TriggerInfo (const std::string &trgname, int trgcount, int deadcount, int p)
 

Public Attributes

int deadtimecount
 
std::string name
 
int prescale
 
int triggercount
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Detailed Description

Definition at line 40 of file LumiSectionData.h.

Constructor & Destructor Documentation

lumi::TriggerInfo::TriggerInfo ( )
inline

Definition at line 41 of file LumiSectionData.h.

lumi::TriggerInfo::TriggerInfo ( const std::string &  trgname,
int  trgcount,
int  deadcount,
int  p 
)
inline

Member Function Documentation

template<class Archive >
void lumi::TriggerInfo::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 48 of file LumiSectionData.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 48 of file LumiSectionData.h.

Member Data Documentation

int lumi::TriggerInfo::deadtimecount

Definition at line 45 of file LumiSectionData.h.

std::string lumi::TriggerInfo::name
int lumi::TriggerInfo::prescale

Definition at line 46 of file LumiSectionData.h.

int lumi::TriggerInfo::triggercount

Definition at line 44 of file LumiSectionData.h.