CMS 3D CMS Logo

XMLZeroSuppression::_ZeroSuppressionConfig Struct Reference

#include <CaloOnlineTools/HcalOnlineDb/interface/XMLZeroSuppression.h>

List of all members.

Public Member Functions

 _ZeroSuppressionConfig ()

Public Attributes

string CFGBrickSet
int crate
string creationstamp
string creationtag
int fiber
int generalizedindex
string pattern_spec_name
int slot
int topbottom


Detailed Description

Definition at line 64 of file XMLZeroSuppression.h.


Constructor & Destructor Documentation

XMLZeroSuppression::ZeroSuppressionConfig::_ZeroSuppressionConfig (  ) 

Definition at line 62 of file XMLZeroSuppression.cc.

References CFGBrickSet, crate, creationstamp, creationtag, fiber, generalizedindex, pattern_spec_name, slot, and topbottom.

00063 {
00064   CFGBrickSet = "example";
00065   crate = 0;
00066   slot = 13;
00067   topbottom = 0;
00068   fiber = 1;
00069   generalizedindex = slot*100 + topbottom*10 + fiber;
00070   creationtag = "example";
00071 
00072   char timebuf[50];
00073   //time_t _time = time( NULL );
00074   time_t _time = 1193697120;
00075   //strftime( timebuf, 50, "%c", gmtime( &_time ) );
00076   strftime( timebuf, 50, "%Y-%m-%d %H:%M:%S.0", gmtime( &_time ) );
00077   creationstamp = timebuf;
00078 
00079   pattern_spec_name = "example";
00080 }


Member Data Documentation

string XMLZeroSuppression::_ZeroSuppressionConfig::CFGBrickSet

Definition at line 67 of file XMLZeroSuppression.h.

Referenced by _ZeroSuppressionConfig().

int XMLZeroSuppression::_ZeroSuppressionConfig::crate

Definition at line 68 of file XMLZeroSuppression.h.

Referenced by _ZeroSuppressionConfig().

string XMLZeroSuppression::_ZeroSuppressionConfig::creationstamp

Definition at line 74 of file XMLZeroSuppression.h.

Referenced by _ZeroSuppressionConfig().

string XMLZeroSuppression::_ZeroSuppressionConfig::creationtag

Definition at line 73 of file XMLZeroSuppression.h.

Referenced by _ZeroSuppressionConfig().

int XMLZeroSuppression::_ZeroSuppressionConfig::fiber

Definition at line 71 of file XMLZeroSuppression.h.

Referenced by _ZeroSuppressionConfig().

int XMLZeroSuppression::_ZeroSuppressionConfig::generalizedindex

Definition at line 72 of file XMLZeroSuppression.h.

Referenced by _ZeroSuppressionConfig().

string XMLZeroSuppression::_ZeroSuppressionConfig::pattern_spec_name

Definition at line 75 of file XMLZeroSuppression.h.

Referenced by _ZeroSuppressionConfig().

int XMLZeroSuppression::_ZeroSuppressionConfig::slot

Definition at line 69 of file XMLZeroSuppression.h.

Referenced by _ZeroSuppressionConfig().

int XMLZeroSuppression::_ZeroSuppressionConfig::topbottom

Definition at line 70 of file XMLZeroSuppression.h.

Referenced by _ZeroSuppressionConfig().


The documentation for this struct was generated from the following files:
Generated on Tue Jun 9 18:35:55 2009 for CMSSW by  doxygen 1.5.4